seven23
seven23 copied to clipboard
Fully manual budget app to track personal expenses. 100% opensource, with privacy by design.
Warning
This project is a one person project, currently in alpha quality. We don't yet guarantee stability, data integrity or a clean upgrade path. Only use this project if you are interested in experimenting with it.
Seven23 webapp
Fully manual budget app to track your expenses. Completely opensource, with privacy by design.
App can run on device, no account needed, but need a server instance to sync and backup your data. Server code is also open source and available as a separate repository: seven23_server.
Quickstart
Run locally
nvm use
npm i
npm start