Init Docs
The AI-native starter kit for shipping to every platform
Init is an AI-native starter kit: one TypeScript codebase that ships to web, mobile, browser extension, and desktop. It exists to supercharge your dev workflow — yours and your coding agents'.
Most boilerplates optimize for the first git clone. Init optimizes for the ten thousand agent edits after it. AI-native means four concrete things here:
- A stack AI already knows. Tailwind, shadcn/ui, Drizzle, Postgres, Vitest, pnpm, Stripe — the same tools Claude Code picks on its own when given a free choice. Agents have seen these patterns millions of times; they stop guessing and start shipping.
- Idiomatic implementations. Auth, organizations, billing — each built the way its library's docs say to. Agents extend code that matches their training instead of fighting house exotica.
- Agent rules and surfaces built in.
AGENTS.md+CLAUDE.mdconventions,llms.txt, markdown negotiation, a discoverable API catalog — and a runnable loop:pnpm bootstrap --yesprovisions headlessly, a seeded login andagent-browserdrive the real app, andemulatefakes OAuth offline. Agents build and verify, not just autocomplete. - Self-updating documentation. A scheduled OpenWiki workflow regenerates an agent wiki from the code and refreshes a managed block in
AGENTS.md, so the docs agents read never rot.
Start here:
- Introduction - what's in the box and why it's AI-native
- Installation - running locally in minutes
- Agent-Driven Development - provision, seed, and verify with an agent
- Architecture - how the monorepo fits together