Skip to content

💰 Simplistic, beautiful and straight-forward budgeting app to track your budget across the years. Easy to use, to get started and to set up.

License

Notifications You must be signed in to change notification settings

simonwep/ocular

Repository files navigation


Logo


Ocular - Helps you see your budgets more clearly ✨

CI Status

Tip

Check out the demo to get a live preview with demo data!

Features

  • 🦾 Self-hosted. Deploy it via docker-compose in seconds.
  • 🕶️ Beautiful light and dark theme.
  • 💻 Installable as a PWA and ready for mobile.
  • 🔼 Import your data from Google sheet's annual planner.
  • 🛠️ Export your data as a single .json-file.
  • ✨ Dashboard with sankey diagram and a detailed view.
  • 🎇 Track budgets across multiple years.
  • 🙈 Privacy mode for when you're in a public place.
  • ⚡️ Simple, fast, and straight-forward UI.
  • 🫂 User management and authentication.
  • 🌐 Multi-language and currency support.
  • ...and much more!

Summary

Ocular is a small budgeting app as an alternative to Google sheet's annual budget planner. Its goal is not to track individual expenses, work with multiple currencies at a time or anything related (if you're looking for something like this, check out firefly-iii).

This app comes with its own backend (by using genesis), so the only thing you need to do is to host it somewhere. Your data stays on your server and is not shared with anyone else.

Getting started

Production

Best deploy this app via docker-compose. See ocular-docker for deployment. Don't worry, it'll only take a few minutes to set everything up.

Local development

If you want to work on this, make sure to out the contributing guidelines :)