Rules-driven net-worth dashboard that ingests statements, screenshots, and exports.
Overview
A personal-finance dashboard that consolidates investment holdings across brokerage, retirement, crypto, and savings accounts. It parses CSV / XLSX statements and, for screenshots and unrecognized formats, falls back to an LLM vision parser. Holdings are enriched with yfinance and rendered in a React dashboard covering asset allocation, sector exposure, and goal tracking. All institution logic lives in config JSON, with no hardcoded brokerage rules.
Highlights
Stack & tools
Demo
Open full size ↗Architecture
A net-worth dashboard that meets statements wherever they come from. Structured CSV and XLSX files flow through a deterministic parser, and anything unrecognized, including screenshots, falls back to an LLM vision parser. Holdings are enriched with live yfinance pricing and rendered as a React dashboard. Every institution-specific rule lives in config JSON, so adding a brokerage is a data change, not a code change.