Get start
Welcome to NextGate 🚀
We're thrilled to have you here! NextGate is your go-to solution for building fast, scalable SaaS applications on Next.js. This guide will help you get up and running in no time. Once you're set up, follow our tutorial to launch your SaaS project in just few steps!
1. Local installation
Once you have your code ready (zip file or repo access), you can install the project locally by following these steps:
Node Version
NextGate requires Node v18.18.0 or greater. Type node -v in your terminal to check version.
Node Version Manager
If your install doesn't pass and you have error like below, we recommend using a Node Version Manager (NVM) to manage your Node.js versions.
In codebase you can also modify the .nvmrc
file to specify the Node version and then just run nvm use
in the terminal.
2. Create .env file
Rename the .env.example file to .env:
3. Start the Local Server
Now your server is ready!
But keep calm I know setup NextGate is FAST, but you want integrate with external services like DB, Stripe, oAuth etc.
Check the project structure and important files below then go to start project page and finish the setup. 🚀