Deploy Frontend Apps in Seconds
Vercel is a cloud platform used to deploy frontend applications like React, Next.js, and static websites.
- Instant deployment - Auto CI/CD from GitHub - Free SSL - Global CDN - Preview links for every commit
1. Go to vercel.com 2. Login with GitHub 3. Import project 4. Click Deploy
Steps: 1. Push code to GitHub 2. Connect repo to Vercel 3. Click Deploy 4. Get live URL
npm run build vercel deploy
npm install npm run build vercel
Every push to GitHub → automatically updates website
- Add domain in Vercel dashboard - Example: myportfolio.com
API_KEY=12345 DATABASE_URL=mongodb://...