Index
Introduction
🚀 Next.js SaaS Template
✨ Features
- 🎨 Stunning UI - Built with Tailwind CSS & Shadcn UI for a premium look.
- 🌓 Dark Mode Ready - Seamless light and dark mode switching with
next-themes. - 🔐 Secure Authentication - Powered by
better-authwith Social & SIWE support. - 💳 Stripe Integration - Subscription handling and payments ready to go.
- 📊 Interactive Dashboard - Beautiful charts and metrics visualization.
- 📱 Fully Responsive - Looks great on mobile, tablet, and desktop.
- 📝 Documentation Engine - Integrated docs with
fumadocs. - 🤖 AI Ready - Configure LLM providers easily in settings.
🛠️ Setup Guide
Get up and running in minutes!
-
Clone the repository: ```bash git clone cd ```
-
Install dependencies: ```bash npm install
or
pnpm install
or
bun install ```
-
Environment Variables: Copy
.env.exampleto.env(or create one) and fill in your secrets: ```bash cp .env.example .env ``` Ensure you haveBETTER_AUTH_SECRET,STRIPE_SECRET_KEY, etc. configured. -
Run the development server: ```bash npm run dev ```
-
Open your browser: Navigate to http://localhost:3000 to see your app!
Built with ❤️ using Next.js 14.