- Free hosting for unlimited sites
- Automatic HTTPS/SSL
- Global CDN
- Automatic deployments from Git
- Zero configuration required
Deployment Steps
1
Push to Github
First, push your code to GitHub:
2
Import to Vercel
1
Visit vercel.com
2
Click "New Project"
3
Click Import Git Repository
4
Select your Github Repository
5
Click Import
3
Configure
Vercel auto-detects Next.js settings. You can optionally set:Framework Preset: Next.js (auto-detected)Build Command:
npm run build (auto-set)Output Directory: .next (auto-set)4
Deploy
Click “Deploy”Your site will be live in ~2 minutes at:
5
Add Custom Domain (Optional)
- Go to your project settings.
- Click “Domains”
- Add your domain (e.g., yoursite.com)
- Update your DNS records as instructed
- Done! SSL is automatic
6

