# FSM demo — "Callout" The first demo vertical: a small Swedish service/installation firm built on the Substrat kernel and the work-order + invoicing engines. **Runs end-to-end**: React UI → Hono API → kernel operations → per-scope SQLite, with the tuple permission engine enforcing every call. ## Run it ```bash pnpm install pnpm callout-demo dev # from anywhere in the repo — starts API (:8871) + web app (:5271) ``` (`pnpm callout-demo