monetr is launching publicly on January 3rd, 2025. Read the announcement post!
monetr is a budgeting application that aims to make it easier for people to budget around recurring expenses. While making it absolutely clear how much you have left over to budget or use for other unplanned spending. It is based off of the now defunct Simple. It is also completely free to self-host.
In order to run monetr locally you will need sandbox credentials for Plaid, you can obtain your own credentials here: Plaid Sign Up. Once you have a Client ID and a Client Secret you can run the following command in the monetr project directory to start a local environment.
To start working on monetr, you can follow the Local Development documentation. Or if you want to just dive in you can run the following command in the project directory:
make develop
This will set pretty much everything up that you need to work on monetr.
When you want to tear it all down, you can run the following command:
make clean
Contributions are more than welcome!