Academyacademy / vibe-101 / ship
Ship
What this is
Shipping means making the project live.
For Vibe 101, a project is not finished until the learner can open a public URL and show the website.
Why it matters
Localhost proves the project works on the learner's machine.
Deployment proves the project can exist outside the session.
What to do
Before deploying:
- Run the project locally.
- Check the main page.
- Fix obvious errors.
- Push the latest code to GitHub.
- Deploy with Vercel.
- Open the live URL.
- Share the URL with the tutor.
Use this prompt:
Copy prompt
Help me deploy this project step-by-step.
Assume I am a beginner.
Check that my GitHub repo is ready first.Success check:
- The site runs locally.
- The learner understands what was built.
- The site is live.
Common mistakes
- Deploying before localhost works.
- Forgetting to push the latest code.
- Ignoring build errors.
- Sharing the URL before opening it.
Vibe 101 / Current checkpoint
Ship
Ready to stamp - Saved in this browser only.
0 of 15 checkpoints complete
0 of 15 checkpoints complete.