Last year, after looking at solutions in the space and deciding none jived with me, I built a #PersonalFinance management app in #PHP.

@BeeTurland and I have been using it for nearly a year now. It's been a great help, but could still be a lot better. And, while it works, the source code is also a bit of a mess.

Now that the overall concept has born out as useful, I want to rewrite it, and ideally release it as #OSS. And I think I'd rather not do it alone.

Anyone interested in collaborating?

@elazar @BeeTurland what’s the concept behind it? I’ve also noodled with a similar idea.
@chrisarter In short, we use it to track expenses (e.g. what's cleared or outstanding), to coordinate spending, and to know what funds we have available in our checking account and credit cards at any given time. It gives us more confidence of affordability anytime we consider a purchase.
@elazar this sounds a lot like Simple, which is now gone after getting bought out (RIP) and I’ve been looking for something similar but nothing exists. It told you what you had “free to spend” based on upcoming bills and other automations and had little wallets for each bill.

@chrisarter @elazar didn't Simple get bought like over a year ago?

I switched to Monarch Money when that happened, and I use it with Wealthfront and One.

@jessicamauerhan @chrisarter Interesting. Can't say that I've heard of any of these. Monarch definitely looks better than the UI I built myself. 😅 I'd be curious to hear more about your experiences with all of these solutions, though. I think I may still pursue this project, though, for those that want a self-hosted / #OSS solution.

@elazar One Finance and Wealthfront are banking institutions, but both offer features I liked from Simple.

After my frustrations with Simple shutting down, I also tried Aspiration Bank, but they had a data breach and didn't disclose it, then I decided to diversify even my checking/savings.

@jessicamauerhan Gotcha. Do you think you might have use for the sort of project I'm proposing, depending on what features it offers? On that subject, what features would you find useful that you either use regularly with these providers or wish they had?
@elazar I'll think on it and see if I have any ideas for features - I think I'm just not your target audience because I would rather use a hosted product for something like this.
@jessicamauerhan That's fair, though the nice thing about a self-hosted solution is that you can pay someone else to host it for you. 😉

@elazar A self-hosted solution is a great idea, but does that allow you to automatically pull data from all your accounts?

That's one of the things I really like about Monarch, is I linked all my accounts via Plaid.

Wealthfront has one feature I wish Monarch did, which is projecting how big events will affect when I can retire - for example, when we decided to move, I entered the projected home sale / purchase into Wealthfront, and it showed me what would happen to my ability to retire at 65.

@jessicamauerhan My first iteration didn't because I wanted to keep it simple. I keep running into mention of Plaid, though, and if it's possible to use it on an individual basis (which I think it is), we could look at integrating with it to have more automation.
@jessicamauerhan Insofar as retirement calculators of that sort, I don't know that I could say they'd be a feature for a v1, but it's possible. One thing I definitely want is for this thing to be extensible, so people can easily add functionality via plugins or what have you.