Website · Documentation · Discord · Youtube · @Cyanhall
Nuxt.js Full-Stack SaaS Starter Kit - Free & Open Source
Modern, Production-Ready, and Developer-Friendly
# 1. Clone the repository
git clone https://github.com/NuxSaaS/NuxSaaS.git
cd NuxSaaS
# 2. Use Node.js v22 LTS
nvm use
# 3. Install dependencies
npm install
# 4. Setup environment variables
cp .env.example .env
# 5. Generate and apply database migrations
npm run db:generate
npm run db:migrate
# 6. Start development server
npm run dev
# Deploy to self host server
npm run build
npm run serve
# Deploy to Cloudflare Worker
npm run build
cp wrangler.example.toml wrangler.toml
npm run deploy
If you find this project helpful, please consider:
Your support helps maintain and improve NuxSaaS!
This project is built upon these amazing open source projects:
This project is licensed under the MIT License.