# Remix Store (Hydrogen)

Official Remix team's production Shopify Hydrogen storefront, open-sourced as a reference build

https://topboilerplates.com/remix-store-hydrogen

Framework: React Router (Remix) | Pricing: Free | GitHub stars: 210

## Verdict

Best for: Developers who want a real, production-quality reference implementation of a Shopify Hydrogen store built with React Router, including its test suite and Shopify data contracts.

Skip if: You want a clean, generic starter - this is wired to the live shop.remix.run Shopify instance's own metaobjects and data, so you'll need to rework the Shopify-side config for your store.

## Description

Remix Store is the actual codebase behind shop.remix.run, open-sourced by the remix-run team as a reference for building a headless Shopify store with React Router and Hydrogen. It demonstrates a production-grade catalog, product, cart, and checkout flow with Shopify GraphQL data, SEO resources, 404 handling, and a no-JavaScript add-to-cart fallback, plus a full Playwright end-to-end test suite covering those flows.

## Pros and cons

+ Maintained by the official remix-run team - high code quality and current with React Router/Hydrogen best practices

+ Genuinely production code, not a toy demo - includes full E2E test coverage and real SEO/404 handling

+ Free, MIT-licensed, and actively updated

- Wired to a specific live Shopify store's metaobjects and data, so it needs rework rather than pure clone-and-go setup

- No payments/auth/admin scaffolding beyond what Shopify/Hydrogen itself provides - it's a storefront, not a full commerce backend

- Smaller star count than dedicated commerce boilerplates, being more of a reference build than a marketed template

## Features

- seo-optimized
- e2e-tests
- open-source
- mit-licensed
- free-tier

## Stack

- TypeScript

## Links

- Website: https://topboilerplates.com/go/remix-store-hydrogen
- GitHub: https://github.com/remix-run/remix-store
- Demo: https://shop.remix.run

## Alternatives

- [Spartacus](https://topboilerplates.com/spartacus)
- [Botiga](https://topboilerplates.com/botiga)
- [Aimeos](https://topboilerplates.com/aimeos)
