Skip to main content
Version: Full Scale

Layer 2 — Domain Components

Mechanically permissive primitives, exposed as stateless, org-agnostic microservices — one per domain (Platform, Purchase Order, Work Order, Sales Order, Materials Inventory, Finished Goods Inventory). Each scales horizontally with multiple instances behind a load balancer, and operates on whatever connection Layer 1 hands it — a component has no notion of which tenant it serves beyond the connection itself.

Components define what is structurally possible; they encode no product rules.

Per-component design pages will live under this section.