Querypanel: AI-Powered Visualizations
Let your users build dashboards with their own words.
7 followers
Let your users build dashboards with their own words.
7 followers
Let Your Customers Chat with Their Data Server-side SDK for multi-tenant natural language to SQL. Build AI-powered analytics into your product in minutes. We provide the AI backend, you build your frontend.











@csaba_ivancza This looks promising! Since the core function is generating SQL, how exactly do you handle security and prevent SQL injection or unwanted schema exploration in a multi-tenant environment?
@masump hi, we have a guardrail agent, that analysis the generated sql, if it's not a select statement, we drop that and the process stops. we also create an AST from the query, just to be sure. When you are initiating the SDK, you should provide the allowed table names for scan. It might be an area where we should improve later on. (funny story, but once we scanned a vibe coding tool's entire database schema :D)