Tidbits on software development, technology, and other geeky stuff

Bento Budget

Way back in 2005 when my wife and I got married we went to pre-marital counseling and learned we had a bit of a problem in our relationship. Not surprisingly, it had to do with money. I was a so called “saver” and she was a so called “spender”.  We had different ideas about how spend money and we were counseled to start a budget. The idea of budgeting made my eyes roll, to be honest, because it seemed like such a drag. I figured we should just save as much and spend as little so we didn’t have to worry about keeping track of everything.

We started keeping the budget with Excel.  I had a bunch of worksheets with cross references, crazy complex functions and all.  It was super cool, complex and she hated it.  It didn’t last long because it was too cumbersome and didn’t pass the WAF.

Then we started Using Quicken.  It was great because it integrated with our banks and make transaction entry a breeze.  With its insane amount of features it seemed that it could handle any budget scenario we threw at it.  Things went well for quite awhile but over time we started misusing it.  We wanted to start saving up for things and planning ahead rather than looking at historical reports so we created a concept call “buckets” and had a two page documented process.  It became a mess.

We realized we were trying to do Envelope Method of budgeting so we looked for a solution that would download our transactions like Quicken but allow us to use the envelope so we found and used a web based program called Mvelopes.  It was nice.  It was real nice.  It did all we wanted it to. However, it was expensive and sluggish (Flash based).

Being a software developer, I began to think about rolling my own solution.  I had about 3 false starts (C# WinForms, Silverlight, simple HTML app) over the course of a year and couldn’t settle on a solid direction.  However, I started getting into Rails development and learning more about Javascript frameworks like jQuery so I thought this would be a great opportunity to put these to use so I could really learn them well and make some solid traction with a budgeting app.

Fast-forward 2 years and I had a working Rails based application and was able to migrate off of Mvelopes and begin to use it.  I called it “Bud-E” (get it?  Buddy but an E for Envelope?  Yeah, it’s lame and I ended up changing the name later.)  It was rough around the edges for sure but it worked.  It download transactions from our banks, allowed us to enter transactions, manage envelopes and transfer money between them.  Over the next year, I worked on making it better and somewhere along the way I decided I could make this thing into a commercial, subscription based application.  I saw a market opportunity and thought I might be able to make some money.  I also knew this type of app would have a bigger audience with a SAAS model rather than being an open source project.

Fast forward another year and I finished the polishing and released my first commercial project called “Bento Budget”.  Bento is a type of Japanese meal that is partitioned into multiple sections on a plate.  This term seemed to go along with the envelope, “bucket” idea where you have different partitions for your money.  It also helped that the bentobudget.com domain was available :).

Under the hood, it’s a Rails 3 app that relies heavily on Bootstrap, jQuery, jQuery UI.  On the server side, I have a C# REST application, utilizing the Nancy framework that does the financial institution integrations.  For data, I use MySQL with the InnoDB engine.  There is an iOS and Android app, both built using PhoneGap.

This project was a lot of fun and a ton of work.  I learned many useful things along the way.  I’ve already had a good bit of interest and usage and am excited to see what the future holds for Bento Budget. Go check it out at www.bentobudget.com!

 

Bento Budget

Discuss on Twitter