Setup
Get Started
Your complete SaaS foundation for building modern applications
Let's build your dream SaaS in minutes 🚀
This documentation will help you quickly set up and customize your SaaS application. Follow the setup steps below to get started
Start a Local Server
- In your terminal, run the following commands one-by-one:
Note: StarterKitPro requires Node 18.18 or greater. Type node -v
in your terminal to check your version.
- Rename
.env.example
to.env.local
:
- Open http://localhost:3000 to see your site. And voila!
Configuration File
The lib/app-config.ts
file is where you configure your app. Each key is documented to know how and why it's used. Have a thorough look at it: it is the backbone of the app.
Environment Variables
Rename the .env.example
file to .env.local
. Change AUTH_SECRET
to anything else (15 characters minimum). The file content should look like this:
Check out the Ship Mode guide to ship your saas in minutes.