VERCEL

Vercel and Shopify are rebuilding Hydrogen

Bùi Đăng MinhThứ hai, 29/6/2026, 10:00 (GMT+7)4 min read
Vercel and Shopify are rebuilding Hydrogen

Hydrogen made headless storefronts easy to ship, but not portable. At Vercel Ship 26 in New York, we announced that we are working with Shopify to rebuild it from the ground up, a shared bet on a more open web.

The new version is open source and runtime agnostic, meaning it can run anywhere JavaScript does. You can build with Svelte, Nuxt, Next.js or even bring your own custom framework.

Our strategy includes three layers: core, client and server.

Core is the JavaScript we all used to write for the Shopify API, and never shared. Now it lives in one place.

Take formatMoney. The open web already solved most of this with Intl.NumberFormat.

But the Shopify API doesn't hand you a number. It responds with a custom type, MoneyV2, and the amount is a signed decimal number serialized as a string.

The result is the same, but you’re not writing or maintaining the glue code anymore. When the API changes, the upgrade is trivial.

Centralize the core and you fix each bug once, ship improvements to everyone, and get back to building.

Nguồn / Original source: Vercel (@vercel & @addyosmani)