SaaSBold is a full-stack SaaS boilerplate for Next.js - crafted with great attention to both front-end and back-end functionality. Developer experience has been a key focus, comes with all the essential integrations features with a one-click deployment option on Vercel.
To get started with SaaSBold, ensure you have the following prerequisites installed and set up:
- Node.js 18.x or later (recommended to use Node.js 20.x or later)
Clone the repository using the following command:
git clone https://github.com/SaaSBold/saasbold-lite.git
Windows Users: If you face issues while cloning, place the repository near the root of your drive.
-
Install dependencies:
npm install # or yarn install
Some included packages may cause peer-deps issue with React 19 while installing.
On npm use the
--legacy-peer-deps
flag as a workaround for that at the moment. -
Start the development server:
npm run dev # or yarn dev
- Stripe integration for billing users
- Paddle and LemonSqueezy support coming soon
- Magic Link, Social Login/Auth, Email/Pass Authentication
- Automatic sync of user data in PostgreSQL
- Private/protected pages & API Calls
- Seamless transactional email solution
- Built-in Email Templates for various purposes
- Ready-to-use PostgreSQL database with Prisma integration
- Easily switch to other databases like MySQL or MongoDB
- Efficient performance and database management
- Manage user roles, permissions, and access controls
- UI Components for Admin Dashboard
- Control account settings and preferences
- Intuitive interface with smooth API integrations
- Automatically add new users to MailChimp list
- Send newsletters to your SaaS user base
- Ready-to-use AI integration with Open AI
- Ready-to-use Algolia integration for site search
Feature | Lite | Starter | Professional |
---|---|---|---|
Next.js Landing Page | ✅ Yes | ✅ Yes | ✅ Yes |
All The Integrations | ❌ No | ✅ Yes | ✅ Yes |
Functional Blog with Sanity | ❌ No | ✅ Yes | ✅ Yes |
Functional Admin Dashboard | ❌ No | ❌ No | ✅ Yes |
Functional User Dashboard | ❌ No | ❌ No | ✅ Yes |
Figma Design Source File | ❌ No | ❌ No | ✅ Yes |
Use with Commercial Projects | ✅ Yes | ✅ Yes | ✅ Yes |
Lifetime Free Updates | ✅ Yes | ✅ Yes | ✅ Yes |
Email Support | ❌ No | ✅ Yes | ✅ Yes |
Community Support | ✅ Yes | ✅ Yes | ✅ Yes |