Integration

Svelte Commerce on Swell

Core commerce is covered; reviews, wishlist, vendor and state are the gaps.

Coverage

23 of 43 storefront services are wired to a real Swell endpoint.

Env wiring is not shipped — you add the branch.

terminal
$ npm uninstall @misiki/litekart-connector
$ npm i @misiki/swell-connector
$ npm run dev

Setup

1 · Point the config at the connector

// kitcommerce.config.ts
export * as services from '@misiki/swell-connector'

2 · Set the environment

# .env
PUBLIC_SWELL_API_URL=# Not yet read by init.ts — add this branch yourself

What to know

  • Env wiring is not shipped: add a branch to src/lib/core/connectors/init.ts.

Full guide with troubleshooting, store identity and per-service behaviour: docs/SWELL.md

Run your Swell store on Svelte Commerce.