Show HN: Dribble – an open-source AI IDE for databases Dribble, an open-source AI-powered SQL IDE for databases, was released on Hacker News. The web-based tool integrates an AI data analyst using Claude Opus 4.8, SQL notebooks, schema browser, and persistent workspace, supporting Postgres with plans for more engines. It is built with Next.js, React, and TypeScript, and is available under the MIT License. An AI-powered, open-source SQL IDE for your databases. Dribble is a web-based SQL IDE with a built-in AI data analyst. Connect to a Postgres database, browse its schema, run queries in a notebook, explore tables with sort/filter/pagination, and ask an AI agent questions about your data — all in one tabbed workspace that remembers where you left off. AI data analyst — chat with an agent Claude Opus 4.8 that inspects your schema, writes and runs read-only SQL, iterates on errors, and renders the final result set as a table. SQL notebooks — write and execute queries in a Monaco editor with syntax highlighting. Run with Cmd/Ctrl + Enter . Notebooks and their results are saved. Schema browser — navigate schemas and tables from a collapsible sidebar tree. Table explorer — browse table data with server-side pagination, column sorting, and a raw WHERE -clause filter. Fast results grid — large result sets render in a virtualized data grid. Persistent workspace — open tabs, layout/panel sizes, the expanded tree, and cached query/chat results survive reloads and follow you across browsers, since state is stored server-side . Smart connection lifecycle — database drivers are kept warm while in use and idle out when not, with the sidebar reflecting live connection status. Flexible auth — runs with no login at all for local use, or behind Google sign-in with an email/domain allowlist for multi-user deployments, where each person's connections, notebooks, and chats are private. Stored database credentials are encrypted at rest. See docs/authentication.md /azhakhan/dribble/blob/main/docs/authentication.md . Pluggable drivers — Postgres ships today; the driver registry is built to add more engines MySQL, Snowflake, … . Next.js 16 · React 19 · TypeScript · Tailwind CSS 4 · Monaco Editor · glide-data-grid · Zustand · Vercel AI SDK @ai-sdk/anthropic · Postgres pg - Node.js 20+ - A Postgres database for storing app metadata connections, notebooks, chat history . Any Postgres works — local, Neon, Supabase, Vercel Postgres, etc. - An Anthropic API key https://console.anthropic.com/ for the AI agent. git clone