QUARK / WAREHOUSE MANAGEMENT METADATA‑GOVERNABLE ARCHITECTURE
QUARK.BUILD

The warehouse
that configures
itself.

A warehouse management system that deploys in days, not years. Built for the warehouse still run out of spreadsheets, and for the 3PL carrying a system nobody left instructions for. An AI agent configures it — not a consulting team — because every feature is metadata, not code.

What it is
A warehouse management system whose features live as metadata instead of code — so it is configured, not customised.
Where it stands
Built and running: Studio, RF terminals, lots and serials, statutory forms, voice picking in beta. No hosted demo yet. No customers yet.
Who is behind it
Maxim Smurygin, in Sofia. Building it alone, looking for the first warehouse rather than the fiftieth.
If we have met
Write to me directly — hello@quark.build. Otherwise the form at the foot of the page does the same thing.
§ 01 — The diagnosis

Traditional WMS
is stuck in 2010.

Manhattan, SAP and Infor are excellent systems — built for an era when warehouse management meant custom code. That era is ending. Their architecture was never designed to be configured at runtime; only customised, by experts, over months, with tribal knowledge trapped in their heads. We respect what they built. We are building what comes next.
Legacy WMS · circa 2010
Customised by experts. Slowly.
12months to go live
×Hardcoded processes you can't touch
×New SKU? File a ticket. Wait 3 weeks.
×Tribal knowledge in consultants' heads
×Every change is a customisation project
×Cannot be audited. Cannot be rolled back.
Quark · 2026
Configured by AI. Live.
1day to go live
Every feature is metadata, addressable by agents
New SKU? Type it in. It's live in seconds.
The system describes itself at runtime
Every mutation is versioned and reversible
Destructive ops require human approval — by design
Fit — this is you

You are running it on spreadsheets, or on something you inherited.

No WMS team, and no appetite for a six-month project. Either there is no system at all and the warehouse lives in Excel and in people's heads, or there is one — written years ago, by someone who has left, and nobody dares touch it.

A 3PL adding clients faster than it can reconfigure
Lots, expiry or serials that Excel cannot honestly track
Statutory paperwork you currently assemble by hand
You would rather configure a system than commission one
Fit — not yet

We would rather say so than waste your quarter.

Quark is early. There are places where a system with twenty years of scar tissue is still the right answer, and we would rather you heard that here than three months into an evaluation.

×Hundreds of thousands of SKUs across many sites
×Automation on the floor — AS/RS, shuttles, sorters
×A validated GxP environment that must be certified before it is touched
×You need a vendor with a decade of references tomorrow morning
§ 02 — The day we go live

Describe your warehouse.
Log in tomorrow.

Not a prototype. Not a sandbox demo. Production. Bring a photo of your aisles, a spreadsheet of your SKUs, and a short conversation about how you actually run. By morning, your operators have a working WMS configured to your specific business — RF terminals, picking rules, integrations, the lot.
Day · zero09:00

Tell the AI about your operation.

Upload a photo of your aisles. Drop in your stock list as Excel. Describe — in your own words — what you store, how you receive, who picks. The agent extracts zones, SKUs, lot policies and team structure automatically.

aisle_photo.jpg · 4032×3024
4 zones 12 aisles 3 staging cold chain 12,847 SKUs
Day · zero14:30

Review the draft in the Studio.

The agent's configuration arrives as a draft version of the module — never as a change to your running system. You open it in the Studio and inspect it as a graph: business objects, forms, roles, navigation, rules. Apply when it's right, discard when it isn't. No SQL, no source code, no consultant‑in‑the‑middle.

version historysku · 2
v?draftcurrent
Cold chain: lot expiry + FEFO on SKU
#24 · created 17/08/2026 · by studio
ApplyDiscardOpen
v1.0.0active
#4 · created 13/03/2026 · rollback target
14 forms · 16 navs · 7 exts37 binds
Day · one08:00

Operators log in. The system is live.

RF terminals scan their first pallet. Pickers walk their first wave. Every change you make from this moment forward goes through the same Draft → Validate → Approve → Apply pipeline — including the ones the AI proposes itself.

