Main
- Local CLI agents: README lists installing Claude Code and Codex CLIs for local execution.
- Repo-first setup: quick start is clone → npm install → dev, which is easy to reproduce.
- UI around agent work: positions itself as a web builder that makes agent-driven iteration more visible.
- Good for onboarding: a repeatable dev setup helps teams try agent tooling without ad-hoc manual steps.
FAQ
- Do I need to install agent CLIs?: Yes for full functionality; README lists Claude Code and Codex CLI installs.
- What is the minimal smoke test?: Run
npm run devand confirm the UI loads and can call a local agent. - Why not just use the CLIs directly?: A UI can make changes, diffs, and iteration status easier to track.