An opinionated tool for helping Kiwis with money and asset management.
Budge is powered by Go, Echo, HTMX, Bootstrap, Air and bbolt.
We integrate with Akahu in order to allow you to see your accounts and transactions. You will need to create a profile, verify your identity, and set up MFA in order to create a personal app for use with Budge.
More information can be found here
Once you have a user and app token, navigate to settings, load in your credentials, and perform your first sync!
The Budge Docker image can be found over at docker hub alongside hosting instructions.
To develop Budge you will need an Akahu account, as well as Golang installed:
Air is recommended in order to perform live-reloading of the build while changing files.
git clone https://github.com/TheQueenIsDead/budge.git
cd budge
go install github.com/air-verse/air@latest
air
# Budge is now accessible at http://localhost:1337