For you and your coding agents

An AI native starter kit to build, launch, and scale your next project.

Built to be driven by agents

Clone to running app in one command — then let your agent prove the change works, not just typecheck it.

Read the agent workflow →
Provision

Postgres, env, schema, and a seeded login stood up with no prompts.

pnpm bootstrap --yes

Drive

Your agent opens the real web app and clicks through the actual UI.

agent-browser open

Emulate

A local server fakes GitHub OAuth, so the login flow tests with no network.

pnpm emulate

Verify

One gate — typecheck, lint, format, test — the same checks CI runs.

pnpm verify

Build

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.

Launch

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.

Scale

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.