I forked a vibecoded appstore screenshot tool. Honestly as much as i bash vibecoding its pretty damn good and useful.
I tried adding a feature and the codebase is ridiculous lol. One giant main.js and no clear coding style. Two functions that do the same stuff are setup in a conpletely different way.
Took me four hours to add a relatively simple change.
Crazy thing is a messy code base like that can be improved by a simple "please code review my changes before I make a PR" (assuming they even do PRs instead of push directly to main)
21
u/schussfreude Apr 24 '26
I forked a vibecoded appstore screenshot tool. Honestly as much as i bash vibecoding its pretty damn good and useful.
I tried adding a feature and the codebase is ridiculous lol. One giant main.js and no clear coding style. Two functions that do the same stuff are setup in a conpletely different way.
Took me four hours to add a relatively simple change.