Track expenses, scan receipts, analyze spending with AI
| Pick your category set |
AI Receipt classification |
Quick entry in any currency |
See Development in the docs.
uv sync
inv dev # http://127.0.0.1:8000
inv test # run all tests
inv pre # pre-commit checksConfigure .deploy/.env (see .deploy.example/.env), then:
inv setup-server # one-time: install deps, clone, create systemd services, upload creds
inv deploy --ref=main # checkout ref, sync deps, restart
inv status --remote # check service status
inv logs --remote # tail server logsSee Oracle Cloud deployment guide for details.
Created with cookiecutter using template