Preview deployment. This hosted instance does not yet persist data across restarts or redeploys and may be reset without notice. Self-hosting with a mounted volume (FLIGHTRECORDER_DATA_DIR) is durable. Do not enter real customer, patient, or payment information.
Flight Recorder

Evidence-grade, not just observability.

Flight Recorder is a tamper-evident, cryptographically signed, hash-chained audit trail for AI agent activity — prompts, outputs, tool calls — built to survive an examiner's or regulator's scrutiny, not just a dashboard.

Unlike LLM-observability dashboards (Langfuse, Helicone, Bifrost), every record is Ed25519-signed and chained to the one before it, checkpointed independently, and exportable as a self-contained regulator pack mapped to EU AI Act Article 12, ISO/IEC 42001, FINRA Rule 17a-4(f), and SOC 2 CC7.

Get started

Run it yourself, free:

pip install -e .
export FLIGHTRECORDER_DEV=1   # local trial only; production needs a real key-encryption-key

Then, in Python: from flightrecorder import Recorder, create a Recorder(), and call .record(...) — writes to a local ledger file, no network required. Full source and docs on GitHub, Apache-2.0.

Or have us host it: email support@ripplarity.com with which tier you want, and we'll set up a hosted workspace for you.

Pricing

PlanPriceLimit
Free $0self-host 10,000 records/mo
Hosted Core $49/mo 100,000 records/mo
Pro $149/mo 1,000,000 records/mo
Business $299/mo 10,000,000 records/mo, unlimited seats

Checkout is not yet configured in this deployment.

Open source

The core ledger, signing, and verifier are Apache-2.0 and self-hostable — no lock-in.