AI-powered document review for reinsurance workflows.
Reva is a local-first document intelligence cockpit that turns messy reinsurance documents into structured, reviewable, export-ready data. It combines a Blazor analyst UI, an ASP.NET Core API, SQLite-backed workflow state, and a Python parser worker so teams can ingest technical accounts, bordereaux, statements of account, and scanned or semi-structured files; extract financial fields and tables; flag exceptions; capture review decisions; and export approved records.
Download the latest Reva-v*-win-x64.zip from Releases, extract it, then double-click Start-Reva.cmd.
Reva will start at:
http://localhost:5187
The Windows package is self-contained: .NET is bundled, and Python is optional for the advanced Docling parser path.
dotnet restore Reva.slnx
dotnet test Reva.slnx
dotnet run --project src/Reva.Web/Reva.Web.csprojOpen the URL printed by ASP.NET Core, upload one of the files in samples/, review the extracted fields, then export JSON or CSV.
- .NET 10 Blazor Web App for the analyst cockpit and API.
- EF Core with SQLite by default and a SQL Server-ready provider switch.
- Local Python parser worker with a Docling adapter path and deterministic text/CSV fallback.
- Contract-first payloads in
contracts/.
MIT — see LICENSE.
