█████╗██████╗ ███████╗ █████╗ ████████╗███████╗
██╔══╝██╔══██╗██╔════╝██╔══██╗╚══██╔══╝██╔════╝
██║   ██████╔╝█████╗  ███████║   ██║   █████╗
██║   ██╔══██╗██╔══╝  ██╔══██║   ██║   ██╔══╝
╚████╗██║  ██║███████╗██║  ██║   ██║   ███████╗
 ╚═══╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝   ╚═╝   ╚══════╝
████████╗██╗   ██╗██████╗ ██████╗  ██████╗
╚══██╔══╝██║   ██║██╔══██╗██╔══██╗██╔═══██╗
   ██║   ██║   ██║██████╔╝██████╔╝██║   ██║
   ██║   ██║   ██║██╔══██╗██╔══██╗██║   ██║
   ██║   ╚██████╔╝██║  ██║██████╔╝╚██████╔╝
   ╚═╝    ╚═════╝ ╚═╝  ╚═╝╚═════╝  ╚═════╝
███████╗████████╗ █████╗  ██████╗██╗  ██╗
██╔════╝╚══██╔══╝██╔══██╗██╔════╝██║ ██╔╝
███████╗   ██║   ███████║██║     █████╔╝
╚════██║   ██║   ██╔══██║██║     ██╔═██╗
███████║   ██║   ██║  ██║╚██████╗██║  ██╗
╚══════╝   ╚═╝   ╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝

Scaffold production-ready Turborepo monorepos in seconds, not days. Database, auth, API, shared UI, environment validation — all wired correctly from the start.

terminal
$npx create-turbo-stack my-project

◆ 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.

DatabaseSupabase · Drizzle · Prisma
APItRPC v11 · Hono · Next.js Routes
AuthSupabase Auth · Better Auth · Clerk · NextAuth · Lucia
CSSTailwind 4 · Tailwind 3 · shadcn/ui · Radix
AppsNext.js · Expo · Hono · Vite · SvelteKit · Astro
ExtrasSentry · PostHog · React Email · Vercel AI SDK

Built-in presets

Start with a proven configuration. Or create your own.

minimal

Next.js + UI package + Tailwind 4 + Biome

npx create-turbo-stack --preset minimal
saas-starter

Supabase + tRPC + shadcn + i18n + Sentry + PostHog

npx create-turbo-stack --preset saas-starter
api-only

Hono + Drizzle + Upstash — no frontend

npx create-turbo-stack --preset api-only

Ready to build?

$ npx create-turbo-stack