A production-ready Next.js boilerplate with App Router, Drizzle ORM, Supabase, Better-Auth, and Stripe integration. Built for developers who want to focus on building features, not configuring tools.
- 🚀 Next.js App Router - Leverage the latest routing system
- 🔐 Authentication - Social logins with Better-Auth
- 💾 Database - Type-safe Drizzle ORM with Supabase backend
- 💰 Payments - Stripe integration for subscriptions and one-time payments
- 🧹 Code Quality - Biome for linting and formatting
- 🎨 UI Components - shadcn/ui for beautiful, accessible components
- 🌓 Dark Mode - Built-in theme toggling
- 🔍 SEO Optimized - Pre-configured for search engines
- Node.js 18.17.0 or later
- bun
- Supabase account
- Stripe account (for payment features)
- Clone the repository:
git clone https://github.com/subhamBharadwaz/nexora.git
cd nexora
bun install
cp .env.example .env
bunx drizzle-kit generate
bunx drizzle-kit migrate
bun dev
Open http://localhost:3000 in your browser.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.