> ## 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 CRUD app

> Prompt pattern for list/create/edit/delete features with the project database.

# Build a CRUD app

## Starter prompt

```text theme={null}
Enable the project database (or use /database).
Create a [ENTITY] feature with list + create + edit + delete.
Fields: [FIELDS].
Add basic validation and empty states. Use the existing app layout.
```

## Tips

* One entity at a time beats a huge schema dump
* Use [App Testing](/features/app-testing) (`/test`) after the happy path works
* Runtime credits cover database usage — [Credits](/billing/credits)

## Related

* [Database](/features/database)
* [Prompt patterns](/prompting/patterns)
* [Build a simple CRM](/use-cases/build-a-crm)
