monetr is a budgeting application that aims to allow people to more easily plan their recurring expenses. It is completely free to self-host (documentation to come), but requires a Plaid account in order to communicate with banks.
monetr is currently still in heavy development, but working towards a v1.0.0 release. You can see what items are still outstanding before a v1.0.0 release for monetr will be published here: v1.0.0 Milestone
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!