The code review bot that actually helps.
Reviews every PR in minutes. Flags the bugs, suggests the fix, and explains why — like a senior engineer on your team.
- Framework: Next.js 15 (App Router)
- Language: TypeScript (strict mode)
- Styling: Tailwind CSS v4
- Runtime: Node.js 18+
pnpm install
pnpm devOpen http://localhost:3000.
| Route | Description |
|---|---|
/ |
Landing page with waitlist signup and interactive demo |
/try |
Paste a unified diff, get instant review comments |
Push to Vercel — zero config. The project uses the default Next.js build settings.
vercel --prodv0 skeleton. Landing page ported from static HTML, /try page with pattern-based diff review, waitlist API proxied to the shared backend.