Look things up
Repos and links
Where the code, the error tracker and the developer tools live
Every repo is under the same GitHub organisation. Link to a repo; never paste its code into a page.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Where the code, the error tracker and the developer tools live
| What | Where |
|---|---|
| The backend: the database, the sync, the functions, the monitor | https://github.com/comforthub/backend |
| The 7am app | https://github.com/comforthub/7am-field-app-swift |
| The CRM widgets | https://github.com/comforthub/crm-widgets |
| The pay page | https://github.com/comforthub/checkout |
| The email parser for the assistant | https://github.com/comforthub/ingest |
| This handbook | https://github.com/comforthub/comforthub-docs |
| Crashes and conditions | The Sentry project; its name is on Names. See Sentry. |
| Secrets | The Infisical project. Names only in this handbook, never values. See Environments and secrets. |
| Tool | README in the backend repo |
|---|---|
| The phone, driven without a phone: replay Twilio’s webhooks, place a test call or text, write the queue setup | scripts/twilio/README.md |
| Stripe, replayed without Stripe: the subscription path proved from a shell | scripts/stripe/README.md |