Get Started in 3 Commands
From zero to a running storefront in under a minute. No configuration required.
Create your project
npx @unchainedshop/create-storefront my-shopInstall dependencies
cd my-shop && npm installStart development
npm run devmy-shop/ ├── app/ # Next.js App Router ├── modules/ │ ├── apollo/ # GraphQL client │ ├── auth/ # Authentication │ ├── cart/ # Shopping cart │ ├── checkout/ # Payment flow │ ├── products/ # Product catalog │ └── i18n/ # Translations ├── components/ # UI components ├── public/ # Static assets └── package.json



