flo


i actually had a lot of fun working on this - it’s a cli tool!! when you install it with `npm install -g flocli`, you can run a process in your terminal like `flo monitor "npm run dev”` and if an error appears in your process, the cli tool catches it and tells you how to solve the error after a couple of mins, given the context of your entire codebase! 

it’s so cool cause it looks through the stack trace and reads the file where the error happened, and then i send it off to gpt-3.5 (proj was made in summer 2023) and print the solution, it’ s like having a bodyguard in ur terminal LOL.

the launch tweet for this is still my most well-performing tweet ever, with over 62k+ views, 40+ retweets, and 300+ likes.

after the cli tool got 100s of downloads and the gh repo got 60+ stars, i built a vs code extension because i planned to make the tool more robust.

i stopped working on it because i wasn’t excited about it anymore, but it was a lot of firsts for me. first time working deeply with bash, first time publishing a vs code extension, and first time going sort of “viral” on twitter :)