crit — Summary
Crit is a browser-based code review UI for AI agent output (binary: crit, Go, MIT license, crit.md hosted SaaS + self-hostable). It surfaces agent-generated plans, code diffs, live running apps, and static HTML previews in a GitHub PR-style browser interface where the human can leave inline comments pinned to specific lines; the agent then reads the structured JSON review file and acts on unresolved comments. The key design principle: comments persist across rounds, round-to-round diffs show exactly what changed, and unresolved threads stay open until explicitly resolved — unlike /review slash commands that dump one-time prose. It ships a Claude Code plugin (1 hook on PermissionRequest/ExitPlanMode + 2 skills: crit and crit-cli) plus install scripts for 13 other AI tools (Cursor, Copilot, Codex, OpenCode, Gemini, Qwen, Hermes, Windsurf, Cline, Grok, Aider, Pi). The local binary binds to 127.0.0.1 with zero telemetry; sharing is opt-in and uploads to crit.md or a self-hosted crit-web instance. Weekly releases based on user feedback.
Differs from seeds: No seed has a comparable human-review UI surface. Closest in philosophy to kiro (Archetype 5: closed IDE with review surfaces and spec-phase tooling), but crit is agent-agnostic, local-first, and not an IDE fork. Compared to spec-kit (Archetype 2: structured review via files + hooks), crit adds a browser rendering layer on top of the file-based review artifact. The human-in-loop UI with persistent line-pinned comments and round-to-round diffs is architecturally absent from all 11 seeds.