Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 987 Bytes

File metadata and controls

40 lines (25 loc) · 987 Bytes

Query Bridge

Transform your natural language questions into SQL, execute on your data, and understand it all — right in your browser.


What is Query Bridge?

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.


Run and Deploy Your App

This guide helps you run the app locally on your machine.

Screenshot

(Screenshot 2025-06-24 202218 )

Prerequisites

  • Node.js (v16 or later recommended)
  • A Gemini API key (optional, but needed for SQL generation)

Run Locally

  1. Install dependencies
npm install
npm run dev