QueryWise is a conversational BI app for PostgreSQL.
Connect a database (demo or custom), ask questions in natural language, and get:
- generated SQL,
- query results,
- auto-selected charts,
- and dashboard widgets that can be shared by link.
Watch the full walkthrough: QueryWise Demo
git clone https://github.com/ikramBagban/query-wise.git
cd query-wise
bun installIf you prefer npm:
npm installCreate .env in the project root.
You can start from:
cp .env.example .envnpm run seedWhat this creates:
- ecommerce schema with customers, products, orders, order items, categories, reviews
- 10K+ orders over the last 12 months
npm run devOpen:
Sign in with demo credentials:
- username:
demo - password:
demo1234
- Open Workspace.
- Connect to Demo DB (or connect your own PostgreSQL connection string).
- In Settings, choose provider + model and paste your own API key.
- Ask natural-language data questions.
- Save useful results to dashboard widgets and share links.
npm run build