Get Started

The SaaS Factory Boilerplates - Next SaaS Boilerplate Pro

Welcome to the documentation for our Next SaaS boilerplate PRO. We want to present to you in the best possible way what we have built and that can undoubtedly help you build your next saas project in a weekend.

Top Features

  1. Next.js 14: Utilize the power of Next.js to build server-side rendered React applications that are optimized for performance and SEO, providing a seamless user experience across all devices. Backend and frontend are in the same project, making it easier to manage and deploy your application.

  2. TypeScript: Leverage the power of TypeScript's static typing system to detect and prevent errors at compile time, providing increased confidence and productivity during development.

  3. React: Build dynamic and responsive user interfaces with React, the leading JavaScript library for creating reusable and easily maintainable components.

  4. Tailwind CSS: Streamline the design and styling of your application with Tailwind CSS, a utility-first framework that enables you to quickly customize your application's appearance without sacrificing code readability.

  5. Prisma: Prisma is one of the best current ORMs to manage databases

  6. Next Auth: In this Pro version, we replace Clerk with Next auth, motivated mainly to reduce the costs of future projects.

  7. Stripe: Stripe is the best payment gateway to manage subscriptions and payments

  8. Granular ACL: We divide the accesses by modules so you can give granular access to certain users to certain areas of your administration

  9. Native components: Native components such as NewForm, which allows you to create a CRUD in 20 minutes

Integrated modules / Features

  • Multi-tenancy support: create, switch, update organization and invite members
  • Billing and Subscriptions This is good!
  • Membership plan capabilities support This is good!
  • Onboarding Module
  • Landing Page
  • Responsive
  • DarkTheme
  • Dashboards for Tenant (Organizations) and Super Admin
  • Notifications Module
  • Organization Switcher
  • Organization Profile
  • User Profile
  • Ticket Support Module
  • Settings Module for Super Admins
  • Marketing Module
  • Stripe Invoices and memberships Module
  • Imagekit Integration for Media Storage
  • Internal components to help you create cruds quickly (newForm)
  • User management
  • Organization (Tenants) management
  • Subscriptions management
  • Membership plan capabilities support
  • SEO friendly (SSR by Next 14)
  • Vercel Analytic integration
  • Role-based access control and permissions
  • Absolute Imports using @ prefix

This document will guide you through the setup, usage, and customization of our boilerplate, allowing you to focus on developing unique features for your SaaS application. Let's embark on this journey of building together!

Start building your saas FASTER