@@ -199,41 +199,48 @@ Open http://localhost:3000 with your favorite browser to see your project.
199199
200200Need advanced features? Multi-tenancy & Teams, Roles & Permissions, Shadcn UI, End-to-End Typesafety with oRPC, Stripe Payment, Light / Dark mode. Try [ Next.js Boilerplate Pro] ( https://nextjs-boilerplate.com/pro-saas-starter-kit ) .
201201
202- ### Free vs Pro version
203-
204- This project offers both a free open-source version and a premium Pro version. Here's a detailed comparison:
205-
206- | Features | Free Version | Pro Version |
207- | ---------| :------------:| :-----------:|
208- | ** Authentication** | ✅ | ✅ |
209- | ** Social Login (Google, Facebook, GitHub, etc.)** | ✅ | ✅ |
210- | ** Multi-Factor Auth & User Impersonation** | ✅ | ✅ |
211- | ** Multi-tenancy & Team Support** | ✅ | ✅ |
212- | ** Role-based Access Control (RBAC)** | ✅ | ✅ |
213- | ** Landing Page (Hero, Features, Pricing)** | ✅ | ✅ |
214- | ** Internationalization (i18n)** | ✅ | ✅ |
215- | ** Drizzle ORM & Dev Database** | ✅ | ✅ |
216- | ** GitHub Actions** | ✅ | ✅ |
217- | ** VSCode Configuration** | ✅ | ✅ |
218- | ** [ Sentry Error Monitoring] ( https://sentry.io/for/nextjs/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo ) ** | ✅ | ✅ |
219- | ** Shadcn UI** | ✅ | ✅ |
220- | ** Next.js** | 14 | 16 |
221- | ** React** | 18 | 19 |
222- | ** Tailwind CSS** | 3 | 4 |
223- | ** ESLint** | 8 | 9 |
224- | ** User Dashboard** | Basic | Extended |
225- | ** Code Quality Tools** | Basic | Extended |
226- | ** Testing: Unit, Integration, E2E, Visual** | Basic | Extended |
227- | ** Stripe Integration** | ❌ | ✅ |
228- | ** Todo App Example (CRUD)** | ❌ | ✅ |
229- | ** End-to-End Typesafe APIs (oRPC)** | ❌ | ✅ |
230- | ** Dark Mode** | ❌ | ✅ |
231- | ** Latest version** | ❌ | ✅ |
232- | ** Email support (1 year)** | ❌ | ✅ |
202+ Or, need a Self-hosted auth stack (Better Auth)? Try [ Next.js Boilerplate Max] ( https://nextjs-boilerplate.com/nextjs-multi-tenant-saas-boilerplate )
203+
204+ ### Free vs Pro vs Max version
205+
206+ This project offers a free open-source version and premium Pro/Max versions. Here's a detailed comparison:
207+
208+ | Features | Free Version | Pro Version | Max Version |
209+ | ---------| :------------:| :-----------:| :-----------:|
210+ | ** Authentication** | ✅ | ✅ | ✅ |
211+ | ** Self-Hosted Authentication (Better Auth)** | ❌ | ❌ | ✅ |
212+ | ** Social Login (Google, Facebook, GitHub, etc.)** | ✅ | ✅ | ✅ |
213+ | ** Multi-Factor Auth & User Impersonation** | ✅ | ✅ | ✅ |
214+ | ** Multi-tenancy & Team Support** | ✅ | ✅ | ✅ |
215+ | ** Role-based Access Control (RBAC)** | ✅ | ✅ | ✅ |
216+ | ** Landing Page (Hero, Features, Pricing)** | ✅ | ✅ | ✅ |
217+ | ** Internationalization (i18n)** | ✅ | ✅ | ✅ |
218+ | ** Drizzle ORM & Dev Database** | ✅ | ✅ | ✅ |
219+ | ** GitHub Actions** | ✅ | ✅ | ✅ |
220+ | ** VSCode Configuration** | ✅ | ✅ | ✅ |
221+ | ** Built for Humans & AI Agents (Agents.md)** | ❌ | ❌ | ✅ |
222+ | ** Transactional Emails (React Email)** | ❌ | ❌ | ✅ |
223+ | ** Bun: package manager** | ❌ | ❌ | ✅ |
224+ | ** [ Sentry Error Monitoring] ( https://sentry.io/for/nextjs/?utm_source=github&utm_medium=paid-community&utm_campaign=general-fy25q1-nextjs&utm_content=github-banner-nextjsboilerplate-logo ) ** | ✅ | ✅ | ✅ |
225+ | ** Shadcn UI** | ✅ | ✅ | ✅ |
226+ | ** Next.js** | 14 | 16 | 16 |
227+ | ** React** | 18 | 19 | 19 |
228+ | ** Tailwind CSS** | 3 | 4 | 4 |
229+ | ** ESLint** | 8 | 9 | 9 |
230+ | ** User Dashboard** | Basic | Extended | Extended |
231+ | ** Code Quality Tools** | Basic | Extended | Extended |
232+ | ** Testing: Unit, Integration, E2E, Visual** | Basic | Extended | Extended |
233+ | ** Stripe Integration** | ❌ | ✅ | ✅ |
234+ | ** Todo App Example (CRUD)** | ❌ | ✅ | ✅ |
235+ | ** End-to-End Typesafe APIs (oRPC)** | ❌ | ✅ | ✅ |
236+ | ** Dark Mode** | ❌ | ✅ | ✅ |
237+ | ** Latest version** | ❌ | ✅ | ✅ |
238+ | ** Email support (1 year)** | ❌ | ✅ | ✅ |
233239
234240** Live Demos:**
235241- Free Version: [ https://react-saas.com ] ( https://react-saas.com )
236242- Pro Version: [ https://pro-demo.nextjs-boilerplate.com ] ( https://pro-demo.nextjs-boilerplate.com )
243+ - Max Version: [ https://max-demo.nextjs-boilerplate.com ] ( https://max-demo.nextjs-boilerplate.com )
237244
238245### Set up authentication
239246
0 commit comments