Quark agent
Proposed: increase replenish threshold for zone A from 20% to 30%. Based on 7 days of stockout events. today · 08:14 ApproveOpenReject
Approved.08:15 · you
Quark agent ✓ Applied to production. Rollback available for 7 days. 08:15
Figure — drawn from the system's own metadata, not photographed. Screens, if you want them →
14 forms · 16 navs · 7 exts · 37 binds sku module draft · v? sku_list list sku_card detail sku_barcodes child list sku_units child list sku_lots tab … 9 more
One module, drawn from its own metadata. SKU Management declares fourteen forms and how they navigate into one another. Every box and every line here is a row in a table — which is the whole claim.Fig. 01
§ 03 — The foundation

Metadata‑Governable
Architecture.

A manifesto for systems that AI agents can safely operate. Not governance bolted on top — governance baked into the data model itself. Five principles. No path around them.
P · 01
Features are data, not code.

Forms, workflows, validation rules, navigation, business objects — all rows in a database. Not source files. An agent issues INSERT/UPDATE statements; not merge requests.

addressability for agents
P · 02
Every capability self‑describes.

Endpoints, objects, UI elements expose machine‑readable schemas through introspection. Agents discover new capabilities the moment they exist — no client update, no integration work.

openrpc · json schema · live
P · 03
Mutations are reversible.

No write goes direct to a live system. Every change passes Draft → Validate → Apply as a new version. The version that was live before it stays. Rollback as a structural property, not a recovery procedure.

draft · validate · apply · fork
P · 04
Dangerous ops require a human.

Deletions, financial transactions, customer‑facing publishes — they cannot reach execution without an approval signal. Not a configurable option. A code path that physically does not exist.

unavoidable · by design
P · 05
Sandboxing is structural.

A field script can read a field. It cannot call the database. It cannot make HTTP. The sandbox isn't a scanner looking for dangerous calls — it's an architecture that refuses to expose the APIs at all.

semantic · not syntactic
P · ∞
A stronger claim — no path around the controls.

External governance is only as strong as its perimeter. Quark embeds governance into the primary data model. Change, validation and rollback are not enforced from outside — they are the only available vocabulary for mutation.

read the full manifesto →
§ 04 — Figure 01

Five layers.
One contract.

Mutation flows top‑down: an agent (or human) drafts a change against the metadata layer, validation runs against the schema, the apply step is gated by approval policy, and the runtime is rebuilt from metadata — no redeploy, no migration, no downtime.

Governance is not a layer on top. It is the only vocabulary for change.

  1. Metadata is the source of truth. The runtime is rebuilt from L1, not the other way around.
  2. Drafts are isolated. A bad agent decision becomes a discarded draft — not a production incident.
  3. Approval is unavoidable. Destructive paths cannot reach execution without a signed signal.
  4. Sandboxes refuse, not detect. The architecture doesn't scan scripts for danger — it never exposes the dangerous APIs.
  5. Introspection is live. Agents read the system the same way the system reads itself.
§ 05 — Who it's for

Two readers.
One economic shift.

Quark transforms two groups simultaneously. The integrators who today bill 6 months on routine config — and the regulated industries that need every change attributable to the record.
A · For integrators

Your business is not threatened.
It is transformed.

Today, implementing Infor or SAP eats six months of your team mapping SKUs, drawing zones and writing printer scripts. Clients consider it "included." Your margin lives in the leftover hours.

With Quark, that work takes two weeks. The remaining 5.5 months become available for the work you actually enjoy — process consulting, ERP integration, operator training, new clients.

More projects per year, same headcount
Higher margin per billable hour
No junior implementer treadmill
"Sell, train, support — the platform handles configuration."
B · For regulated industries

Pharma. 3PL. Food. Electronics.

Compliance does not relax because AI is in the loop — it tightens. Quark's approval hooks, audit logs, and reversible mutations are designed for environments where every change must be justified, attributable, and traceable.

Every mutation logged with actor, timestamp, before / after state
Every deployment is a named version — who applied it, when, and why
Destructive operations require sign‑off through a channel of your choice
Every user script runs in a sandbox that cannot escape its permissions
If your auditor asks "what did the AI change last Tuesday?" — we show them, to the record, in under a minute.
§ 06 — The Standard Model

A platform of particles.
Each one does one thing well.

Named after the fundamental particles of matter — because warehouses are built from fundamental blocks too. Each module is a quark, gluon, boson, or lepton in a single coherent system. You compose, not integrate.
Core Operations Functional On the roadmap
Q
BUILT CORE

