An AI native starter kit to build, launch, and scale your next project.
Clone to running app in one command — then let your agent prove the change works, not just typecheck it.
Read the agent workflow →Postgres, env, schema, and a seeded login stood up with no prompts.
pnpm bootstrap --yes
Your agent opens the real web app and clicks through the actual UI.
agent-browser open
A local server fakes GitHub OAuth, so the login flow tests with no network.
pnpm emulate
One gate — typecheck, lint, format, test — the same checks CI runs.
pnpm verify
One TypeScript stack, typed end-to-end from database to UI, shipping to web, mobile, extension, and desktop.
Your first commit is a feature, not plumbing.
Push to deploy: CI, transactional email, and a production checklist come wired.
The distance between working locally and live for users is a git push.
Multi-tenant from day one, typed end-to-end, documented by a self-updating agent wiki.
Grow by copying the patterns already there, not rewriting the architecture.