← Tool Garage

Ship station
Vercel
Puts your app on the internet at a real address, and again every time you change it.
1. Learn it
- Connect a repo; every push gets built and published automatically.
- Preview deployments give each change its own link before it becomes the real site.
- Environment variables are where your keys live in production — not in the code.
- A custom domain points your own name at the deployment.
Cost: Free hobby tier.
2. Practice it
Simulated — nothing real happensSpot the missing variable
It works on your machine and breaks live with 'API key undefined'. Say what happened and where you fix it.
3. Connect it
Real — your own account- 1In Lovable, hit Publish — hosting is handled for you.
- 2Outside Lovable: sign in to Vercel with GitHub, import the repo, add your environment variables, deploy.
MessyDev never signs you up, spends your money, or touches your accounts. You do that part.
4. Use it
The moment anyone other than you needs to see the thing.
Honest alternatives
There is no single correct stack. Any of these would be a reasonable choice instead.
- Lovable publishing
- Netlify
- Cloudflare Pages
- Fly.io