ravega.net
Project

Finance source published

Personal budgeting — paycheck forecast against actual withholding, accounts, expenses, recurring bills, and a formula registry so the math is declared in one place rather than scattered across views.

Stack

Python · FastAPI · React + Vite · PostgreSQL

Notable engineering

  • Forecasts each paycheck and reconciles the forecast against actual withholding, so a tax surprise shows up early rather than in April.
  • A formula registry declares every calculation once; views read from it instead of each re-implementing the arithmetic.
  • Tracks accounts, expenses, and recurring bills against a dashboard built for the question 'what is actually left'.

Read the source →