Cub Milpa Alta — School ERP
The operations system a school actually runs on — students, teachers, classes, fees, reports — put online and then hardened: scheduled jobs, backups, an audit log and a documented way to update it.
A multi-tenant restaurant platform: an installable POS on the floor, a kitchen display that updates as orders change, and a NestJS backend holding the order state machine behind both.
A restaurant floor is the hardest place to run a web application: the connection drops, the same order is touched by four people, and nobody has time to reload. The platform is built for that — the POS is an installable web app with an offline queue, the floor plan and kitchen display stay in sync over websockets with a Redis adapter, and an order moves through an explicit state machine rather than through whichever screen wrote last. Tenancy is row-scoped on PostgreSQL, so one deployment serves several restaurants and their branches. An Android wrapper puts the same application on a tablet.
This EcomLabs product is in active development; a public URL is not yet available.
The operations system a school actually runs on — students, teachers, classes, fees, reports — put online and then hardened: scheduled jobs, backups, an audit log and a documented way to update it.
A point-of-sale platform built as a multi-tenant SaaS: organisations, branches and users on one schema, a till that keeps up with a USB scanner, and a versioned public API with scoped keys.
A private web application for running a savings fund — weekly contributions, internal loans, referrals, profit shares and cycle close. It records and calculates; it moves no money.
Tell us your goals and current setup — we'll come back with a clear, honest plan.