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

# Build a simple CRM with Mythex

> Contacts and deals MVP with database CRUD — not Salesforce sync or email products.

# Build a simple CRM with Mythex

<Note>
  This is a **simple CRM MVP** (contacts, notes, pipeline). Mythex does not include Salesforce/HubSpot connectors or built-in email sending.
</Note>

```text theme={null}
Build a simple CRM for [TEAM].
Entities: Contacts (name, email, company, status) and Deals (title, amount, stage).
List + detail + create/edit. Use /database. Sidebar navigation.
```

Optional later: [BYO email](/recipes/send-email) or [BYO auth](/recipes/add-authentication) for multi-user access.

## Related

* [Build a CRUD app](/recipes/build-a-crud-app)
* [Build an internal tool](/use-cases/build-an-internal-tool)
* [Database](/features/database)
