Zero to production in one command.
Montreal is an open source production-grade SaaS-ready boilerplate for modern Next.js apps. It's designed to have everything you need to build your SaaS app as quick as possible. Authentication, billing, analytics, SEO, CMS and more. Montreal has it all, from A to Z.
monorepo-starter includes the following packages/apps:
app
: The Web Appweb
: The web page.
Each package/app is 100% TypeScript.
monorepo-starter has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
bun build
To develop all apps and packages, run the following command:
bun dev