Transform your natural language questions into SQL, execute on your data, and understand it all — right in your browser.
Query Bridge is a local-first web app that allows users to:
- Upload a CSV file or paste tabular data
- Ask natural language questions
- Get auto-generated SQL queries (requires Gemini API)
- View results directly from an in-browser database
⚠️ Gemini API is optional. If not configured, SQL generation and explanations will be disabled.
This guide helps you run the app locally on your machine.
- Node.js (v16 or later recommended)
- A Gemini API key (optional, but needed for SQL generation)
- Install dependencies
npm install
npm run dev