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

# firela docs

> Open source, self-hosted financial data management with Beancount

# Welcome

Your financial data. Your control.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get FIREla up and running in minutes
  </Card>

  <Card title="Self-hosting" icon="server" href="/concepts/self-hosting">
    Deploy FIREla on your own infrastructure
  </Card>
</CardGroup>

## Why FIREla?

Most financial apps own your data. With **FIREla**, you own your data.

* **Open source** - Full transparency, community-driven
* **Self-hosted** - Your data stays on your servers
* **Beancount-based** - Plain text accounting you can audit
* **No vendor lock-in** - Export anytime, migrate anywhere

## Get Started

```bash theme={null}
# Clone the repository
git clone https://github.com/fire-la/firela

# Start the application
cd firela && docker-compose up -d
```

<Info>
  FIREla is currently in active development. Join us on [GitHub](https://github.com/fire-la) to contribute!
</Info>
