https://github.com/envelope-zero/frontend
Official frontend for Envelope Zero
https://github.com/envelope-zero/frontend
base based budget budgeting envelope personal zero
Last synced: 2 months ago
JSON representation
Official frontend for Envelope Zero
- Host: GitHub
- URL: https://github.com/envelope-zero/frontend
- Owner: envelope-zero
- License: other
- Created: 2022-03-23T12:47:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T21:38:30.000Z (3 months ago)
- Last Synced: 2026-01-11T00:05:11.428Z (3 months ago)
- Topics: base, based, budget, budgeting, envelope, personal, zero
- Language: TypeScript
- Homepage:
- Size: 5.28 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Envelope Zero frontend
Envelope Zero is fundamentally rooted in two ideas:
- Using the [envelope method](https://en.wikipedia.org/wiki/Envelope_system) to budget expenses into envelopes.
- Zero Based Budeting, meaning that you assign all your money to an envelope. Saving for a vacation? Create an envelope and archive it after your vacation. Rent? Create an envelope that gets a fixed amount of money added every month.
Check out the documentation at [envelope-zero.org](https://envelope-zero.org)!
## Deployment
The API needs to be available at the same hostname with the prefix `/api`.
## Supported Versions
This project is under heavy development. Therefore, only the latest release is supported.
Please check the [releases page](https://github.com/envelope-zero/frontend/releases) for the latest release.
Check the table below for the minimal required [backend](https://github.com/envelope-zero/backend) versions.
| Frontend version | Minimum required backend version |
| ---------------- | -------------------------------- |
| 0.9.0 | v0.22.0 |
| 1.9.0 | v2.0.0 |
| 2.0.0 | v3.21.1 |
| 3.0.0 | v4.2.2 |
## Contributing
Please see [the contribution guidelines](CONTRIBUTING.md).