Thanks to visit codestin.com
Credit goes to querypanel.io

Documentation

QueryPanel documentation

Embed a React dashboard, mint tenant JWTs, isolate customers, and call ask() from your API. Start with a guide, then use the SDK reference.

QueryPanel's primary product is its headful React SDK: a Notion-like dashboard workspace with an AI assistant for tenant customization. The headless Node SDK is for custom UI and zero-trust execution, where credentials and query results stay on your servers.

Choose your path

Pick the path that matches how you ship analytics. You can switch later; both paths share the same tenant JWT and isolation model.

Get started

Reference

FAQ

Where should I start in the docs?

Product teams embedding dashboards start with React embed, then mint a JWT and tenant isolation. Engineering teams owning a custom UI start with ask() and the Node SDK reference.

What is the difference between the React SDK and the Node SDK?

The React SDK is the primary product: a Notion-like embedded workspace with an AI assistant. The Node SDK is for server-side JWT minting, schema sync, and headless ask() when credentials and results must stay on your servers.

Do I need both SDKs?

Most headful embeds need both: Node on the server to mint tenant JWTs, React in the browser to render QuerypanelEmbedded. Headless-only teams can use Node alone and ship their own UI.