Between a monolithic CMS and a fully custom Next.js stack, there’s a golden middle: hybrid headless. Here’s when each makes sense, with real numbers from our projects.
TL;DR — headless gives you performance and flexibility but triples maintenance cost. Shopify covers 90% of stores up to $5M/year revenue. Above that, hybrid (Shopify backend + Next.js storefront) starts to make sense. Pure custom — only above $20M.
1. Why people want “headless”
The pitch is always the same: blazing-fast Core Web Vitals, freedom to design any UI, edge rendering, omnichannel content reuse. All true. But the price tag is real.
2. Real cost comparison
- Shopify monolithic: $79-299/mo subscription, 2-3k for theme customisation, 1 dev for ongoing changes. Total year-1: ~$15k.
- Hybrid (Shopify backend + Next.js front): Shopify Plus $2k/mo + Vercel + 2 devs ongoing. Year-1: ~$80-120k.
- Pure custom (Next.js + Stripe + Algolia + Sanity): 4-person team for 6 months. Year-1: $250k+.
3. When hybrid wins
Hybrid is right if you check 3+ of these:
- You have a strong design team that wants pixel control of the storefront.
- Your product catalogue is small (under 5,000 SKUs) but each product has rich storytelling.
- You sell internationally and need fast loads across 5+ countries.
- You have a content/blog/lookbook flow that needs to live alongside e-commerce.
- SEO drives 40%+ of your revenue and Core Web Vitals materially affect rankings.
4. When to stay monolithic
Stay on standard Shopify (or WooCommerce) if:
- Revenue under $3M/year and growing under 50% YoY.
- Product catalogue dominates over storytelling.
- You don’t have an in-house engineering team.
- Marketplace integrations (Amazon, eBay, Etsy) are critical.
5. Our take on the stack
For most of our clients in 2026 we recommend: Shopify (backend) + Next.js 14 App Router (storefront) + Sanity (CMS for content) + Algolia (search) + Vercel (deploy). This stack ships Lighthouse 95+ and stays maintainable by a 2-person team.
Takeaways
Don’t go headless because it’s cool. Go headless because you’ve outgrown the monolithic ceiling and have the team to maintain the complexity. For most stores, “vanilla Shopify done well” still beats “headless done badly”.