Welcome to SwiftySaas
Once you have access to the SwiftySaaS Boilerplate download link, download the zipped file and unzip it.
Step 1: Download the Source Code
cd Frontend
npm install
npm run dev
cd Backend
npm install
npm run start
This will install the neccessary packages for the website to work.
You will notice that there are three folders
Frontend
, Backend
, and Tools and Guides
Frontend utilizes Reactjs + Vitejs, it is a client-side-rendering framework. You will develop the UI for your users to see here
Backend utilizes Nodejs + Expressjs, to provides API calls to your frontend
Tools and Guides will provide you with Email Templates to use with Convertkit, and Chatgpt/Gemini prompts for Privacy Policies and Terms of Conditions
Head over to QuickStart to get started!