# KitCommerce > KitCommerce is a free, open-source (MIT), self-hosted ecommerce platform. Its > packages are GoCommerce, a backend that compiles to one Go binary with one > dependency and a Svelte admin inside it, and Svelte Commerce, a SvelteKit > storefront that renders on the server. kitcommerce.store is its website. The > packages work together, or either one on its own. ## Key facts - Two projects, not one. Either can be adopted without the other. - GoCommerce: backend + admin. Svelte Commerce: storefront. - Licence: MIT, both projects. - GoCommerce maturity: 1.0. The exported API and HTTP contract are stable; a break takes a major version. 1.0 is a compatibility commitment, not a claim of production mileage — no store is known to run it in production yet. - Svelte Commerce maturity: public for years, running production stores. - GoCommerce production dependencies: 1 — `github.com/jackc/pgx/v5`. - Services required to run GoCommerce: 1 — PostgreSQL. No Redis, no broker, no separate admin server. - The Svelte admin is compiled into the Go binary with `//go:embed`; one process serves the API and the admin. - Documented GoCommerce API operations: 342 — 238 in the core, 104 across modules, all in OpenAPI. - Of those, 142 are admin endpoints. They are privileged, not private: the admin uses the same published contract an integration reads. - GoCommerce: 1,036 tests, 61 admin screens, 44 modules, 48 migrations, 17 commerce events. - Money is stored and returned as integer minor units plus a currency code, never a float and never a formatted string. - Go module path: `github.com/itswadesh/gocommerce`, the same as the repository. Install with `go get github.com/itswadesh/gocommerce@latest`; tagged releases start at v1.0.0. - Svelte Commerce reaches a backend through a connector package implementing a shared 43-service surface. - 26 connectors exist. Coverage is traced by a script, not hand-asserted. - Most complete: Litekart and Vendure at 39/43. Then Medusa 31/43; Broadleaf, Saleor, Shopware and Virto Commerce 28/43; WooCommerce 27/43. Lowest is OpenCart at 9/43, which is the honest ceiling for that API. - Cart is wired on 23 of 26 connectors, checkout on 25, auth on 20. - No connector has been exercised against a live production instance of its platform. - Positioning: speed and open source. Highlights the site makes, each linked to its evidence: open source (MIT), open API (OpenAPI, 342 operations), free with no platform fees, enterprise-grade operations, scalable, robust (1,036 tests), fast (compiled Go, server-rendered Svelte), portable (one binary + PostgreSQL), 1-command deploy (Docker Compose), detachable (either project alone), headless, Discord community. - Solutions covered on the home page: headless ecommerce, multi-vendor marketplace, B2B pricing, direct-to-consumer, several storefronts on one catalogue. - Analytics: Google Analytics 4 loads only after the visitor clicks "Accept analytics"; "Essential only" loads nothing. The GA4 property is shared with litekart.in. The site sets no cookie of its own. ## Pages - https://kitcommerce.store/ — both projects, a one-command Docker quick start, admin and storefront screenshots, capabilities, architecture and FAQ - https://kitcommerce.store/gocommerce/ — the backend and admin: capabilities, modules, admin screenshots, setup, roadmap - https://kitcommerce.store/gocommerce/admin/ — every screen of the admin, captured from one seeded store in light and dark, captioned in the panel’s own words - https://kitcommerce.store/svelte-commerce/ — the storefront: capabilities, screens, backend preview, setup - https://kitcommerce.store/svelte-commerce/backends/ — all 26 connectors with measured coverage, cart/checkout/auth status and known gaps - https://kitcommerce.store/go-svelte-ecommerce/ — how the two packages relate, when to use each, side-by-side comparison - https://kitcommerce.store/gocommerce-svelte-commerce-connector/ — connector status: early, 0.1.0 on npm as `@misiki/gocommerce-connector`; what it covers, what it does not, and how to install it - https://kitcommerce.store/solutions/ — the four shapes of store and the engine primitive behind each - https://kitcommerce.store/solutions/marketplace/ — multi-vendor marketplace: vendors, moderation states, vendor offers, commission recorded per vendor - https://kitcommerce.store/solutions/b2b/ — B2B: customer groups, price lists, quantity breaks, scoped API keys, invoices - https://kitcommerce.store/solutions/d2c/ — direct-to-consumer: the default store, guest checkout, cash on delivery, manual fulfillment, the Svelte Commerce storefront - https://kitcommerce.store/solutions/multi-store/ — several storefronts on one catalogue: channels, per-channel publishing and pricing - https://kitcommerce.store/integrations/ — all 44 GoCommerce modules by category, each a directory under ext/, and the one hosting partner - https://kitcommerce.store/privacy/ — what the site stores, which third parties it contacts, and what loads only after consent - https://kitcommerce.store/gocommerce/mcp/ — the GoCommerce MCP server: 19 tools, rights, read-only mode, HTTP and stdio transports, how to connect an agent - https://kitcommerce.store/blog/choosing-a-backend-for-a-sveltekit-storefront/ — the 26 Svelte Commerce connectors ranked by measured coverage, with cart, checkout and sign-in status - https://kitcommerce.store/svelte-commerce/backends/bagisto/ — Svelte Commerce on Bagisto: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/broadleaf/ — Svelte Commerce on Broadleaf: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/commercetools/ — Svelte Commerce on commercetools: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/cs-cart/ — Svelte Commerce on CS-Cart: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/django-oscar/ — Svelte Commerce on Django Oscar: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/evershop/ — Svelte Commerce on EverShop: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/litekart/ — Svelte Commerce on Litekart: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/magento/ — Svelte Commerce on Magento: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/medusa/ — Svelte Commerce on Medusa: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/nopcommerce/ — Svelte Commerce on nopCommerce: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/opencart/ — Svelte Commerce on OpenCart: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/orocommerce/ — Svelte Commerce on OroCommerce: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/prestashop/ — Svelte Commerce on PrestaShop: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/saleor/ — Svelte Commerce on Saleor: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/sharetribe/ — Svelte Commerce on Sharetribe: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/shopify/ — Svelte Commerce on Shopify: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/shopware/ — Svelte Commerce on Shopware: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/shuup/ — Svelte Commerce on Shuup: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/spree/ — Svelte Commerce on Spree: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/spryker/ — Svelte Commerce on Spryker: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/swell/ — Svelte Commerce on Swell: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/sylius/ — Svelte Commerce on Sylius: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/vendure/ — Svelte Commerce on Vendure: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/virto-commerce/ — Svelte Commerce on Virto Commerce: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/woocommerce/ — Svelte Commerce on WooCommerce: setup, environment variables, coverage and limits - https://kitcommerce.store/svelte-commerce/backends/x-cart/ — Svelte Commerce on X-Cart: setup, environment variables, coverage and limits - https://kitcommerce.store/integrations/payments-adyen/ — Adyen module for GoCommerce: Take card and local payments through Adyen payment links in a GoCommerce store: API key, HMAC key, endpoint, refunds, and what the module le - https://kitcommerce.store/integrations/payments-creem/ — Creem module for GoCommerce: Sell through Creem as merchant of record from a GoCommerce store: the placeholder product, keys, webhook URL, full-only refunds and the modu - https://kitcommerce.store/integrations/fulfill-delhivery/ — Delhivery module for GoCommerce: Manifest parcels with Delhivery from a GoCommerce order: the API token, pickup warehouse, GSTIN, COD amounts, units, and what the module lea - https://kitcommerce.store/integrations/fulfill-easyship/ — Easyship module for GoCommerce: Book Easyship shipments with the label in one call from a GoCommerce order: token, courier service, ship-from address, units, customs items - https://kitcommerce.store/integrations/payments-helcim/ — Helcim module for GoCommerce: Take card payments through Helcim’s HelcimPay.js in a GoCommerce store: API token, verifier token, webhook URL, refunds, and what the module - https://kitcommerce.store/integrations/payments-hyperswitch/ — Hyperswitch module for GoCommerce: Route payments through Hyperswitch, the open-source payments router, from a GoCommerce store: keys, payment links, webhook URL, refunds and - https://kitcommerce.store/integrations/identity/ — Identity module for GoCommerce: Add shopper accounts to a GoCommerce store: sign-up, sign-in, saved addresses, password reset and order history by claim. Guest checkout kee - https://kitcommerce.store/integrations/indexnow/ — IndexNow module for GoCommerce: Tell Bing, Yandex, Seznam and Naver the moment a GoCommerce product or collection changes, over IndexNow: the setup, the key file, and why G - https://kitcommerce.store/integrations/fulfill-indiapost/ — India Post module for GoCommerce: Record India Post consignments on GoCommerce orders, with the S10 number checked before the order ships — and why this module books nothing - https://kitcommerce.store/integrations/invoices/ — Invoices module for GoCommerce: Issue a gapless, numbered invoice for every paid GoCommerce order: seller details, GSTIN or VAT number, the number format, and what the docu - https://kitcommerce.store/integrations/klaviyo/ — Klaviyo module for GoCommerce: Send a GoCommerce store’s orders and abandoned carts to Klaviyo as events, under the metric names Klaviyo’s flows know. The key, the delays, - https://kitcommerce.store/integrations/payments-lemonsqueezy/ — Lemon Squeezy module for GoCommerce: Sell through Lemon Squeezy as merchant of record from a GoCommerce store: the placeholder variant, four settings, webhook URL, refunds and l - https://kitcommerce.store/integrations/mcp/ — MCP module for GoCommerce: Let an AI agent operate a GoCommerce store over the Model Context Protocol: 19 tools, admin auth, per-tool rights, a read-only mode and an a - https://kitcommerce.store/integrations/search-meilisearch/ — Meilisearch module for GoCommerce: Typo-tolerant product search for a GoCommerce store: a worker keeps a Meilisearch index in step with the catalogue, and the store proxies th - https://kitcommerce.store/integrations/notify-msg91/ — MSG91 module for GoCommerce: Text shoppers about their GoCommerce orders through MSG91’s DLT-approved flow templates: the auth key, a template per event, and what the mo - https://kitcommerce.store/integrations/fulfill-nimbuspost/ — NimbusPost module for GoCommerce: Book shipments across NimbusPost’s couriers from a GoCommerce order: login, warehouse, courier choice, COD, labels, and what the module leav - https://kitcommerce.store/integrations/fulfill-onfleet/ — Onfleet module for GoCommerce: Turn a GoCommerce shipment into an Onfleet delivery task for your own drivers: the API key, auto-assign, cash-to-collect notes, and what it - https://kitcommerce.store/integrations/payments-paddle/ — Paddle module for GoCommerce: Sell through Paddle Billing as merchant of record from a GoCommerce store: API key, notification secret, sandbox, refunds, and why tax rates - https://kitcommerce.store/integrations/feeds/ — Product feeds module for GoCommerce: Publish a GoCommerce catalogue as a Google Merchant Center RSS feed and a Meta catalogue CSV: one item per variant, built live from the cata - https://kitcommerce.store/integrations/payments-razorpay/ — Razorpay module for GoCommerce: Take cards, UPI and netbanking through Razorpay in a GoCommerce store: the three keys, the webhook URL, refunds, and what the module does no - https://kitcommerce.store/integrations/notify-resend/ — Resend module for GoCommerce: Send GoCommerce order emails through Resend with one setting, an API key: the default sender, where the wording lives, what gets logged, and - https://kitcommerce.store/integrations/payments-revenuecat/ — RevenueCat module for GoCommerce: Sell digital goods through a RevenueCat Web Purchase Link from a GoCommerce store: link token, webhook, price matching, and why refunds are - https://kitcommerce.store/integrations/notify-sendgrid/ — SendGrid module for GoCommerce: Send GoCommerce order emails through SendGrid’s v3 API: the API key and verified sender, where the wording lives, retries, and what the modu - https://kitcommerce.store/integrations/fulfill-shippit/ — Shippit module for GoCommerce: Book Shippit deliveries from a GoCommerce order: API key, service band, authority to leave, kilograms and metres, the seven-day label link, - https://kitcommerce.store/integrations/fulfill-shippo/ — Shippo module for GoCommerce: Buy Shippo labels from a GoCommerce order in one call: API token, carrier account, service level, ship-from address, and what the module lea - https://kitcommerce.store/integrations/fulfill-shiprocket/ — Shiprocket module for GoCommerce: Book Shiprocket shipments and waybills from a GoCommerce order: the API user, pickup location, parcel weights, COD, and what the module leav - https://kitcommerce.store/integrations/fulfill-shipstation/ — ShipStation module for GoCommerce: Buy ShipStation V2 labels from a GoCommerce order: the API key, service code, ship-from address, how units convert, and what the module does - https://kitcommerce.store/integrations/import-shopify/ — Shopify import module for GoCommerce: Import a whole Shopify catalogue into GoCommerce over the Admin API — products, variants, options, pictures and stock. Running it again upda - https://kitcommerce.store/integrations/sitemaps/ — Sitemaps module for GoCommerce: Publish a storefront sitemap from the live GoCommerce catalogue: products, collections and CMS pages, the storefront URL and paths, and the - https://kitcommerce.store/integrations/payments-stripe/ — Stripe module for GoCommerce: Take cards and wallets through Stripe PaymentIntents in a GoCommerce store: two keys, the webhook URL, refunds, and what the module does not - https://kitcommerce.store/integrations/translations/ — Translations module for GoCommerce: Serve GoCommerce product titles, descriptions and SEO fields in the shopper’s language: the translations module, the store’s languages, what - https://kitcommerce.store/integrations/notify-twilio/ — Twilio module for GoCommerce: Text shoppers about GoCommerce orders through Twilio: account SID, auth token, a from number or messaging service, the engine’s wording, and - https://kitcommerce.store/integrations/fulfill-usps/ — USPS module for GoCommerce: Buy USPS labels directly from a GoCommerce order: the OAuth app, CRID, MID and payment account, mail class, the stored PDF label, and what i - https://kitcommerce.store/integrations/fulfill-veeqo/ — Veeqo module for GoCommerce: Record a GoCommerce shipment against its Veeqo order so Veeqo’s stock follows: the API key, carrier id, how the allocation is found, and the - https://kitcommerce.store/integrations/webhooks/ — Webhooks module for GoCommerce: Send a GoCommerce store’s events to any server: register a URL and the events it wants, and each is POSTed signed, retried with backoff and - https://kitcommerce.store/about/ — who runs the site and builds both projects (Swadesh Behera), how the site checks its claims, and the trademark note - https://kitcommerce.store/sitemap/ — every page, grouped by section; /sitemap.xml is the same map for search engines - https://kitcommerce.store/contact/ — how to reach the team: Discord and GitHub for questions, WhatsApp for custom builds, hello@kitcommerce.store for security reports and privacy requests - https://kitcommerce.store/rss.xml — the blog as an RSS feed - https://kitcommerce.store/.well-known/security.txt — where to report a vulnerability - https://kitcommerce.store/pricing/ — pricing: one plan, free for life; no fee per order; what free includes and what running a store still costs - https://kitcommerce.store/features/ — GoCommerce features, each checked against the code with the file named; partial features say what is missing - https://kitcommerce.store/features/checkout/ — checkout: one idempotent call that returns 409 instead of charging a changed price, guest checkout, nine gateways plus cash on delivery - https://kitcommerce.store/features/operations/ — operations: order timeline and edits, multi-location stock with a reconciling ledger, 12 carrier options, refunds, roles, audit - https://kitcommerce.store/features/development/ — development: one binary and PostgreSQL, one dependency, 342 documented operations, signed webhooks, MCP; no cloud - https://kitcommerce.store/svelte-commerce/themes/ — 79 live Svelte Commerce demo storefronts, each opening as a running store - https://kitcommerce.store/live-projects/ — live stores running Svelte Commerce, with the Lighthouse scores each home page received on the date measured - https://kitcommerce.store/open-source/ — both repositories, the one-command quick start, the ecosystem, the community, and why there is no cloud or paid tier - https://kitcommerce.store/vibe-coding-commerce/ — point AI coding tools at the storefront, not the commerce engine; the agent toolkit GoCommerce ships - https://kitcommerce.store/blog/ — posts by the people building GoCommerce and Svelte Commerce - https://kitcommerce.store/blog/agentic-commerce-open-stack/ — agentic commerce on an open stack: MCP, OpenAPI and feeds today; ACP, UCP and AP2 not built - https://kitcommerce.store/compare/ — 19 comparisons with other ecommerce platforms, each sourced and dated, each with where the other side wins - https://kitcommerce.store/compare/kitcommerce-vs-shopify/ — KitCommerce vs Shopify: A hosted platform you rent against an open-source one you run: fees per order, code ownership, and what each asks of you - https://kitcommerce.store/compare/shopify-india-vs-kitcommerce/ — Shopify India vs KitCommerce: What an Indian store actually pays Shopify: rupee plans, no Shopify Payments, and a cut of every prepaid order — worked out plan by plan - https://kitcommerce.store/compare/shopify-plus-vs-kitcommerce/ — Shopify Plus vs KitCommerce: Enterprise Shopify against running your own: term contracts, revenue-linked fees, API budgets, B2B and checkout control — and where Plus is simply further ahead - https://kitcommerce.store/compare/kitcommerce-vs-dukaan/ — KitCommerce vs Dukaan: A quick-start Indian store builder with a free plan and a service fee on every sale — against an open-source platform with no fee and more work up front - https://kitcommerce.store/compare/kitcommerce-vs-instamojo/ — KitCommerce vs Instamojo: A payments company’s store builder, free to start with the gateway built in at a fee per payment — against GoCommerce and a gateway of your own choosing - https://kitcommerce.store/compare/kitcommerce-vs-storehippo/ — KitCommerce vs StoreHippo: An Indian enterprise SaaS with B2B, multi-seller and hyperlocal built in, from ₹12,000 a month plus a fee on sales — against an open-source platform you run - https://kitcommerce.store/compare/kitcommerce-vs-webnexs/ — KitCommerce vs Webnexs: A commissioned build with source for one store, against an open-source platform you run: price, licence, refunds and who does the work - https://kitcommerce.store/compare/kitcommerce-vs-zoho-commerce/ — KitCommerce vs Zoho Commerce: A rupee-priced store builder with no fee per order, against an open-source platform you run: plan limits, Zoho’s suite, and where your data lives - https://kitcommerce.store/compare/kitcommerce-vs-bigcommerce/ — KitCommerce vs BigCommerce: A hosted platform whose plan follows your sales, against an open-source one you run: GMV thresholds, gateway fees, US dollar pricing and code - https://kitcommerce.store/compare/kitcommerce-vs-squarespace/ — KitCommerce vs Squarespace: A hosted website builder whose payment options barely reach India, against an open-source platform with Razorpay and cash on delivery - https://kitcommerce.store/compare/kitcommerce-vs-wix/ — KitCommerce vs Wix: A website builder with a store inside it, against an open-source platform you run: design, payments in India, and a site that cannot leave its host - https://kitcommerce.store/compare/kitcommerce-vs-bagisto/ — KitCommerce vs Bagisto: Two MIT engines: a Laravel application with paid extensions against one Go binary with vendors and B2B pricing in its core - https://kitcommerce.store/compare/kitcommerce-vs-magento/ — KitCommerce vs Magento: A PHP platform with a long server stack and a licence priced on your sales, against one Go binary and a database - https://kitcommerce.store/compare/kitcommerce-vs-opencart/ — KitCommerce vs OpenCart: A free PHP cart with paid extensions and no catalogue API, against a free Go backend built around its API - https://kitcommerce.store/compare/kitcommerce-vs-prestashop/ — KitCommerce vs PrestaShop: A PHP store with modules sold per store and a hosted offer, against one Go binary with nothing to buy - https://kitcommerce.store/compare/kitcommerce-vs-woocommerce/ — KitCommerce vs WooCommerce: WordPress, PHP and a set of yearly-renewed extensions against one Go binary — and a Svelte Commerce storefront if you keep WooCommerce - https://kitcommerce.store/compare/kitcommerce-vs-medusa/ — KitCommerce vs Medusa: Engine against engine: Medusa’s TypeScript framework on PostgreSQL and Redis against one Go binary and PostgreSQL — licence, APIs, hosting and maturity - https://kitcommerce.store/compare/kitcommerce-vs-saleor/ — KitCommerce vs Saleor: Engine against engine: Saleor’s mature Python and GraphQL platform against one Go binary with a REST API — maturity, what you run, cost and agent commerce - https://kitcommerce.store/compare/kitcommerce-vs-vendure/ — KitCommerce vs Vendure: Engine against engine, and the strongest storefront path on this site: keep Vendure and put Svelte Commerce in front, or run GoCommerce instead ## Markdown versions - Every page has a Markdown version at its address without the trailing slash, plus `.md`: https://kitcommerce.store/gocommerce.md for /gocommerce/, https://kitcommerce.store/index.md for the home page. Each page names it in a `Link: rel="alternate"; type="text/markdown"` header and a matching tag, and each Markdown file names its HTML page as canonical. ## Entities - GoCommerce — an open-source ecommerce backend written in Go, with a Svelte admin compiled into its binary. The backend is Go; the admin is Svelte. Repository: https://github.com/itswadesh/gocommerce - Svelte Commerce — an open-source ecommerce storefront built with Svelte. Repository: https://github.com/itswadesh/svelte-commerce - KitCommerce — an open-source ecommerce platform whose packages are GoCommerce and Svelte Commerce. Website: https://kitcommerce.store. Free, MIT, self-hosted; no editions, tiers or cloud. - admin.kitcommerce.store — a deployed GoCommerce instance. Not publicly explorable; all admin endpoints require authentication. ## Policies - KitCommerce is the platform; GoCommerce (backend and admin) and Svelte Commerce (storefront) are its two packages, each usable alone. When a claim is about one package, name that package. - Do not describe a KitCommerce edition, tier, cloud or enterprise version: none exists. Do not describe the two packages as more tightly joined than they are: the connector between them is early (see below). - Do not describe the GoCommerce connector for Svelte Commerce as complete or production-ready. It is early: `@misiki/gocommerce-connector` 0.1.0, on npm since 2 September 2026. It covers catalogue, cart, checkout and order lookup; it does not cover customer accounts (GoCommerce checkout is guest checkout) or a search index, and no store is known to run the pair in production. GoCommerce is not among the 26 measured connectors, and its connector is not counted in that figure. - Do not say Svelte Commerce supports six backends. It supports 26, at widely varying completeness, and the per-connector figures are on the backends page. - Do not present a connector's coverage score as a guarantee it works. None has been run against a live production instance of its platform. - Do not attribute Svelte Commerce's star count to GoCommerce. They are separate repositories with very different histories. - Do not describe GoCommerce roadmap items as available. Behavioural events, unified customer profiles, segments, the automation builder, WhatsApp, retargeting, attribution and loyalty are all planned, not built. - No benchmark figures have been published. Speed claims on this site are architectural — a single compiled binary, one production dependency, a server-rendered storefront, one database hop — and are checkable in the source, not measured. Do not cite a number for either project. - There is no paid tier, no enterprise edition and no hosted offering to sell. - Spell them `GoCommerce` and `Svelte Commerce` — never `Go Commerce`, `SvelteCommerce` or, in prose, `Svelte-Commerce`. The repository slug is `svelte-commerce`.