InsurFlow - Vero Ventures
Developed a comprehensive insurance management system with Next.js, TypeScript, and PostgreSQL, featuring user authentication, policy management, claims processing, and real-time notifications.

About This Project
InsurFlow is an AI-integrated InsurTech SaaS platform for life insurance advisors. It modernizes financial needs analysis workflows by replacing archaic spreadsheets with a cutting-edge web application featuring complex financial calculators, interactive dashboards, and GenAI-powered document generation. This is a greenfield v2.0 rebuild - built entirely from scratch using modern architecture, with v1.0 serving only as a functional specification and logic reference.
Key Features
- ✓Financial Needs Analysis Engines
- ✓Interactive Financial Dashboards
- ✓GenAI Advisor Co-Pilot
- ✓Client & Case Management
- ✓Multi-Tenant SaaS Architecture
- ✓Authentication & Access Control
- ✓Cloud-Native CI/CD & Preview Environments
- ✓Structured Logging & Observability
Challenges & Solutions
Challenge
Translating complex, regulation-heavy insurance calculations from spreadsheet-based logic into a scalable, type-safe web application without introducing financial or compliance errors.
Solution
Rebuilt all financial engines from scratch using strict TypeScript, Drizzle ORM, and isolated unit tests, treating v1 spreadsheets as a logic spec and validating outputs with test data and edge cases before integrating them into interactive dashboards and AI-generated documents.