> ## 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 dashboard with Mythex

> KPI cards, charts, and list pages — start with mock data, then attach a database.

# Build a dashboard with Mythex

```text theme={null}
Build a dashboard for [PRODUCT] with a simple login screen for app users
(bring-your-own auth — Mythex account login is separate).
Pages: overview (KPI cards + chart), [ENTITY] list with search, [ENTITY] detail,
settings/profile.
Clean sidebar layout. Seed realistic mock data if no database yet.
```

Then enable `/database` and replace mocks when ready. App user login: [bring your own auth](/recipes/add-authentication).

## Related

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