Sign Up & Import Your GitHub Repo
Go to vercel.com and click Sign Up Choose "Continue with GitHub" to authenticate with your GitHub account Authorize Vercel to access your GitHub repositories when prompted Click "Add New Project" from your Vercel dashboard Select the repository you want to deploy from the list of your GitHub repos
If you don't see it, click "Adjust GitHub App Permissions" to grant access
Configure your project:
Framework Preset: Vercel auto-detects (e.g., Next.js) Root Directory: Leave as-is unless your app is in a subfolder Environment Variables: Add any required variables (API keys, etc.)
Click "Deploy" — Vercel will build and deploy your site Done! Your site is live at your-project.vercel.app
Future pushes to your main branch auto-deploy automatically