Link
https://github.com/pingdotgg/t3code
Why?
T3 Code is a minimal web GUI for coding agents (currently wrapping Codex and Claude) by Ping.gg. It's installable via npx t3 or as a desktop app (macOS, Windows, Linux).
Community signal is strong:
- 9,500+ GitHub stars (well above the 1k threshold)
- Active development (TypeScript, MIT license, last updated today)
- Created by Theo / Ping.gg — high-profile in the TypeScript/web dev community
Technical fit:
- Installs via npm (
npx t3) — no compiled binary needed, arch-independent
- Wraps coding agents (Codex, Claude) with a web UI
- Would need OpenRouter integration via the underlying agent env vars it delegates to
Open questions:
- Does t3code respect
OPENAI_BASE_URL / ANTHROPIC_BASE_URL for its underlying agent calls, or does it hardcode provider endpoints?
- Since it's a web GUI, headless SSH-only VMs may need a port-forward or tunnel setup
Filed from Slack by SPA
Link
https://github.com/pingdotgg/t3code
Why?
T3 Code is a minimal web GUI for coding agents (currently wrapping Codex and Claude) by Ping.gg. It's installable via
npx t3or as a desktop app (macOS, Windows, Linux).Community signal is strong:
Technical fit:
npx t3) — no compiled binary needed, arch-independentOpen questions:
OPENAI_BASE_URL/ANTHROPIC_BASE_URLfor its underlying agent calls, or does it hardcode provider endpoints?Filed from Slack by SPA