STEP 5~5 minutes

Put Your App on the Internet

Deploy your app to Vercel and get it live on the web

What's "deploying"?

Taking your app from your computer (or GitHub) and making it accessible to anyone with internet access.

What Vercel does for you:

  • • Reads your code from GitHub
  • • Builds it into a website
  • • Gives it a URL anyone can visit
  • • Handles all the technical server stuff
  • • Updates automatically when you make changes

Deploy to Vercel

1. Go to Vercel

Visit vercel.com/new or click "Add New" → "Project"

Deploy on Vercel

2. Import your GitHub repo

  • • You'll see "Import Git Repository"
  • • Find your repo in the list
  • • Click "Import"

3. Configure (or don't!)

Good news: Vercel auto-detects everything!

  • ✓ Framework Preset: Auto-detected
  • ✓ Build Command: Auto-detected
  • ✓ Root Directory: ./

You don't need to touch anything here!

4. Deploy!

Click the big "Deploy" button and wait ~1-2 minutes...

You'll see confetti when it's done! 🎉

Success! Your app is LIVE!

Vercel gives you a temporary URL like: your-app-name.vercel.app

Test it by clicking "Visit" or copying the URL. should load!