Commerce Docs
Multi-tenant Next.js storefront platform fronting Shopify — one deploy, many shops.
What is Nordcom Commerce?
Nordcom Commerce is a multi-tenant headless e-commerce platform. A single Next.js deployment
resolves each inbound request to a tenant by hostname, rewrites the URL to the tenanted App
Router tree, and serves catalog, cart, account, and CMS pages backed by Shopify and a
Convex-native CMS. Adding a new shop is a row in the Convex shops table — no redeploy.
The platform is organized into four sections: Docs (concepts and operations), Packages (narrative per-workspace guides), Reference (auto-generated TypeDoc API), and Errors (per-code help pages).
Where to start
New here? Begin with the Quickstart to get a local environment running, then read Architecture to understand how tenants are resolved and how data flows from the edge to the database.
Looking for a package API? Jump directly to Reference for the auto-generated TypeDoc catalog, or to Packages for narrative guides and changelogs.
Debugging a thrown error? Every commerce error code has a dedicated page in Errors with causes, code examples, and throw-site listings.