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

# Prompt patterns

> Reusable Mythex prompt patterns for landing pages, dashboards, CRUD apps, and redesigns.

# Prompt patterns

Copy these structures and replace the bracketed parts.

## Landing page

```text theme={null}
Create a marketing landing page for [PRODUCT], a [ONE-LINE PITCH] for [AUDIENCE].
Sections: hero with CTA, logos, 3 features, how it works (3 steps), pricing teaser,
testimonials, FAQ, footer.
Style: [minimal / bold / dark]. Mobile-first. CTA button scrolls to waitlist form.
```

## Dashboard

```text theme={null}
Build an authenticated dashboard for [PRODUCT].
Pages: overview (KPI cards + chart), [ENTITY] list with search, [ENTITY] detail,
settings/profile.
Use a clean sidebar layout. Seed with realistic mock data if no database yet.
```

## CRUD + database

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

## Redesign

```text theme={null}
Redesign the current [PAGE] to feel more premium.
Keep all routes and copy meaning the same.
Improve spacing, typography hierarchy, and button styles.
Do not remove features.
```

## Bugfix

```text theme={null}
In Preview, [STEPS TO REPRODUCE].
Expected: [EXPECTED].
Actual: [ACTUAL].
Fix the bug and verify the flow works.
```

## Related

* [Effective prompts](/prompting/effective-prompts)
* [Iterate](/prompting/iterate)
