Packaging Infrastructure into Developer Workflow

Diving deeper into

Jamund Ferguson, senior engineer at PayPal, on using Jamstack in the enterprise

Interview
they're not necessarily doing anything that wasn't already possible before. They're just nailing that development experience.
Analyzed 5 sources

The real moat here is packaging old infrastructure ideas into a workflow that feels obvious to a front end engineer. Next.js, Vercel, and Netlify did not invent server rendering, shared front and back end code, or CDN based delivery. They made those pieces feel like normal React work, with built in routing, deploys, serverless functions, and previews instead of separate DevOps steps, which is why adoption spread so fast.

  • This follows the same pattern as Heroku. The winning move is not new compute, it is hiding setup work. Instead of wiring storage, CDN, routing, and functions by hand on AWS, developers push code and get a live site with sane defaults.
  • Vercel gained extra pull because Next.js made full stack work feel like frontend work. That mattered because the market already had a huge pool of React developers who could now add backend behavior without learning a separate server framework or ops stack.
  • In enterprises, that ease lands first on small teams and new launches, not core migrations. Big companies use these tools to ship a campaign site, prototype, or new consumer surface quickly, then decide later whether the convenience justifies platform cost at scale.

The category keeps moving toward products that turn infrastructure into defaults and make more of the stack feel like one tool. The companies that keep winning will be the ones that remove the next layer of friction, first deployment, then backend wiring, then AI assisted building, while staying good enough for larger production workloads.