Open-source starter kit for building SaaS applications with Supabase, Next.js, Tailwind CSS, and Turborepo.
Quick summary Start fast with a production-oriented SaaS foundation: dashboard app, analytics, monitoring, i18n, and AI in the OSS version. Start fast with a production-oriented SaaS foundation: dashboard app, analytics, monitoring, i18n, and AI chat UI in the OSS version. Upgrade to Premium for mobile + marketing apps, advanced business modules, and React Native support for almost all features.
- The easiest way is to use the CLI to select the features you want to include in your project.
npx @creatorem/cli createor you just just clone the repository.
- Then you can install the dependencies and start the development server.
pnpm install- Start Docker Desktop
We gonna need to build your supabase migration file and start the supabase server :
creatorem generate-sql
pnpm run supabase:start- Generate your database types
pnpm run db:types- Start the development server
Go to the apps that you want to start, set your environment variables in the .env file and start the development server.
cd apps/dashboard
pnpm run dev| App | OSS (this repository) | Premium |
|---|---|---|
| Dashboard | ✅ | ✅ |
| Mobile | ❌ | ✅ |
| Marketing | ❌ | ✅ |
| Feature | OSS (this repository) | Premium |
|---|---|---|
| Analytics | ✅ | ✅ |
| Monitoring | ✅ | ✅ |
| i18n (translations) | ✅ | ✅ |
| AI chat UI | ✅ | ✅ |
| Content-type (premade components to display your own app data) | ❌ | ✅ |
| Billing | ❌ | ✅ |
| Organization | ❌ | ✅ |
| Notification | ❌ | ✅ |
| Keybindings | ❌ | ✅ |
| CMS | ❌ | ✅ |
| Emailing (provider + templates) | ❌ | ✅ |
| Capability | OSS (this repository) | Premium |
|---|---|---|
| React Native support for features | ❌ | ✅ (almost all features) |
| Dashboard examples | ❌ | ✅ |
| Mobile examples | ❌ | ✅ |
- Teams launching a web-first SaaS dashboard quickly
- Founders validating product-market fit before adding paid modules
- Developers who want a clean baseline with Supabase + Next.js
- Projects that do not yet need billing, organizations, CMS, or mobile apps