tcbs-stack
Installation
SKILL.md
TCBS Stack
Build production-ready full-stack TypeScript applications with TanStack Start + Convex + Better-Auth + Shadcn UI.
Stack Overview
| Layer | Technology | Purpose |
|---|---|---|
| Frontend | TanStack Start | Full-stack React framework with SSR |
| Backend | Convex | Real-time database & serverless functions |
| Auth | Better-Auth | Flexible authentication with Convex adapter |
| UI | Shadcn UI | Accessible component library |
Quick Start
# Create new TanStack Start project with Shadcn (recommended)
bun create @tanstack/start@latest --tailwind --add-ons shadcn
cd my-app