SnapshotJuly 2026a point-in-time write-up, left as written

Fitwell

Fitwell Buckle Co. is a small hardware brand (precision micro-adjust watch buckles) run by two non-technical founders. My favorite test case so far: I built a platform, and a non-technical team stood up their own operational systems on it.


The setup

In about two weeks (May 2026) I built the rails: an admin platform scaffold, data pipelines into their commerce and analytics stack, a test suite, and the governance layer that makes the codebase safe for non-engineers driving Claude Code:


What happened

Over the next two months, the two founders out-committed me roughly eight to one, around 750 of 850+ commits. Working through Claude Code on those rails, they shipped: a bookkeeping ledger the business closes the month on, a wholesale portal with a volume-pricing engine, a CRM with sales follow-through, a daily email newsletter with regional sends, production and supplier tracking, and trade-show tooling they’ve used at real shows on two continents. Database migrations included. My ongoing role narrowed to architectural sign-off on new tables and integrations.


Guardrails

Review by a single engineer caps a team’s speed at that engineer’s attention, so the risk was engineered down up front instead: database branches per person, migration pre-flight checks, read-only roles, CI gates on migration collisions, and decisions routed to written records.


Status: In daily production use

The business runs on it: books, sales, marketing, production. The same pattern of handing a non-technical team an AI-operable codebase is part of working with me.