I got tired of using SplitWise, personal finance app, and Tab to manage budgets/expenses. So I vibecoded a small web app (https://web.savida.ai) to do it all in one place (and pay much less for it too with no limits). Since I made it, it fills all my needs. But would be nice to get feature requests from other people if they want to use it too.
First time trying vibe coding as a staff SWE at F, so itβs been a lot of fun to try things out. 100K+ lines of code without a single line myself. Working on a new process to one shot the mobile app from scratch (even deployment). Learned a lot that I apply to my day job. Hoping to make an agent builder next!
What process did you use? I still find it hard to believe an LLM could write 100k lines of code without completely failing - it fails on much more basic stuff in my experience.
I had a bunch of copy pasted prompts. Start off in Claude to reason out the feature and basic code, then paste that to Cursor agent, then let it build. Then copy paste 3 step workflow to check the code. Then ask it to fix errors and bugs when I UI test or curl test the code. Lots of logging info lines
First time trying vibe coding as a staff SWE at F, so itβs been a lot of fun to try things out. 100K+ lines of code without a single line myself. Working on a new process to one shot the mobile app from scratch (even deployment). Learned a lot that I apply to my day job. Hoping to make an agent builder next!