A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

# Using npm
npx create-better-t-stack@latest
# Using bun
bun create better-t-stack@latest
# Using pnpm
pnpm create better-t-stack@latest
- β‘οΈ Zero-config setup with interactive CLI wizard
- π End-to-end type safety from database to frontend via tRPC
- 𧱠Modern stack with React, Hono/Elysia, and TanStack libraries
- π± Multi-platform supporting web, mobile (Expo), and desktop applications
- ποΈ Database flexibility with SQLite (Turso) or PostgreSQL options
- π οΈ ORM choice between Drizzle or Prisma
- π Built-in authentication with Better-Auth
- π± Optional PWA support for installable web applications
- π₯οΈ Desktop app capabilities with Tauri integration
- π¦ Monorepo architecture powered by Turborepo
This repository is organized as a monorepo containing:
- CLI:
create-better-t-stack
- The scaffolding CLI tool - Documentation:
web
- Official website and documentation
Visit better-t-stack.pages.dev for full documentation, guides, and examples.
# Clone the repository
git clone https://github.com/better-t-stack/create-better-t-stack.git
# Install dependencies
bun install
# Start CLI development
bun dev:cli
# Start website development
bun dev:web
Made with contrib.rocks.