Skip to content
/ nexora Public template

Modern Next.js boilerplate with App Router, Drizzle ORM, Supabase, Better-Auth, and Stripe. Type-safe, SEO-optimized starter with built-in authentication and payments.

License

Notifications You must be signed in to change notification settings

subhamBharadwaz/nexora

Repository files navigation

Nexora - Ultimate Next.js Boilerplate

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.

Nexora Banner

Features

  • 🚀 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

Getting Started

Prerequisites

  • Node.js 18.17.0 or later
  • bun
  • Supabase account
  • Stripe account (for payment features)

Installation

  1. Clone the repository:
git clone https://github.com/subhamBharadwaz/nexora.git
cd nexora

Instal Dependencies

bun install

Set up environment variables

cp .env.example .env

Applying changes to DB

bunx drizzle-kit generate

Run DB migrations

bunx drizzle-kit migrate

Start the development server

bun dev

Open http://localhost:3000 in your browser.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Modern Next.js boilerplate with App Router, Drizzle ORM, Supabase, Better-Auth, and Stripe. Type-safe, SEO-optimized starter with built-in authentication and payments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published