Home
Softono

Seven23

Open source MIT JavaScript
113
Stars
32
Forks
25
Issues
6
Watchers
8 months
Last Commit

 About Seven23

Fully manual budget app to track personal expenses. 100% opensource, with privacy by design.

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Seven23?

We provide expert installation service for this software. Our team will install, configure, and secure Seven23 on your server. plans start at just $30.

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

Run backend locally

npm run backend

Run locally from public docker image

docker run -p 8000:80 sebastienbarbier/seven23_app

Web app is available at http://localhost:8000

Building docker

docker build -t seven23_app -f Dockerfile .
docker run -p 8000:80 seven23_app

Web app is available at http://localhost:8000