A privacy-friendly, backend-optional, single-file-based finance tracker.
- Create or upload a financial file (JSON).
- Edit and organize your data using this tool (via freemycash.com or your own self-hosted instance).
- Download the updated file and take it with you.
Optional: Integrate with a backend using a versioned JSON database (e.g., LowDB). A reference backend is available in the /backend
folder.
git clone git@github.com:neberej/freemycash.git
cd freemycash
yarn install
cd freemycash
yarn dev