Kit Docs
The AI-native starter kit for shipping to every platform
Kit 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. Kit 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, AI chat — 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.
CLAUDE.mdconventions,llms.txt, markdown content negotiation on every docs page, and a discoverable API catalog. - Self-updating documentation. A scheduled OpenWiki workflow regenerates an agent wiki and
AGENTS.mdfrom the code, 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
- Architecture - how the monorepo fits together