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

# Welcome to Mirobody

> An open-source, self-hosted data engine that bridges your personal data with the latest AI.

## What is Mirobody?

**Mirobody** is an open-source, self-hosted **health-data + AI engine** — a lightweight C++ core that links your personal health data to LLMs and runs anywhere, including fully **on-device** so your data never has to leave the phone.

For the full architecture, feature list, and tech stack, see the [**GitHub README**](https://github.com/thetahealth/mirobody/blob/main-v2/README.md) — this docs site is where you come to actually build, configure, and extend it.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/en/quickstart">
    Build the C++ core and run it in minutes
  </Card>

  <Card title="Provider Integration" icon="plug" href="/en/development/provider-integration">
    Add a new device or data source in hours
  </Card>
</CardGroup>

## Who is this for?

<CardGroup cols={2}>
  <Card title="Individual users" icon="user">
    Anyone who wants a private, AI-powered home for their health data — without handing it over to a third party
  </Card>

  <Card title="Developers" icon="code">
    Engineers building personal-data AI products who want a private, embeddable, on-device-capable health engine instead of building the data + FHIR + MCP plumbing themselves
  </Card>
</CardGroup>

## Mirobody as a Data Engine for Developers

<CardGroup cols={2}>
  <Card title="Wearable manufacturers" icon="watch">
    Add AI chat over your device data without building the backend
  </Card>

  <Card title="Research applications" icon="microscope">
    Drop custom tools into `res/mcp_tools/` to deploy subject-facing research apps
  </Card>

  <Card title="Consumer health apps" icon="mobile">
    Use Mirobody as the data + AI backend behind your product
  </Card>

  <Card title="Enterprise" icon="building">
    Contact us for custom integrations and enterprise support
  </Card>
</CardGroup>

We're open-sourcing the engine so you can run the same private, on-device-capable health core yourself — self-hosted for the whole family, on your phone offline, or embedded in your own app via the C API.

## Next Steps

<Steps>
  <Step title="Get started">
    Follow the [Quick Start](/en/quickstart) to build the core (`./build.sh`) and run it.
  </Step>

  <Step title="Configure providers">
    Set OAuth credentials for the devices you want — see [Configuration](/en/configuration).
  </Step>

  <Step title="Explore the API">
    Read the [API Reference](/en/api-reference/overview) for the OpenAI-compatible `/v1` endpoints.
  </Step>

  <Step title="Add custom providers or tools">
    Use [Provider Integration](/en/development/provider-integration) for new data sources, or add a C++ tool in `res/mcp_tools/`.
  </Step>
</Steps>

## Contributing

We welcome contributions — new providers, new tools, framework improvements, anything.

<CardGroup cols={2}>
  <Card title="GitHub Repository" icon="github" href="https://github.com/thetahealth/mirobody">
    Source code, issues, and PRs
  </Card>

  <Card title="Contributing Guide" icon="code-pull-request" href="/en/development/contributing">
    How to submit changes
  </Card>
</CardGroup>

## Community & Support

<CardGroup cols={2}>
  <Card title="Discord" icon="discord">
    Community discussions (coming soon)
  </Card>

  <Card title="GitHub Issues" icon="bug" href="https://github.com/thetahealth/mirobody/issues">
    Bug reports and feature requests
  </Card>

  <Card title="Mirobody Support" icon="envelope" href="mailto:developer@thetahealth.ai">
    Direct technical support
  </Card>
</CardGroup>

<Note>
  This docs site covers Mirobody's **health vertical**. For the open-source engine repo, see <a href="https://github.com/thetahealth/mirobody">github.com/thetahealth/mirobody</a>.
</Note>
