Run a Full AI Database App as a Single HTML File. No Server. No Remote DB.

Published: October 19, 2025

Video thumbnail

Few days back I shared a custom implementation powered by SQL Rooms (sqlrooms.org) to chat, query multi-GB files in conversational language. With DuckDB database running right in browser. Live here

Now, you can download the full thing - one HTML file that works right off your laptop. The entire React application is now compiled into a single, portable 3.5MB HTML file.

Double-click it, and you're running a full AI app. No installs. No backend. No server deploys. Download it, email it, or share it.

Imported a 1.6GB / 11M-row files - chatted with the data to run analysis and visualizations (see video)

Try it

Download live cricket data files (100MB - 1.6GB unzipped) from my Google Drive. Get a free Google Gemini API key with your Gmail account from aistudio.google.com, and have at it.

Use cases

Technical Note

To build

Use Google Build (Free) or Lovable to setup your app and a working version. Then build locally with Claude Code, Cursor, or Gemini CLI and export via Vite singlefile plugin.

Source Code

Docs: On app → "Docs" tab

Credits: Original SQL Rooms

sqlrooms.org from Foursquare. Architected by Ilya Boyandin

🔗
Blog Migration Notice: Some links or images in earlier posts may be broken. View the original post on the old blog site.