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

# Our products

> Discover the source-available Lerian products — Midaz, Reporter, Matcher, Flowker, and Tracer — and how they compose into a financial platform.

Each Lerian product is a source-available, standalone platform designed to deliver end-to-end capabilities for a specific domain of financial infrastructure.

Products can be adopted individually or combined into a composable ecosystem. All source code is publicly available on [GitHub](https://github.com/LerianStudio).

## Available products

***

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Midaz" icon="books" href="/en/midaz/what-is-midaz" cta="Explore Midaz">
      Create ledgers, manage transactions, and use core entities like accounts and assets. Integrate plugins like Pix, CRM, and Fees Engine.
    </Card>

    <Card title="Reporter" icon="file-chart-pie" href="/en/reporter/what-is-reporter" cta="Explore Reporter">
      Build and export reports, upload templates, and configure filters and schedules. Supports HTML, XML, CSV, PDF, and more.
    </Card>

    <Card title="Matcher" icon="comments-dollar" href="/en/matcher/what-is-matcher" cta="Explore Matcher">
      Validate external transactions against the ledger and surface mismatches. Built for accuracy, traceability, and automation.
    </Card>

    <Card title="Flowker" icon="route" href="/en/flowker/what-is-flowker" cta="Explore Flowker">
      Orchestrate transaction flows using validations, approvals, and external triggers with logic and plugin coordination.
    </Card>

    <Card title="Tracer" icon="road-barrier" href="/en/tracer/what-is-tracer" cta="Explore Tracer">
      Track and trace transactions across systems for enhanced transparency and compliance.
    </Card>
  </Columns>
</div>
