Skip to content

creatorem/creatorem-saas-kit-oss

Repository files navigation

Creatorem SaaS Kit OSS

OSS Stack Edition Premium

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.

Installation

  1. The easiest way is to use the CLI to select the features you want to include in your project.
npx @creatorem/cli create

or you just just clone the repository.

  1. Then you can install the dependencies and start the development server.
pnpm install
  1. Start Docker Desktop

We gonna need to build your supabase migration file and start the supabase server :

creatorem generate-sql
pnpm run supabase:start
  1. Generate your database types
pnpm run db:types
  1. 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

Apps

App OSS (this repository) Premium
Dashboard
Mobile
Marketing

Features

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)

Platform and Examples

Capability OSS (this repository) Premium
React Native support for features ✅ (almost all features)
Dashboard examples
Mobile examples

Who Is OSS For?

  • 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

About

Open source version of the Creatorem Saas Kit project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors