Skip to content

tarini3301/QueryBridge

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.9%
  • HTML 3.1%