ontrack

:money_with_wings: A simple self-hosted budgeting app

Stars
757
Forks
62
Open issues
25
Closed issues
16
Last commit
7 months ago
Watchers
757
Total releases
0
Total commits
362
Open PRs
10
Closed PRs
63
Repo URL
Platform
License
mit
Category
Usecase
Offers premium version?
NO
Proprietary?
NO
About

About

In a nutshell: a private budgeting tool that can be self-hosted.

This project is an attempt to understand and control my own spending better without giving my banking/financial info to a 3rd party. The app is meant to be used with 1 login, and you can host easily your own instance.

The app was designed by Iana Noda.

Features Dashboard

The dashboard lets you quickly see how you're doing in the current month. You can set a spend goal per month and/or per category. This is also where you quickly add individual expenses.

Insights

The insights page lets you review any year or month in more detail.

History

The history page lets you drill down into actual purchases, as well as do any tweaking (e.g. changing category or deleting).

Importing

Although you can't connect banking info, you can still streamline entering expenses. The CSV import lets you flexibly import expenses from bank exports. Save multiple CSV parsing configurations for reuse so you can go straight from exporting to importing (see app/models/csv_config.rb for details).

Fun and mobile friendly

OnTrack has a light and fun voice that makes it a pleasure to use. The entire app is also mobile friendly.

Installation

Creating a user

  • bundle exec rails c to run Rails console
  • User.create!(username: "...", password: "...") The username and password will be hashed.
  • If you ever need to change your username/password: User.first.update!(username: "...", password: "...")

Hosting your own

I'd recommend using Heroku since it's super simple (and free) to deploy a Rails app. Keep it awake with my Heroku Pinger! Once your instance is deployed, do the "Creating a user" steps above after spinning up Heroku's console.

Usage and feedback

Feel free to use this however you'd like! If you use this, credit would be nice but I don't really care that much. I'm primarily maintaining this for my own use, so I won't be very responsive to issues submitted. I will accept useful pull requests.

Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.