Ask HN: Is it worth building a database GUI?
I'm considering to develop a database GUI based on either Tauri & Svelte or gpui.rs.
Why? For fun, but if it turns out to become a lifestyle business, even better :-).
No seriously, why? The database GUIs I know are either slow, pricey, or both. They also have so many features, it impacts the user experience.
I want a basic tool where I can view databases, tables, edit data. I also want to integrate a bring-your-own LLM key to ask questions about the database.
Does this resonate with anyone? Would you use it if it existed?
4 comments
[ 2.5 ms ] story [ 15.3 ms ] threadIt's something I hear from many others too, hence my interest in trying to build an incredibly fast and lightweight product.
Also have a postman/insomnia replacement in tauri working as a daily driver
The insomnia creator also has a Tauri http client now called Yaak(.app). A huge inspiration to work on my database client.