I am looking for PMF and I need some feedback.
I already have a server-side text-to-sql and text-to-visualization that explores your database and generates visualization for a single prompt. It works cool and you can improve accuracy with gold queries and db annotations. So it's cool, but based on my research, if it comes to a dashboard, almost everyone suggests to buy an embeddable solution including dashboard management. And at this point, i built this prototype for a low-code solution for customer facing AI analytics, and i'd like to get some honest feedback on it.
How will it work?
- You can embed the UI with one line of code like <QuerypanelEmbedded dashboardId='' />.
- JWT for auth should be generated on your backend and saved into localstorage
- The ui provides limited text block editor, where you can add titles, paragraph and charts.
- Charts can be generated with AI, using a chat based modal and handling history and versions etc.
- The dashboard has a feature that sums up the data changes based on a given timeline.
- Admins can generate charts on Querypanel, and deploy them with one click to customers
- Customers (tenants) can customize their own dashboard as they wish (probably based on some RBAC)
What do you think? is it somethign that's worth further development ?
civancza•1h ago
I am looking for PMF and I need some feedback. I already have a server-side text-to-sql and text-to-visualization that explores your database and generates visualization for a single prompt. It works cool and you can improve accuracy with gold queries and db annotations. So it's cool, but based on my research, if it comes to a dashboard, almost everyone suggests to buy an embeddable solution including dashboard management. And at this point, i built this prototype for a low-code solution for customer facing AI analytics, and i'd like to get some honest feedback on it.
How will it work? - You can embed the UI with one line of code like <QuerypanelEmbedded dashboardId='' />.
- JWT for auth should be generated on your backend and saved into localstorage
- The ui provides limited text block editor, where you can add titles, paragraph and charts.
- Charts can be generated with AI, using a chat based modal and handling history and versions etc.
- The dashboard has a feature that sums up the data changes based on a given timeline.
- Admins can generate charts on Querypanel, and deploy them with one click to customers
- Customers (tenants) can customize their own dashboard as they wish (probably based on some RBAC)
What do you think? is it somethign that's worth further development ?