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 nexorabun installcp .env.example .envbunx drizzle-kit generatebunx drizzle-kit migratebun devOpen 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.
