
EatMyData
eatmydata.ai/ →Your data never leaves the browser
WHAT IT SOLVES
Every AI analytics tool wants your database upload, account creation, and third-party permissions — then you pray they don't leak it
WHY IT'S INTERESTING
SQLite runs inside your browser
Not a local server, not a desktop app — the entire database engine runs in-browser. File imports, SQL queries, analysis all happen inside that sandbox. No cloud needed at all
Zero tracking, zero accounts, zero cookies
He puts it bluntly: No analytics, no telemetry, no accounts, no cookies following you around. Not even usage data — that's almost unheard of in AI tools
LLM calls use your key — raw data stays in-browser
AI inference goes through OpenRouter, but SQL execution and result aggregation all happen locally. The cloud LLM sees your question, not your data
「Your data stays yours. Everything happens on your machine. The parts that talk to a cloud are kept to an absolute minimum — and never see your private data」
TECH GUESS
SQLite WASM build + browser-side AI/SQL orchestration, likely React or Vue frontend, open-source and self-hostable
Discussion (0)
- No comments yet — be the first.
Related
#142▶ 135How much Claude Code you've got left? Glance at your menu bar
#140▶ 141JetBrains' Git graph, now living inside VS Code
#139▶ 137Prompt AI to write your bot. Then watch it chase or run for its life.