Examples

Stores running this code.

A fresh clone points at a public demo API, so you can see the whole shopping path working before changing a line.

arialshop.com

The Litekart-backed demo storefront. Full catalogue, cart, checkout and account flow — the same environment .env.example points at.

$ cp .env.example .env   # already points here
$ npm install && npm run dev

Running a store on Svelte Commerce? Open a discussion and it can be listed here — real deployments are more useful to evaluate than screenshots. Share your store →

Interface

Screens from the stock storefront.

Product listing page on a phone
Product detail page on a phone
Cart and checkout on a phone

Start with your backend.

Clone it, point it at your API, and describe the store you want.