← Back to indexProduction · Active
Thirueadu
Offline-first personal finance ledger, double-entry accounting, local-first UX.
Role
Solo developer & architect
Timeline
Ongoing
Stack
- Tauri v2·
- Rust·
- SQLite·
- React
The problem
Personal finance tools usually suffer from two major flaws: they force your most sensitive financial data into a cloud you don't control, and they are incredibly slow to use because every transaction requires a network round-trip. I wanted a double-entry ledger that runs instantly and keeps data private.
The constraint
A true offline-first ledger requires robust data validation at the core. A simple client-side localstorage app wasn't enough for double-entry math. It needed a real database and a systems language to enforce constraints, which naturally led to Tauri, Rust, and SQLite.