Jamstack Platforms Becoming Developer Clouds
Bucky Moore, Partner at Kleiner Perkins, on Jamstack's big upside case
This points to Vercel and Netlify moving up the stack from simple frontend hosting into developer facing cloud platforms. The important shift is that a React developer can now ship pages, API routes, authentication checks, personalization, and other request logic from one codebase, without learning the AWS console or running servers. That turns deployment platforms into opinionated clouds for a new class of full stack web builder.
-
The core product is convenience, not raw infrastructure. Vercel Functions run server side code without server management, and Netlify Edge Functions let developers intercept requests, personalize pages, and deploy that logic with the site repo. The user experience is closer to pushing code than provisioning cloud services.
-
The comparison is less AWS versus a static site host, and more AWS versus a workflow specific cloud. AWS exposes primitives like compute, storage, and networking. Vercel and Netlify package those primitives around frontend workflows such as previews, rollbacks, framework defaults, and edge execution, which is why they feel much more accessible to frontend teams.
-
There is still a real boundary. Even in Jamstack interviews, teams describe Vercel and Netlify as best for starting new projects fast, with some larger companies still keeping heavier systems on AWS. That makes these platforms look like modern Heroku for the web layer first, then broader cloud substitutes over time as edge and full stack features deepen.
The next phase is these platforms absorbing more of the app backend that sits closest to the user, including rendering, middleware, caching, and lightweight data access. If that continues, the winning vendors will not just host websites. They will define the default operating environment for how modern web applications are built and shipped.