PROJECT / 01 Personal software
Personal finance, investing and portfolio tracking built around the way I actually manage my money.
Why I built it
My finances needed to fit my workflow. Not the other way around.
Accounts, transaction categories, monthly budgets, savings and investment decisions are all part of the same financial picture. KuroFinance brings them into one application built around the way I actually manage them.
What it does
One financial picture, from daily cashflow to long-term decisions.
A local workspace connects account activity and monthly planning with the savings and portfolio views I use when making spending and investment decisions.
Account activity
Import transactions and review accounts in one place.
Transaction rules
Categorize, split and lock activity with reusable matching rules.
Monthly planning
Set budgets, carry over amounts and track recurring costs.
Savings
Connect income, savings and goal progress.
Investments
Follow positions, prices and portfolio value.
Wishlists
Keep planned purchases beside the wider financial plan.
How it's built
Built deliberately simple. No frontend framework. No hidden data layer.
A plain Node.js server powers a framework-free browser interface. Finance routes and page modules stay separated by area, local JSON files keep the data model transparent, and a background service refreshes held-symbol prices and currency rates for the portfolio view.
- Node.js
- HTML / CSS / JavaScript
- JSON storage
- Yahoo Finance market data
Finance areas are separated into focused server routes and browser page modules.
Account imports, transaction rules, splits and locking are handled by the same normalized transaction model.
Market data is cached locally so the portfolio can remain useful between external refreshes.
Where it stands
OPERATIONAL
KuroFinance is operational and actively used. The application remains private by design because it contains personal financial records; this public page documents the project without exposing the underlying data.

