github-actions[bot] 8fd6caccfa Version Packages (#314)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-11 02:06:11 +05:30
2025-06-11 02:06:11 +05:30
2025-05-31 00:36:23 +05:30
2025-02-11 11:39:50 +05:30
2025-02-13 22:29:49 +05:30
2025-06-11 02:06:11 +05:30
2025-05-22 21:02:32 +05:30
2025-02-15 16:24:11 +05:30
2025-06-10 15:34:15 +05:30
2025-06-11 02:04:52 +05:30
2025-05-06 01:11:57 +05:30
2025-03-05 23:06:32 +05:30
2025-05-23 16:53:04 +05:30
2025-05-16 03:01:42 +05:30
2025-05-31 00:36:23 +05:30

Better-T-Stack

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

demo

Quick Start

# 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:

Documentation

Visit better-t-stack.amanv.dev for full documentation, guides, and examples.

Development

# 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!

Sponsors

Sponsors

Star History

Star History Chart
Description
No description provided
Readme MIT 10 MiB
Languages
TypeScript 65.4%
Handlebars 29.2%
MDX 3.9%
CSS 1%
JavaScript 0.4%