Overview of React Starter Kit features
mainReact Starter Kit is a production-ready monorepo designed for building AI-powered SaaS applications. It provides a pre-configured stack including:
- AI-First Development: Pre-built LLM instructions and tool configurations for Claude Code, Cursor, and Gemini CLI.
- Edge-First Architecture: Optimized for Cloudflare Workers with global distribution.
- Modern React Stack: React 19, Vite, Astro, TanStack Router, Jotai state management, and shadcn/ui with Tailwind CSS v4.
- Auth + Billing: Integrated 'Better Auth' (supporting social providers, passkeys, and organizations) and Stripe subscriptions via hosted checkout.
- Multi-Tenant Database: Neon PostgreSQL with Drizzle ORM, featuring a pre-built multi-tenant schema with organizations and type-safe migrations.
- High-Performance Tooling: Uses the Bun runtime for fast builds, hot reloading, and unified tooling.