Next.js
Deployment
Deploy your Next.js project to Vercel.
The easiest way to deploy Next.js to production is to use Vercel (built by the creators of Next.js).
Create a Vercel account
Go to Vercel signup and create an account (Continue with GitHub is recommended).

Import repository
Import your repository on Vercel from Vercel import.
- You can give access to all repositories
- Select your project and import it

Configure Vercel
You can keep the default settings. Vercel detects Next.js automatically and applies optimal build settings.
- Project name
- Root directory
- Build command
- Output directory
- Development command

After deploying, you’ll get deployment URLs. Open one to verify your site is live.
