CLI agent benchmark dashboard in your browser. Run local coding-agent CLIs in parallel, stream PTY output live, inspect per-agent diffs. Locally.
- Bun - WebSocket, REST API and runtime (do not use Node, npm, npx or Node APIs)
- Tailwind 4 + shadcn/base-ui
ghostty-webterminal renderer with optionalxtermjsandresttyversions@pierre/diffsfor patch rendering- AI SDK for diff review feature
- Bun installed
- Git installed
- Agent CLIs on
PATH:amp,droid,pi,codex,claude,opencode
- Dark-first, monospace-friendly dashboard
- Keep terminal output primary; controls compact; everything easy to reach
- Use
lucide-reacticons only - shadcn/base-ui primitives components must be manually set up by me
ui/= frontend code (moved from oldsrc/)server/= Bun backend/runtime entrypoints (server/index.ts,server/build.ts)lib/= shared code between UI and server (currently mostly empty)- Root
tsconfig.jsonis a references file (solution style), not a direct compile target - Typecheck via scripts:
bun run ts:uiandbun run ts:api - TS path alias
@/*resolves toui/*first, thenlib/*