Learn

Getting Started with Vercel

Vercel

From git push to production in one minute

Learn how to deploy on Vercel: Git projects, custom domains, environment variables, and observability. The PaaS that popularized 'deploy on push'.

Start course

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.

Syllabus

Connexions avec d'autres cours

Model Context Protocol

Le protocole standard d'Anthropic pour brancher un agent sur des sources de données externes.

Variables d'environnement

Le meme concept (cles secretes, URLs, flags) gere a quatre niveaux : le concept fullstack, ton shell local, ta plateforme de deploiement, ta base de donnees managee.

Git push, GitHub, et deploiement automatique

Pousser un commit sur GitHub n'est plus juste 'sauvegarder' : c'est aussi le declencheur du deploy continu et la source d'un graphe d'historique visualisable dans l'IDE.