Skip to content

xt0n1-t3ch/Reva

Reva AI document intelligence cockpit banner

Reva

AI-powered document review for reinsurance workflows.

CI .NET 10 Blazor Web App Document AI MIT License

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.

Quick start

Windows executable

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.

From source

dotnet restore Reva.slnx
dotnet test Reva.slnx
dotnet run --project src/Reva.Web/Reva.Web.csproj

Open the URL printed by ASP.NET Core, upload one of the files in samples/, review the extracted fields, then export JSON or CSV.

Stack

  • .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/.

Documentation

License

MIT — see LICENSE.

About

AI-powered document review for reinsurance workflows.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors