Live data from Hacker News

Show HN: A vibe-coded database GUI

seaquel.app

11–12 of 12 posts

Re: Show HN: A vibe-coded database GUI

#11

Earlier quoted context omitted.

No worries.. even if it were copied, it would have made me feel proud. Nevertheless, I saw it now that's its actually fully vibe-coded... so, high chance my product's webpage was part of it's training data.. I did download your product ans using it for postgres. Was using dbeaver earlier, but, it's tooooo messy in it's UI. Thanks..

Yeah, I've noticed similar things with my projects. Hard to avoid these days I think. Awesome, thanks for being an early adopter! I got some great feedback already, so I'll continue building it out. Roadmap: - Release binaries for Intel Mac, Linux, Windows - Add / test support for more database engines - Wrap up the LLM integration Holidays are coming up, it may be a productive time haha

Awesome... for databases containing large number of tables, you can pre-process the tables and generate embeddings for each. Then, when user asks a question in plain english, filter relevant tables using in-built vector search and pass metedata of these only as context to LLM.

Happy Holidays..

Re: Show HN: A vibe-coded database GUI

#12
post #7

Interesting journey of vibe coding a non-trivial project. Any more details about why this project is unmaintainable?

I'm sure everyone has their own tolerance for what is and isn't maintainable :). For me, not knowing what code exists, where it is, how it fits together, and stuffing it all in one main file feels like a recipe for trouble down the road. Sure, I could probably tell the LLM to split the main file into modules and ask it to refactor code etc. However, from personal experience I'm a lot more efficient when I use LLMs to…

I just watched a video https://www.youtube.com/watch?v=eIoohUmYpGI which I think summarize your points here, recommend it to you as well.
Post reply on HN