Vibe Launchpad
Level 1 · 0 XPSign in
Vercel· Step 7 of 80 cleared in this quest
Step 7 · about 7 minutes

A preview link for every change

Push a branch and Vercel builds it at its own address, leaving your live site untouched. This is the safety net for vibe coding.

Make a branch, change something visible, and push it — the same moves as GitHub step 7.

Terminal
$ git switch -c change-the-title
$ git commit -am "Change the title"
$ git push -u origin change-the-title

Open the pull request on GitHub. Vercel comments on it within a minute with a preview address. That address runs your branch; your live site is still the old version.

Screenshot slot — The Vercel comment on a pull requestPreview address and build status in the PR conversationpublic/shots/vc-07-pr-comment.png