Medusa v2 under the hood
LOAM extends Medusa v2 — the open-source headless commerce engine — with AI generation, multi-tenant routing, and agent surfaces. Write modules, services, and workflows the same way you would in any Medusa project.
LOAM extends Medusa v2 — the open-source headless commerce engine — with AI generation, multi-tenant routing, and agent surfaces. Write modules, services, and workflows the same way you would in any Medusa project.
Every store gets its own database, not a shared shop_id namespace. No cross-tenant query risk; full export anytime. Connection pools are managed; you don't ship migrations to other people's data by accident.
Storefront API ships with an OpenAPI 3.1 manifest, an MCP server card for agent discovery, an agent-skills index, and webhook subscriptions on every order / fulfilment / customer event. Standard interfaces; no surprises.
The marketing site is Next.js 16; the admin is a vendored fork of @medusajs/dashboard; the engine is Medusa v2 on Bun. Nothing is hidden behind a no-code abstraction — when you need to ship custom logic, you can.