OPEN SOURCE · APACHE 2.0 · SELF-HOSTED

Commerce that thinks.

Morpheus is an AI-first commerce OS. Your store, your data, your infrastructure — with Linda, a built-in AI operator that runs the shop with you. And it's the first platform AI agents can shop in natively.

Get started See it live → dotbooks.store
# one command — a live store
$ docker compose up -d
core .......... ready
graphql ....... ready (strawberry)
linda ......... online
agent api ..... listening (mcp · acp · ucp)
 
storefront  https://yourstore.com
linda says: "Good morning. 3 carts need attention."
95+plugins shipped
11immutable laws
3agent protocols
0%platform fees
1AI operator, built in
The problem

Your store shouldn't belong
to someone else.

SaaS platforms take rent, fees, and your data. Legacy open-source is a decade behind. Morpheus is the third option: modern, open, and intelligent.

🏢 SaaS platforms

  • Monthly rent + % of every sale
  • Your customer data lives on their servers
  • Features locked behind plan tiers
  • One policy change away from lock-out

🦕 Legacy open source

  • Architecture from 2015
  • Plugins that break on every update
  • No AI, no agents, no modern APIs
  • "Community support" = a dead forum

⚡ Morpheus

  • Apache 2.0 — yours, forever, free
  • Self-hosted: data never leaves your infra
  • GraphQL-native, event-driven, plugin-safe
  • AI operator + agent protocols built in
Meet Linda

An employee who never sleeps
and never guesses.

Linda is Morpheus's built-in AI operator. She learns your store, briefs you every morning, and proposes improvements — but never touches code without a multi-model review panel and your approval.

L
Linda · morning digest
LINDA · 08:00Good morning. Overnight: 14 orders, 2 carts abandoned at payment, and 3 products have zero views in 7 days.
LINDAThe abandoned carts both hit a shipping-cost surprise. I drafted a free-shipping threshold banner. Approve?
YOUApprove. Also why zero views on those 3 products?
LINDAAll three are missing from collection pages. I can add them to "New Arrivals" and rewrite their SEO descriptions. Panel review passed 4/4 models. Apply?
🌅

Morning digest

Orders, risks, and opportunities — before your first coffee.

🛡️

Panel-reviewed changes

Every code change passes independent LLM reviewers, then waits for your approval.

📈

Proactive, not reactive

Spots dead products, SEO gaps, and abandoned carts before you ask.

🧠

Learns your store

Catalog, customers, tone of voice — Linda operates in context, not in generalities.

Agentic commerce

The first store AI agents
can actually shop in.

Customers are starting to shop through AI agents, not browsers. Morpheus speaks all three emerging agent protocols natively — your catalog is machine-readable by design, not by scrape.

MCP

Model Context Protocol

AI assistants browse your catalog, check stock, and build carts through a structured tool interface. Signed, scoped, auditable.

ACP

Agentic Commerce Protocol

Agent-native checkout: an AI agent completes a purchase on a customer's behalf — with explicit consent scopes and receipts.

UCP

Universal Cart Protocol

Carts that move between agents, apps, and sessions without losing state. Add on your phone, an agent finishes on your laptop.

Architecture

Five layers. Eleven laws.
Zero shortcuts.

Strict one-way dependencies keep 95+ plugins composable instead of chaotic. Plugins never import each other — they communicate through hooks and GraphQL, enforced in CI.

05AppsYour storefronts, admin extensions, custom surfaces
04Plugins95+ features: promotions, subscriptions, reviews, shipping…
03ThemesStorefront presentation, isolated from business logic
02SDKStable public API surface — the only contract plugins rely on
01CoreDjango 6 · PostgreSQL · GraphQL · Celery · NATS JetStream · Redis
Plugin ecosystem

95+ plugins. One command each.

Every feature is a plugin with a manifest, hooks, and tests. Install what you need, ignore the rest — the core stays lean.

catalog
checkout
payments
orders
customers
inventory
promotions
subscriptions
reviews
seo
shipping
tax
abandoned_cart
affiliates
b2b_quotes
gift_cards
loyalty
multi_currency
pwa
referrals
returns_portal
smart_shipping
tiktok_commerce
wishlist
webstories
ugc_reviews
staff_sso
rbac
webhooks_ui
… +65 more
Honest comparison

How we stack up.

We're younger than Shopify and Saleor — we don't hide it. Here's the real picture.

MorpheusShopifySaleor
Open source Apache 2.0 BSD
Self-hosted
Platform fees0%rent + %0%
Built-in AI operator Lindasidekick add-on
Agent protocols (MCP/ACP/UCP) native
Battle-tested yearsyoung20+10+
Quick start

Live in sixty seconds.

One machine, one compose file, one working store.

$ git clone github.com/magnetoid/morpheus
$ cd morpheus
$ cp .env.example .env
$ docker compose up -d
 
migrations applied
15 core plugins installed
demo catalog seeded (optional)
admin: http://localhost:8000/admin
01

Clone & configure

One .env file: database, Redis, NATS, LLM keys. Sensible defaults for everything else.

02

Compose up

Postgres, Redis, NATS, core, worker — the full stack in containers.

03

Say hello to Linda

She runs a first-store audit immediately: catalog gaps, SEO, checkout health.

04

Sell

Pick a theme, add products, connect payments. Your first order can be an AI agent's.

Running in production today.

Morpheus powers dotbooks.store — a live bookstore with real customers, real orders, and Linda on morning duty. Not a demo. Not a pitch deck.

dotbooks.store · online
Visit the live store →
Open source

Own your store.
Star the repo.

Apache 2.0. Self-host free, forever. Contributions welcome — the plugin system is built for it.

★ Star on GitHub Read the docs