https://github.com/amanvarshney01/create-better-t-stack
A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations
https://github.com/amanvarshney01/create-better-t-stack
better-auth bun clack-prompt cli commander drizzle-orm fumadocs hono prisma shadcn-ui tailwindcss tanstack-router turborepo typescript
Last synced: 29 days ago
JSON representation
A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations
- Host: GitHub
- URL: https://github.com/amanvarshney01/create-better-t-stack
- Owner: AmanVarshney01
- License: mit
- Created: 2025-02-10T17:06:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T17:45:41.000Z (29 days ago)
- Last Synced: 2025-04-05T18:27:22.042Z (29 days ago)
- Topics: better-auth, bun, clack-prompt, cli, commander, drizzle-orm, fumadocs, hono, prisma, shadcn-ui, tailwindcss, tanstack-router, turborepo, typescript
- Language: TypeScript
- Homepage: https://better-t-stack.pages.dev/
- Size: 1.02 MB
- Stars: 238
- Watchers: 3
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better-T-Stack
A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations
## Quick Start
```bash
# Using npm
npx create-better-t-stack@latest# Using bun
bun create better-t-stack@latest# Using pnpm
pnpm create better-t-stack@latest
```## Features
- **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## Repository Structure
This repository is organized as a monorepo containing:
- **CLI**: [`create-better-t-stack`](apps/cli) - The scaffolding CLI tool
- **Documentation**: [`web`](apps/web) - Official website and documentation## Documentation
Visit [better-t-stack.pages.dev](https://better-t-stack.pages.dev) for full documentation, guides, and examples.
## Development
```bash
# 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
```## Want to contribute?
Just fork the repository and submit a pull request!