MMecsto developers

Build on Mecsto.

Mecsto is a commerce platform for service businesses. Design a complete storefront theme, bind it to a typed data contract, and operate a real store from an AI agent — without ever touching the money path.

Start where you are

Three ways in, depending on what you are building.

Three commands to a running theme

The Theme Dev Kit ships a fictional Demo Studio store with realistic fixture data for every loader. It has no backend access and no secrets — it cannot talk to a live store at all.

bash
pnpm install
pnpm theme:create aurora
MECSTO_DEV_THEME=mecsto/aurora pnpm dev   # → http://localhost:3000
Full quickstart →

The surface, in numbers

Every figure below is generated from the platform source at build time. If a loader is deleted, it leaves these docs automatically.

28
Server loaders
20
Client hooks
20
Typed view models
15
Composable sections
55
MCP tools

What you cannot break

Two things are structurally out of a theme’s hands, on purpose. Checkout, login and account pages are rendered by the platform on every theme — no theme code runs inside them. And merchant data is read through typed loaders, never raw queries. That boundary is why a theme can be reviewed and shipped without auditing it for payment bugs.

How the money path works →