ESC
NextStarterAI logo
Menu
On this page

Deployment

You can deploy your NextStarter project to any platform that has support for Next.js. We prefer Vercel for its ease of use and seamless integration with Next.js.


Vercel

1- Simply push your project to GitHub, and connect your repository to Vercel. It will automatically detect your Next.js project.


2- Make sure to add your environment variables inside (.env.local) in the Vercel dashboard


vercel environment variables

3- Click on the deploy button and your project will be live in no time. It's that simple! 🚀


More on Vercel

Check out the official documentation for more details on deploying your Next.js project to Vercel.