█████╗██████╗ ███████╗ █████╗ ████████╗███████╗ ██╔══╝██╔══██╗██╔════╝██╔══██╗╚══██╔══╝██╔════╝ ██║ ██████╔╝█████╗ ███████║ ██║ █████╗ ██║ ██╔══██╗██╔══╝ ██╔══██║ ██║ ██╔══╝ ╚████╗██║ ██║███████╗██║ ██║ ██║ ███████╗ ╚═══╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝
████████╗██╗ ██╗██████╗ ██████╗ ██████╗ ╚══██╔══╝██║ ██║██╔══██╗██╔══██╗██╔═══██╗ ██║ ██║ ██║██████╔╝██████╔╝██║ ██║ ██║ ██║ ██║██╔══██╗██╔══██╗██║ ██║ ██║ ╚██████╔╝██║ ██║██████╔╝╚██████╔╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚═════╝
███████╗████████╗ █████╗ ██████╗██╗ ██╗ ██╔════╝╚══██╔══╝██╔══██╗██╔════╝██║ ██╔╝ ███████╗ ██║ ███████║██║ █████╔╝ ╚════██║ ██║ ██╔══██║██║ ██╔═██╗ ███████║ ██║ ██║ ██║╚██████╗██║ ██╗ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝
Scaffold production-ready Turborepo monorepos in seconds, not days. Database, auth, API, shared UI, environment validation — all wired correctly from the start.
◆ Package manager? bun
◆ Database? Supabase
◆ API layer? tRPC v11
◆ Auth? Supabase Auth
✓ Created 2 apps, 6 packages
✓ Wired CSS @source directives
✓ Catalog with 47 dependencies
The hard part isn't creating files
It's wiring them correctly across packages.
CSS @source Wiring
Tailwind 4 cross-package @source directives auto-generated. No more silent class purging.
Catalog Dependencies
All deps pinned once in root catalog. Workspaces use catalog: protocol. Zero version drift.
Environment Validation
t3-env chains per app with correct extends. Runtime crashes from missing vars eliminated.
TypeScript Config Chain
Shared tsconfig base with per-package extends. Consistent compiler options everywhere.
Preset System
Save, share, and reuse stack configurations. Community presets via URL, like shadcn registry.
MCP Server
AI agents scaffold via Model Context Protocol. Claude Code and Cursor run the CLI, not raw files.
Choose your stack
Every option is production-tested.
Built-in presets
Start with a proven configuration. Or create your own.
Next.js + UI package + Tailwind 4 + Biome
npx create-turbo-stack --preset minimalSupabase + tRPC + shadcn + i18n + Sentry + PostHog
npx create-turbo-stack --preset saas-starterHono + Drizzle + Upstash — no frontend
npx create-turbo-stack --preset api-only