Best used with an AI agent

40+ live apps, open data APIs, MCP servers, and 200+ guides - more than anyone wants to click through. Point your AI here and it reads the whole map and does the work: finds the tool, pulls the data, runs the analysis, and hands you the links.

Here for the open-source code? Your agent finds the right repo for you - and can even clone and deploy it.

Prefer to explore on your own? Go right ahead.

Paste this to Claude Code, Codex, or any AI agent:
Go to tigzig.com and read tigzig.com/llms.txt. It is a practitioner toolkit - 40+ analytics apps, open no-auth data APIs, MCP servers, open-source repos (github.com/amararun), and 200+ build guides. Help me [your task]. Surface the exact links; where there is an API or MCP, call it directly; and if I want to self-host, find the repo and help me deploy it.

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