Connect your PostgreSQL database and query it in plain English. Vox uses AI to generate SQL, streams results in real time, and displays data in clean, readable tables.
- Framework: Next.js 16 (App Router, Turbopack)
- Auth & Backend: Supabase (GitHub OAuth)
- AI: LangChain + LlamaIndex (via configurable LLM provider)
- Styling: Tailwind CSS, Framer Motion
- Language: TypeScript
-
Install dependencies
bun install
-
Configure environment — copy
.env.exampleto.env.localand fill in your keys:cp .env.example .env.local
-
Run the dev server
bun dev
Open http://localhost:3000.
- Natural language queries — ask questions in plain English, get precise read-only SQL
- Real-time streaming — watch SQL generation and results arrive via SSE
- Instant visualization — results displayed in sortable tables, right in the chat