All tracks

Tools

Vercel — deploying frontends

Projects, preview deployments, domains, env, Next.js, and GitHub integration.

0 / 6 lessons0%
Start track
  1. 01
    What Vercel is and its deployment modelintro

    An introduction to Vercel: a platform for the frontend, the Git-driven model, and how it differs from classic hosting.

    8 min
  2. 02
    First deploy of a Next.js applicationcore

    Step by step: from a GitHub repository to a running Next.js application on Vercel.

    10 min
  3. 03
    Preview deployments and the Pull Request workflowcore

    How Vercel builds a preview for every PR and how to weave it into the ProfessNet code review process.

    9 min
  4. 04
    Environment variables and secretscore

    How to safely manage variables and secrets in Vercel and tell public variables apart from confidential ones.

    10 min
  5. 05
    Custom domains and DNS configurationcore

    Connecting a custom domain to a project on Vercel and correctly setting the DNS records.

    10 min
  6. 06
    GitHub integration, build, and logsadvanced

    How the Vercel↔GitHub integration works, how to read build and runtime logs, and diagnose failed deploys.

    9 min

Check your knowledge — quiz

5 questions · pass mark 80%. Score saved locally.

1.What does Vercel do when you push to a branch other than main?

2.Which variable prefix in Next.js makes its value end up in the browser bundle and visible to every user?

3.Why can't a CNAME record be set for the root (apex) domain, e.g. professnet.pl?

4.Why do you need to redeploy after changing an environment variable in Vercel?

5.When a build passes locally but fails on Vercel, which command most faithfully reproduces Vercel's environment?