Shopify Hydrogen + Vercel deployment + Metaobjects as CMS.
No $99/month headless CMS fees.
npx degit nathanmcmullendev/hydrogen-mockshop-clone my-store
Pre-configured for Vercel. Deploy in 90 seconds with npx vercel
14 section types using native Shopify Metaobjects. Free forever.
Cart, search, collections, product pages, wishlist. Everything working.
Try it without a Shopify account using Shopify's demo API.
Most Hydrogen tutorials tell you to use Sanity, Contentful, or Builder.io for content management. These start at $99/month.
Metaobjects are free. They're built into Shopify. You manage content in the same admin where you manage products. No external service, no extra cost, no API keys.
import {Sections, SECTIONS_FRAGMENT} from './sections';
// In your route loader
const {metaobject} = await storefront.query(ROUTE_QUERY);
// Renders CMS-driven sections
<Sections sections={metaobject} />
npx degit nathanmcmullendev/hydrogen-mockshop-clone my-store
cd my-store && npm install && npm run dev
.env
npx vercel