I built Garage as a side-project and have finally realised it into production. I’m just a dude working full-time, renting in Caulfield and out of pocket for it. But I’d rather pay to host Garage than have Zuck sell me. Your support means a lot!
Mods: I realise rule 5 says no ads. If this breaks it, I’ll remove. I’m not really selling anything, just trying to give people a second option to Facebook.



That makes a huge difference to something that’s meant to be an ongoing service or product rather than a throwaway script or something. Writing code is a very small part of the effort: maintaining the codebase, fixing bugs/security issues, adding features/making any changes that are needed dwarfs that, and for LLM-generated apps, that part is vastly harder. LLMs are great at generating superhuman quantities of code which works (for some definition of working), but the resulting code, being the process not of a mind with intentions and their own understanding of the nuances of the problem and the tradeoffs of solutions, is much more difficult to understand and maintain. Individual LLM edits may look sensible, but the complete codebase is incoherent, with parts mismatching, which often leads to bugs. (This is assuming that the project was developed by someone who at least reviewed the LLM changes before merging them. If it’s “vibe-coded” by using the LLM like a slot machine and not looking at the code, the result is going to be obviously garbage.) In any case, a shiny new vibe-coded web app is unlikely to last in the real world.