Vercel Pricing and Workflow Lock-In

Diving deeper into

Lenny Bogdonoff, co-founder and CTO of Milk Video, on the past, present and future of Javascript

Interview
We pay more for Vercel than we do for some other really core infrastructure.
Analyzed 3 sources

Vercel’s pricing power comes from replacing a pile of small DevOps chores with one polished workflow. For Milk Video, the expensive part is not raw hosting, it is the saved work of wiring GitHub to builds, previews, rollbacks, env vars, and team access. That bundle makes Vercel feel costly as infrastructure, but cheap compared with engineering time and switching friction.

  • This is the same pattern that made Heroku valuable. The underlying cloud pieces are mostly commodity, but the product wraps storage, compute, routing, and deployment into a push button experience that front end teams can use without setting up Jenkins, custom CI, or edge config themselves.
  • The trade off shows up most clearly at scale. Internal research found Vercel and Netlify can cost about 6x AWS CloudFront on bandwidth past the first terabyte, which creates a natural point where bigger teams start asking whether they should rebuild the workflow themselves.
  • Vercel’s edge is not just nicer hosting, it is tighter control of the developer loop through Next.js. That lets it add things like preview environments, performance tooling, and collaboration features directly into how apps are built and reviewed, not just where they are hosted.

The category is moving toward deeper workflow lock in. As hosting features spread across AWS, Cloudflare, Netlify, and others, the winners will be the platforms that own more of daily development, from local iteration to preview to production, because that is where teams become least willing to switch.