Why Vercel Is My Default for Hobby Projects and Fast App Delivery
Vercel plus AI coding agents and GitHub previews is the fastest way I know to ship apps, even if direct AWS could be cheaper at scale.
Vercel plus AI coding agents and GitHub previews is the fastest way I know to ship apps, even if direct AWS could be cheaper at scale.
I still reach for Vercel on hobby apps because previews and deploys are boring in the good way. Claude Code and Cursor can push a branch and I get a URL without wiring another pipeline.
After why Clerk is my default for auth, Vercel is the other half of the stack I keep reusing on side projects.
I am not claiming Vercel is cheapest forever. At hobby scale I care more about how fast I can see a change in a browser than about shaving dollars off EC2. Vercel wins that trade for me.
Vercel has been building for the way I actually work now: an agent edits the repo, I review the diff, I want a preview without babysitting CI.
Two pieces matter:
Vercel MCP pulls account and deployment context into the agent session. Handy when you are debugging "why did this preview fail" without tab-hopping.
Vercel AI Gateway gives coding agents one endpoint for model traffic. Their docs cover Claude Code and OpenAI Codex explicitly, and the MCP server page lists Claude Code, Codex CLI, and Cursor as supported clients. Not a Claude-only story.
Connect the repo once. Every push gets a deployment. Every PR gets a preview URL.
That loop is commit, push, open the preview link, merge when it looks right. Boring. Perfect.
It matters more when the commit author is an agent. Vercel updated build logic so commits from Claude Code or Cursor Agent can trigger deployments without burning a team seat. Solo builders and small teams feel that immediately.
Vercel sits on AWS regions (us-east-1, eu-west-1, and the rest). Their October 2025 incident write-up is blunt about running core services across those regions.
Roll your own on AWS and you can often beat the unit cost at scale. You also own pipelines, preview environments, rollbacks, routing, and every script that glues them together.
For indie and hobby work, that glue work usually costs more than the cloud bill delta. If AWS shipped a first-party "Vercel-shaped" platform tomorrow, I would try it. Until then I am not volunteering to rebuild preview URLs on a Saturday.
Netlify, Cloudflare Pages, and Render preview environments all do credible Git-based previews. I have used them on client projects.
I still default to Vercel because preview UX plus agent-adjacent docs match how I ship on nathanfennel.com and the small apps I spin up for family. Your constraints might differ.
Stack write-ups live on my work and AI integration notes. If you want help wiring this for a real product, reach out.