Over the last few days I've experimented with some vibe coding. I've completely redone my music, movies and games library pages asĀ HTML tables with column filtering which is controlled by htmx
.
It's a simple UI but I've done the whole thing off vibes. I didn't read the code I just let ChatGPT run wild, did a manual test locally and deployed.
For personal projects this makes sense but for production ready code that users rely on this is completely irresponsible.
Random thing: there is a bug in Safari on macOS for filtering the table columns. It sorts much much slower compared to a Chromium based browser which is super annoying.