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

# FAQ

> Firela FAQ — what it is, how it handles your data, parsers, licensing, self-hosting

# Frequently Asked Questions

**Firela is a beancount lifetime ledger — plain text, zero tracking. Your financial data never leaves your hand.**

## What is Firela?

Firela is an open-source (AGPL-3.0) beancount ecosystem for privacy-first personal finance. It includes a mobile lifetime-ledger client (firela-app, in active development) with multi-region bank statement parsers and an on-device PII sanitizer, and billclaw, a self-hostable collector you can deploy today on Cloudflare Workers. The name combines FIRE (Financial Independence, Retire Early) with "la" (Ledger).

## Is Firela free?

The code is free and open source under AGPL-3.0, and billclaw is designed to self-host on Cloudflare Workers' free tier — no infrastructure cost.

## Which banks and platforms can Firela parse?

Statement parsers are community-contributed through an open pipeline ([github.com/fire-la/parsers](https://github.com/fire-la/parsers)): new institution parsers are generated from a template (AI-assisted) and delivered to clients as WebAssembly modules that run on your device — so coverage grows with contributions rather than release cycles. Formats in active support today span China (Alipay, WeChat Pay, major banks), Hong Kong (HSBC), and Europe (Degiro and others).

## How does Firela handle my personal data?

An on-device PII sanitizer detects and masks 11 types of sensitive data — including Chinese ID cards, HKID, US SSN, IBAN (validated across 62 country formats), phone numbers, emails, and bank cards — before any data leaves your phone. Two rule modes are offered: regular (masks personal identifiers) and community (masks everything, safe for public sharing).

## Is Firela really open source?

Yes — the public repos are AGPL-3.0, which makes the privacy claims auditable: you can read the parser and sanitizer code line by line, run it yourself, and verify what it does.

## Do I need an account?

No. The parser and sanitizer libraries run locally on your device without any Firela account. billclaw is self-hosted on your own Cloudflare account with your own API keys — you hold the access tokens.

## Why Beancount?

Beancount is a mature, open-source plain-text double-entry accounting format. Plain text is universal and future-proof: your ledger doesn't depend on any single app staying alive — it outlives every vendor, including us.

## Which regions does Firela cover?

Statement parsing covers China (Alipay, WeChat Pay, major banks), Hong Kong (HSBC), and Europe (Degiro). PII detection covers CN, HK, US, and 62 IBAN country formats, plus universal types like email and credit card numbers.

## How is Firela different from Mint, YNAB, or Monarch?

Different model, stated as facts: Mint was shut down by Intuit in 2024; YNAB is closed-source at $109/year; Monarch is $99/year and requires banking credentials. Firela is open source (AGPL-3.0), parses statements locally, and masks personal data on device — your data lives in an open format you control.

## Who is Firela for?

US users first — expansion to China, Germany, and other regions is planned. Within that audience: privacy-conscious individuals, FIRE movement participants, and Beancount / plaintext-accounting users who want a ledger that outlives every app. (Self-hosters are served by billclaw, the deployable collector — and statement formats already span CN/HK/EU via the community pipeline, ahead of market rollout.)

## Can I self-host?

Yes — billclaw is built for it: it deploys to Cloudflare Workers' free tier with your own API keys. The parser and sanitizer are open-source Dart libraries you can run and audit yourself.

## Where can I get Firela?

billclaw: deploy it yourself from the [Quickstart](/quickstart). The mobile app is in active development — not yet on app stores — follow [github.com/fire-la](https://github.com/fire-la) for updates.
