Introduction
Welcome to TurboKit - Modern fullstack monorepo starter
Welcome to TurboKit
TurboKit is a modern, production-ready fullstack monorepo starter built with the latest technologies.
Tech Stack
| Technology | Description |
|---|---|
| Next.js 16 | React framework with App Router and Turbopack |
| Elysia.js | High-performance TypeScript backend with Bun |
| Prisma | Type-safe database ORM with migrations |
| Tailwind CSS v4 | Utility-first CSS framework |
Features
- 🔐 Complete Authentication System - JWT + Session-based auth with email verification, password reset, and role-based access control
- 📧 Email Service (Resend) - Beautiful transactional emails with React Email templates
- 💳 Stripe Integration - Payment processing, subscriptions, and customer portal
- 🚀 Turborepo Monorepo - Efficient build system with caching and parallel execution
- 🎨 shadcn/ui Components - Beautiful, accessible UI components ready to use
- 📋 React Hook Form + Zod - Type-safe form handling with validation
- 📚 Swagger API Documentation - Auto-generated OpenAPI documentation
- 🔒 Security First - Argon2 password hashing, rate limiting, httpOnly cookies, and CSRF protection
Quick Links
- Quickstart - Get up and running in 5 minutes
- Project Structure - Understand the codebase
- GitHub - View source code