> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comforthub.app/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

| What                                                            | Where                                                                                                                                |
| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| The backend: the database, the sync, the functions, the monitor | [https://github.com/comforthub/backend](https://github.com/comforthub/backend)                                                       |
| The 7am app                                                     | [https://github.com/comforthub/7am-field-app-swift](https://github.com/comforthub/7am-field-app-swift)                               |
| The CRM widgets                                                 | [https://github.com/comforthub/crm-widgets](https://github.com/comforthub/crm-widgets)                                               |
| The pay page                                                    | [https://github.com/comforthub/checkout](https://github.com/comforthub/checkout)                                                     |
| The email parser for the assistant                              | [https://github.com/comforthub/ingest](https://github.com/comforthub/ingest)                                                         |
| This handbook                                                   | [https://github.com/comforthub/comforthub-docs](https://github.com/comforthub/comforthub-docs)                                       |
| Crashes and conditions                                          | The Sentry project; its name is on [Names](/reference/names). See [Sentry](/systems/sentry).                                         |
| Secrets                                                         | The Infisical project. Names only in this handbook, never values. See [Environments and secrets](/systems/environments-and-secrets). |

## Developer tools

The command-line tools that drive a vendor from a shell live in the backend repo, each with its own README:

| 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` |

## Related

* [Writing here](/handbook/writing-here)
* [Environments and secrets](/systems/environments-and-secrets)
* [How it all fits together](/systems/how-it-all-fits-together)
