CMS as Systems of Record
Jamund Ferguson, senior engineer at PayPal, on using Jamstack in the enterprise
The key shift is that Shopify, WordPress, and Contentful stop being the place where the site is rendered, and become systems of record that store products, posts, images, and page fields while a separate frontend controls speed and design. That split lets marketers keep familiar admin tools, while developers build faster pages, mix best of breed services, and avoid forcing one product to handle blogging, commerce, and presentation all at once.
-
In practice, this means a store can pull catalog and checkout data from Shopify APIs, blog content from WordPress, and render both in one custom frontend. The merchant still edits products in Shopify and posts in WordPress, but the customer sees one unified site.
-
Headless CMS tools win when content needs to flow to more than one surface. A museum, for example, can manage one content model and send it to a website, kiosk, and mobile app. That is why API first tools like Contentful gained traction with larger teams.
-
The main tradeoff is usability and cost. WordPress remains familiar and cheap for editors, while API first CMS products often need more setup for previews, workflows, and page editing, and can be expensive relative to the near zero software cost of WordPress.
This architecture points toward a more modular web stack, where content systems, commerce systems, and frontend frameworks are chosen separately and connected through APIs. The winners will be the tools that keep editor workflows simple, give developers clean APIs, and make the mixed stack feel as easy to run as an old all in one CMS.