Quark

Metadata core. The fundamental particles of warehouse operations — entities, policies, rules.

φ
BUILT · BETA VOICE

Phonon

Voice layer over your WMS. The quantum of sound — listens, confirms, scans, posts back. Stays on SAP, Manhattan, Infor, Odoo. Two-week integration, not a rip-and-replace.

+15–25%Picking lift
99%+Accuracy on noise
$700Per‑operator hardware
5×–10×Lower TCO vs proprietary voice
g
Q1 2027iPaaS

Gluon

Binds Quark to ERP, marketplaces, carriers, EDI. The strong force between systems.

B
Q2 2027EVENT BUS

Boson

Carries every state change — receipt, ship, adjust — across modules. Pub/sub with audit.

Q4 2026EDGE / RF

Lepton

Lightweight client for RF scanners, tablets, mobiles. Runs everywhere, weighs nothing.

H
Q3 2026VERTICAL

Hadron

Pre-composed industry templates — 3PL × Pharma, D2C × Fashion. Quarks bound by an industry.

α
Q4 2027VOICE AI

Axion

The intelligence hidden in voice sessions. Per-operator acoustic tuning, slotting hints, fraud signals.

γ
FUTUREAI AGENT

Photon

The onboarding agent. Carries information at the speed of light.

ν
BUILTANALYTICS

Neutrino

Reporting that passes through everything — almost weightless, never blocking.

ƒ
BUILTIDENTITY

Fermion

RBAC and identity. Pauli's principle — every user is unique.

h
FUTURECONFIG ENGINE

Higgs

Gives meaning — the configuration field that makes other particles real.

π
FUTUREMIDDLEWARE

Meson

Composite adapters — bridges between protocols, formats, eras.

A note on the name — Quark is pronounced [kwɔːk], after Gell-Mann's coinage. He took the spelling from a single line in Joyce's Finnegans Wake: "Three quarks for Muster Mark." Mark is also the name of my son. The metaphor and the family — they earn their place.

§ 07 — Who is building this

One person.
A short list of things that already run.

Quark has no customers yet. That is the honest state of it, and it is also the reason this page exists — we are looking for the first warehouse, not the fiftieth.

I built Quark because I kept watching the same thing happen: a warehouse that knows exactly how it wants to work, and a system that will not let it, until somebody bills six months to change two columns on a form. The problem was never the consultants. It was an architecture where every business rule is code, and code is expensive to touch.

So Quark keeps its features in tables instead — forms, rules, roles, navigation, statutory documents. That one decision is what makes a day-long deployment possible, and it is also what lets an AI agent operate the system without being trusted, because every change it proposes arrives as a draft that a person applies or discards.

It is named after the particle, which Gell-Mann named after a line in Finnegans Wake — three quarks for Muster Mark. Mark is my son.

Maxim Smurygin · Founder · Sofia, Bulgaria
Built and running

What you can see today.

Metadata core and Studio — modules as graphs, drafts, versions, one-click rollback
RF terminals, both kinds — modern web handheld and character mode on legacy scanners
Receiving, put-away, picking, counting, moves, holds and quarantine
Lots, expiry, serials, and sixteen statutory forms
Permissions across 757 resources, role by role
Phonon — hands-free voice picking, in beta
Not built yet

What we are not pretending.

×A hosted demo you can open by yourself — it runs locally today
×A catalogue of ready ERP and marketplace connectors
×The roadmap modules — Gluon, Boson, Lepton, Hadron and the rest
×A price list. There is no point setting one before the first warehouse
×Certification for validated GxP environments

On jurisdictions. Statutory forms and languages are metadata here, not release engineering — which is why TORG‑2, M‑4, M‑11 and INV‑3 ship in the box, and why a new country is a configuration rather than a release. If your paperwork is not in that list yet, adding it is metadata work, not a roadmap item.

§ 08 — The ask

Be first when
Quark ships for
your industry.

We're onboarding the first warehouses now. Leave your email and tell us what you run — we'll reach out the moment your industry template is ready.

§ Waitlist

Be the first warehouse

Leave your email and we will ask for two things: a spreadsheet of your SKUs and a photo of your aisles. We configure a warehouse from them and show you the result — before you commit to anything, and at no cost.

One reply, from a person, within two days.
Thanks — you're on the list. We'll be in touch.