monori is a self-hosted, single-user envelope budgeting app — the YNAB-style workflow of a spreadsheet budget, rebuilt as a fast web app. It keeps the exact math of the Google Sheets budget it grew from, and adds inline editing, bank-statement import with auto-categorization, a full-year budget grid, and a dashboard with analytics. All money is stored as integer kopecks/cents end to end, so there is no floating-point rounding anywhere.
Full docs live in docs/:
- Getting started — run locally or deploy with Docker.
- Configuration — environment variables and the database.
- Budgeting — the envelope model and the budget grid.
- Transactions and Importing statements.
- Dashboard & analytics.
- REST API and Data model.
- Development — the stack, the
maketargets, testing.
