Bookd
Multi-tenant operations SaaS for kitchen businesses — the full pipeline from enquiry to install, with Claude as the configuration UI.
- Role
- Owner / primary dev
- Stack
- React 19TypeScriptSupabaseVercelClaude APIMCP
Bookd runs a real kitchen business end-to-end: leads arrive through a configurable public enquiry form, become jobs on a kanban whiteboard, and flow through custom per-stage forms to scheduling, trade coordination, and install.
The cross-org model is the interesting part. Staff, team contacts, and outside trades each see the same job through their own lens — and when a business hands work to a subcontractor, the subcontractor’s org gets a real twin job with a live read-only mirror of the source. Trades use it in the field as an installed PWA with push notifications; around a dozen organisations are on it in production, anchored by a working kitchens company as the first customer.
The most unusual design decision: there is no settings UI for deep customization. Bookd is its own OAuth 2.1 authorization server exposing an MCP endpoint, so a customer connects Claude and reconfigures their forms, dashboards, and terminology conversationally. AI also does the grunt work elsewhere — compliance documents (White Cards, licenses, insurance) are extracted to structured data by Claude vision in about ten seconds.
1,146 tests and a row-level-security perimeter under it all.