CH 04 · OPS PLATFORM

Daily Operations Platform

A Node + Postgres + WebSockets PWA that replaced paper-based stockroom workflows at Suitsupply San Francisco. Built from scratch, deployed to production, 50+ daily users.

STATUS · shipped softwarenodepostgrespwaproduction → REPO

I spent a year and a half running the stockroom at Suitsupply San Francisco, and the longer I ran it the more obvious it got that the bottleneck wasn’t people — it was the paper. Shipments, lost punches, game plans, closing duties, radio call-outs — all of it lived in a clipboard or somebody’s head. So I started building.

Overview

A Progressive Web App that runs every stockroom workflow in the store: shipment tracking, time-off requests, lost-punch corrections, daily game plans, closing checklists, real-time radio call-outs, and live email processing. Mobile-first, but a manager can run the same thing from a desktop.

Stack

Status

What I learned building it

You don’t actually need a frontend framework to ship a PWA that 50 people use every day. You do need to think hard about the network — the single biggest performance win we shipped was not a code change. It was detecting which network the user was on and routing them to the fastest path automatically.

Where it goes next

Multi-store deployment, harder offline guarantees, and a proper public API for the integrations.