https://github.com/letehaha/budget-tracker
A personal budget tracking application. Track your balances and transactions with bank connections or manual entry, categorize and analyze expenses and income, and many more.
https://github.com/letehaha/budget-tracker
budget budget-tracker expense-tracker money-management personal-finance self-hosted
Last synced: 18 days ago
JSON representation
A personal budget tracking application. Track your balances and transactions with bank connections or manual entry, categorize and analyze expenses and income, and many more.
- Host: GitHub
- URL: https://github.com/letehaha/budget-tracker
- Owner: letehaha
- License: other
- Created: 2025-02-19T20:20:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-22T21:28:34.000Z (21 days ago)
- Last Synced: 2026-05-22T23:37:08.443Z (21 days ago)
- Topics: budget, budget-tracker, expense-tracker, money-management, personal-finance, self-hosted
- Language: TypeScript
- Homepage: https://moneymatter.app
- Size: 14.7 MB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budget Tracker (MoneyMatter)
[](https://www.gnu.org/licenses/agpl-3.0)
A personal budget tracking application. Track your balances and transactions with bank connections or manual entry, categorize and analyze expenses and income, and many more.
## Local Application setup
To set up the application locally, please refer to the [instructions here](./docs/application-setup.md).
## Self-hosting
To run Budget Tracker (MoneyMatter) on your own server (Docker + Traefik + Let's Encrypt, single VPS, split subdomains for app and API), follow the [self-hosting guide](./docs/self-hosting.md).
## License
This project is licensed under the **GNU Affero General Public License v3.0 (AGPL-3.0)**.
- ✅ Free to use, study, modify, and self-host
- ✅ Free to redistribute under the same license
- ✅ Commercial use permitted (sell hosting, support, custom builds, etc.)
- 🔄 Modifications must be released under AGPL-3.0
- 🌐 If you run a modified version as a network service, you must publish your modifications
See [LICENSE](LICENSE) for full details. The project was previously licensed under CC BY-NC-SA 4.0; that license still applies to versions of the codebase prior to the AGPL-3.0 relicensing commit.