2026-03-25 22:28:16 +00:00
|
|
|
# SaaS template
|
|
|
|
|
|
|
|
|
|
This is not gonna make You rich, but it sure as hell will save you a lot of time!
|
|
|
|
|
|
|
|
|
|
This is production ready setup for Convex and Next SaaS.
|
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
|
|
- Auth
|
|
|
|
|
- Stripe
|
|
|
|
|
- Backend/Frontend Tests
|
|
|
|
|
- CICD
|
|
|
|
|
- shadcn/create UI templte
|
|
|
|
|
- accurate instructions
|
|
|
|
|
|
|
|
|
|
## Development process
|
|
|
|
|
|
|
|
|
|
### Environments
|
|
|
|
|
|
|
|
|
|
- Dev cloud environment - based on `develop` branch
|
|
|
|
|
- Prod cloud environment - based on `main` branch
|
2026-03-25 22:05:06 +00:00
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
|
|
First, run the development server:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
npm run dev
|
|
|
|
|
# or
|
|
|
|
|
yarn dev
|
|
|
|
|
# or
|
|
|
|
|
pnpm dev
|
|
|
|
|
# or
|
|
|
|
|
bun dev
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|