CUSTOMER
identity · store credit · debt
01 / RETAILA / PRODUCTION SYSTEM
A production multi-tenant retail management platform built to run day-to-day operations and financial workflows for retail businesses.
5
SHOPS · running on the platform
02 / Real product demo
A full point-of-sale workflow, recorded from the real product — the cursor moves the way an operator does: sale, payment, and the inventory and financial effect each one leaves behind.
03 / A sale's path
A sale at the counter is not a single screen — it is a chain that ends in the ledger. Scroll, and the system draws itself the way a checkout actually runs.
identity · store credit · debt
session state
atomic Postgres RPC
order + items + payment method
stock moves with the order
cash · card · store credit
append-only financial event
derived from the ledger
04 / Financial system
Operational activity is connected to financial state. Sales, refunds, expenses, and store credit all converge on one cash ledger — and history is append-only.
the ledger
CASH LEDGER
append-only · never rewritten

05 / System map
Ten domains inside one tenant boundary. Select a domain to trace how it connects to the rest of the system.
06 / Mobile product demo
The same tenant, the same ledger — recorded on the floor, where the register fits in a pocket.
The register in a pocket
Operators run the same store data from a phone — sales, store credit, and the cash ledger in hand.
One system, both ends
The counter and the floor work the same tenant data — no second product, no separate sync.
07 / Foundations
Not a demo, not a dashboard mock — the architecture underneath the counter.
TENANCY
Tenancy is derived from the authenticated context — every query is scoped and isolated per business.
BACKEND
FastAPI services orchestrate the business logic, with complex rules executed as atomic database routines.
LEDGER
Money movement is append-only — a ledger event is never rewritten, only balanced.
INFRA
Dockerized services on managed infrastructure, with authentication and operational tooling built in.
08 / Technology
The stack the production system actually runs on.
ROUTER → SERVICE → SCHEMAS → POSTGRES RPC / SUPABASE
09 / Proof & open source
The repository is the open-source core the platform runs on — services, schemas, and ledger logic you can read in the open.