Setup guides for every CheapStack kit. Each kit also ships with a README containing the same instructions.
# 1. Download your kit (ZIP from Polar.sh) # 2. Extract and install npm install # 3. Copy environment template cp .env.example .env.local # (fill in your keys) # 4. Run locally npm run dev # 5. Deploy npm run build
Every kit ships with a .env.example file. Copy it to .env.local and fill in your keys. Never commit .env.local.
All kits are standard Next.js apps. They deploy to Vercel, Netlify, Railway, or any Node.js host. The SaaS Boilerplate also includes a Dockerfile-compatible setup for standalone output.
# Push to GitHub, import in Vercel # Add your environment variables in Vercel settings # Deploy. Done.