---
title: "BRIQ App: DuckDB AI in Browser - 500MB Files, 4M+ Records, No Database Setup"
slug: briq-duckdb-ai-browser-no-database-setup
date_published: 2026-01-22T10:00:00.000Z
original_url: https://www.tigzig.com/post/briq-duckdb-ai-browser-no-database-setup
source: fresh
processed_at: 2026-01-22T10:00:00.000Z
feature_image: /images/blog/briq.png
---

# BRIQ App: DuckDB AI in Browser - 500MB Files, 4M+ Records, No Database Setup

BRIQ App: DuckDB AI in Browser. 500MB files. 4M+ records. Natural language queries. All in your browser.

No database credentials or host required. Just upload a flat file - it converts to DuckDB in-browser and you query in plain English.

No hosting costs. No DB setup. Your data doesn't leave your browser except for the LLM API call. Not just analysis - you can merge, append multiple files, transform data. Session based, so data is temporary. I've tested this with files up to 1.5 GB. Auto converts CSV, TSV and other flat files. Good for quick cuts when you have large datasets and just want to analyze without setting up infrastructure.

Open Source App. Built on SQL Rooms AI from [sqlrooms.org](https://sqlrooms.org/) by Ilya Boyandin, with some customizations for my use cases. Source Code in 'Docs' section.

In fact the whole React app is also available as a single file HTML (Link on App site). Double click the HTML file and run it from your local windows folder without any hosting and server. Modify it as you want.

## Try It

Try it with real cricket data - 4M ball-by-ball records, 526MB unzipped, 26MB zipped.

[Download cricket dataset](https://drive.google.com/drive/folders/1Ka6pImj8MUJc1TAg_1-cFnSUTAP6SJsn?usp=sharing)

Go to BRIQ app: [tigzig.com/briq](https://tigzig.com/briq)

Update API key in app. Get a free Google Gemini API key at: [aistudio.google.com/api-keys](https://aistudio.google.com/api-keys)

Upload the file to app and start querying in natural language.

## Want More?

Want to do more with databases and AI?

**Remote Database AI:** [tigzig.com/analyzer](https://tigzig.com/analyzer) (Try single click upload of live sample datasets)

**ChatGPT Connected to Database:** [tigzig.com/gpts-landing](https://tigzig.com/gpts-landing)

**Guides for AI Tool Builders:** 2026 Infra Guide for AI Tool Builders - Part 1 (AI Coders), Part 2 (Hosting & Deployment) & Part 3 (Security): [tigzig.com/blog](https://tigzig.com/blog)

**Database AI Field Guides, Best Practices & Costing:** [tigzig.com/database-landing](https://www.tigzig.com/database-landing)
