Who this course is for
You want to put a Next.js app, a static site, or any frontend online without managing a server. Vercel is the platform that popularized "deploy on git push": you connect your repo, every commit becomes a preview, and main becomes production. No Dockerfile to write, no CI to configure, no reverse proxy to manage.
Assumed prerequisites: you know how to clone a Git repo and you have run npm run dev (or equivalent) on a project before. If you have never touched Git, start with a course on that topic, then come back here.
How to follow it
- Linearly at first: account setup, first deployment, custom domain, and env vars flow in sequence.
- By module after that: analytics and MCP are independent once the basics are set up.
- Check off as you go: each checkbox is stored in your browser, no account required.
Every command is copyable, sourced to the official docs, and dated with its last verification.
