# monetr
[](https://github.com/monetr/monetr/actions/workflows/main.yaml)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fmonetr%2Fmonetr?ref=badge_shield)
[](https://codecov.io/gh/monetr/monetr)
[](https://goreportcard.com/report/github.com/monetr/monetr)
[](https://deepsource.io/gh/monetr/monetr/?ref=repository-badge)
[](https://discord.gg/68wTCXrhuq)
**monetr is live! [Read the announcement post!](https://monetr.app/blog/2024-12-30-introduction/)**
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](https://web.archive.org/web/20201128231953/https://www.simple.com/). It is also completely free
to [self-host](https://monetr.app/documentation/install/).

## Contributing
In order to run monetr locally you will need sandbox credentials for Plaid, you can obtain your own credentials here:
[Plaid Sign Up](https://dashboard.plaid.com/signup). 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](https://monetr.app/documentation/development/local_development/) documentation. Or if you want to just dive
in you can run the following command in the project directory:
```shell
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:
```shell
make clean
```
---
Contributions are more than welcome!
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fmonetr%2Fmonetr?ref=badge_large)