SaaS Boilerplate
A free and open-source SaaS boilerplate built with Next.js, Tailwind CSS, and Shadcn UI. It provides a full-stack React application with essential features for SaaS development:
- Next.js: React framework for building performant applications.
- Tailwind CSS: Utility-first CSS framework for styling.
- Shadcn UI: Reusable UI components.
- Authentication: User authentication with Clerk.
- Multi-Tenancy: Team support for organization management.
- Role & Permission: Role-based access control.
- I18n: Internationalization support.
- Database: Drizzle ORM for type-safe database management.
- Logging: Pino.js for logging and Better Stack for log management.
- Testing: Vitest, React Testing Library, and Playwright for unit, integration, and E2E testing.
This boilerplate is designed to accelerate SaaS development with a production-ready setup and a focus on developer experience.