seven23 icon indicating copy to clipboard operation
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

Build action badge Documentation Status License: MIT

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.

Seven23 Screenshot

Quickstart

Run locally

nvm use
npm i
npm start