Learn how to set up and customize this production-ready SaaS boilerplate to launch your startup in days, not weeks.

Welcome to our SaaS boilerplate! This guide will help you get up and running quickly.
git clone https://github.com/your-repo/saas-template.git
cd saas-template
npm install
cp .env.example .env.local
npm run dev
Visit http://localhost:3000 to see your app!
This template comes with everything you need to launch a production-ready SaaS:
Once you have the basics running:
Check out the full documentation for detailed guides on each feature.
Happy building! 🚀

Templates give you auth, payments, and deployment out of the box. Here is when to use one, when to customize, and when building from zero might make sense.

A step-by-step walkthrough of what happens after you purchase the Ship Template. Accept your GitHub invitation, create your own copy of the template, clone it to your computer, and run it locally — all explained in plain English.