HACKER Q&A
📣 mootoday

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?


  👤 canopi Accepted Answer ✓
I would. I use pgadmin and feel it's very outdated and over-complicated for simple use cases.

👤 jmcode
Buddy sent me this post, I started one in electron/svelte roughly 5 years ago with hopes to move to tauri 2 years ago however I stopped right after I got the view table/ssh working

Also have a postman/insomnia replacement in tauri working as a daily driver