Getting Started with the SaaS Boilerplate

Welcome to TheDevSpace, the production-ready boilerplate that help you launch your next SaaS product in days!

After purchasing the boilerplate, you will receive a GitHub invitation email to join our @thedevspacehq organization.

GitHub Join Organization

You have 7 days to accept the invitation before the link expires. If it does, please contact hello@thedevspace.io for assistance.

After accepting the invitation, you can access the boilerplate repo at https://github.com/thedevspacehq/next-boilerplate.

Access Boilerplate

Fork the GitHub repo

Next, create a fork of the boilerplate repo.

GitHub Fork

This way you'll own the forked repo, but it will still have a link to the original repository. Whenever we make a change to the original repo, you can easily synchronize the changes by clicking the Sync Fork button.

Clone the repo

And next, clone the forked repo to your local dev environment using the following command:

git clone <your-forked-repo>

Change into the project directory:

cd <your-forked-repo>

Copy the .env.example into .env:

cp .env.example .env

Install the necessary packages:

npm install

And finally start the dev server:

npm run dev

Next steps

Before you can continue building your SaaS, there are a few things you need to configure: