Product roadmap
What's built, and what's next
ClaimLens is built on one principle: fast for honest claims, careful with suspicious ones, and accountable for every decision.Here's what's live today and where it's headed.
Shipped
Next — Phase 2
Deliberately deferred, not forgotten — each was a scope decision, sequenced behind a solid V1.
Observability
Metrics (Micrometer → Prometheus/Grafana) and structured JSON logs carrying trace / tenant / user context. The deployment path — Docker images, a Render blueprint, Neon, R2 storage and auth rate limiting — is already built.
Vector search tuning
pgvector with an HNSW index already ships (opt-in). What's next is tuning that index and a backfill path so retrieval stays fast as the policy corpus grows.
More claim types
Health and property lines on the same engine — the product is already claim-type-agnostic by construction.
Real-time notifications
WebSocket / SSE push so investigators and customers see updates without refreshing.
Outbox event worker
The outbox table ships today; the async publisher/consumer is the next step for reliable event delivery.
Per-document reprocessing
The resubmission loop is live end-to-end; the next refinement is re-OCRing only the document that changed rather than re-running the whole claim's pipeline.
Claimant mobile experience
A phone-first flow for filing a claim and uploading damage photos at the roadside.
Analytics date ranges & export
Tenant and platform dashboards ship today, but report over all time. Next is filtering by date range and exporting to CSV / PDF.