> ## 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 SaaS MVP with Mythex

> Ship a thin SaaS slice — marketing page, app shell, BYO auth and payments when you need them.

# Build a SaaS MVP with Mythex

<Note>
  Mythex helps you build the product UI and backend. **App login** and **customer payments** use bring-your-own providers ([auth](/recipes/add-authentication), [Stripe](/recipes/add-stripe-payments)) — not a built-in SaaS billing product.
</Note>

## Suggested thin slice

1. Marketing landing + pricing teaser
2. App shell with one core feature (CRUD)
3. `/database` when you need saved data
4. BYO auth when you need real users
5. BYO Stripe when you need paid plans
6. [Publish](/publish/how-to-publish)

```text theme={null}
Build a SaaS MVP for [PRODUCT] for [AUDIENCE].
Marketing landing + app dashboard with [CORE FEATURE].
Use /database. Placeholder login screen for now — we'll wire real auth next.
```

## Related

* [From idea to live app](/getting-started/idea-to-live-app)
* [Build a dashboard](/use-cases/build-a-dashboard)
* [Accept payments with Stripe](/recipes/add-stripe-payments)
