Hey everyone, For the past couple of months, I’ve been building something to solve a pain I’ve had for years: every time I build a product, I also have to build a separate dashboard for it.
So, as you probably guessed, I automated it.
In short, here is what the product does in a nutshell:
Connects to your Database Software (MySQL, PostgreSQL, MongoDB)
Lets you start asking question like: "Show me a list of my customers"
The AI writes the SQL query, executes it, and builds a nice table for you as a response.
You can then build a custom dashboard with the results, so you don’t have to ask the same question again and again.
It can build charts, tables, KPIs…
If we had to go with the normal road, you need to write SQL query, build REST APIs, create front-end components and deploy changes. Every new insight means another engineering task.
I am thinking this problem is not just mine, many product builders have probably experienced it. Since it's not public yet, I am looking for some advice about the market fit and the idea itself.
If this sounds interesting, you can check it out at Query.Design. You can sign up for an account (it asks for a payment method for the free trial since the AI models cost money). If you’d like to try it without adding a payment method, just sign up and comment here with the last three words of your email address, and I’ll unlock it for you.
