Foundation
App shell, auth boundary, and inventory data model wired.
Assemblio
BOM + inventory control
New build - Shopify-ready
Assemblio centralizes BOMs, component inventory, allocations, and purchasing. Built for multi-tenant manufacturers who need instant, defensible stock positions.
Live Allocation Snapshot
Tenant: Pac-TechnologiesVariant: Aero Clamp
BOM v4 - 12 components
On-hand
4,320
Reserved
1,880
Available
2,440
Order #5941 reserved 48 components
PO #2020 received 600 units
Stocktake session adjusted -12 units
Current implementation maturity across core workstreams.
All major routes rendering with operational actions
Create and update flows live on key modules
Sync + webhook paths hardened with idempotent allocation reconciliation
Unit tests now cover allocation, webhook, stocktake, and integrity audit logic
Completed deliverables per week
App shell, auth boundary, and inventory data model wired.
Reports, Help, and Trash pages upgraded from placeholders.
Create flows added for BOM, Suppliers, Purchasing, and Stocktake.
Shopify sync now runs allocation reconciliation per affected order.
Settings and Reports now surface invariant, drift, and over-receipt audits.
Sync products, variants, and orders with idempotent webhooks.
Versioned BOMs per variant with controlled activation.
Ledger-first adjustments with auditable balance rollups.
Reserve required components at the tenant default location.
Session-based counts with adjustment trails and approvals.
Supplier POs, receiving, and inbound movement capture.
1
Shopify data maps to variants, components, and locations in a single canonical store.
2
Every order line loads the active BOM and writes reservation movements.
3
Stocktake sessions reconcile counts into movements and balances.
This rebuild uses Next.js App Router, TypeScript, and Supabase for auth + API. Shopify is read-only for inventory references.
Postgres, REST, and Edge Functions for service workflows.
Server-first UI with typed endpoints and fast iteration.
All domain reads and writes constrained by tenant context.
Current UI snapshots from active modules.

KPI overview with alerts and order trend visual.

Recent order pipeline and status visibility.

Balance table, movement feed, and adjustment entry.

Tenant controls and Shopify connection area.