Build SaaS
with one command
The CLI that scaffolds production-ready monorepos with Next.js, NestJS, Prisma, and Docker.
Masst CLI - SaaS Starter Kit Generator
Build production-ready SaaS applications with one command.
COMMANDS:
Initialize Project
Scaffold a production-ready SaaS monorepo with Next.js, NestJS, Prisma, and Docker.
Development Server
Start Docker, sync database, seed demo data, and launch all services.
Database Management
Prisma Studio, migrations, reset, push, and seed commands.
Add Stripe Billing
Install Stripe SDK, billing types, and webhook setup.
Add Email Support
Set up Resend with React Email components.
Add Analytics
Integrate PostHog with tracking provider.
Production Build
Build all applications for production deployment.
Deploy Anywhere
Deploy to Railway, Fly.io, Render, or Docker.
View Logs
Stream Docker container logs with filtering.
Upgrade Packages
Check and upgrade all @masst packages.
Install Packages
Smart package installer with auto scope prefixing.
Stop Services
Gracefully stop all Docker containers.
$ mst <command> --help for more info
Install the CLI
# Install Masst CLI globally
Create your project
# Scaffold a complete SaaS monorepo
Start developing
# Launch everything with one command