Budget Board
Simple app for tracking monthly spending and working towards financial goals
Alternative to: mint, ynab, monarch money

v2.7.0
2025-11-11New Features
Track Assets
You can now track your tangible assets in Budget Board! Keep track of the value of important assets such as property, vehicles, jewelry, and other valuables.
Click on an asset to update its value and view more details.
Manually Run Rules
Added a button to allow for manually running individual rules. This allows you to easily run just one rule without having to run a full sync.
Also added a button to run a rule directly from the new rule form. This allows you to run a rule without having to save it.
Configure Automatic Sync Interval
Added a new SYNC_INTERVAL_HOURS configuration option that allows you to set the automatic sync interval. If not set, it will default to every 8 hours.
Bugs Fixed
- Removed the goal target amount edit field from loan payoff goals. These goals will always have a target value of 0, so the field is not needed.
- Updated the budget page to allow for editing of future budgets.
What’s Changed
- Add run rule button by @teelur in https://github.com/teelur/budget-board/pull/574
- Add asset tracking by @teelur in https://github.com/teelur/budget-board/pull/580
- Disable goal target edit on loans by @teelur in https://github.com/teelur/budget-board/pull/583
- Allow future months on budgets page by @teelur in https://github.com/teelur/budget-board/pull/584
- add some new email sender options by @teelur in https://github.com/teelur/budget-board/pull/585
- Bump playwright from 1.51.1 to 1.56.1 in /client by @dependabot[bot] in https://github.com/teelur/budget-board/pull/586
- Fix no data line by @teelur in https://github.com/teelur/budget-board/pull/587
- fix details header by @teelur in https://github.com/teelur/budget-board/pull/588
Full Changelog: https://github.com/teelur/budget-board/compare/v2.6.2…v2.7.0