Show HN: Eatmydata.ai – Local-First Question-to-SQL-to-Dashboard AI

TL;DR

Yet another "talk to your data and build a dashboard" app, where data does not leave your browser. You ask a question, agents produce multiple SQL queries to in-browser sqlite, never seeing results, and write dashboard configuration code. The data you analyze will be indexed with a local semantic index (embeddings generation + sqlite vector search fully local). Next, sandboxed QuickJS runs this code to produce rich dashboards directly in your browser, no backend attached.

Nauti's Take

This is not just another shiny dashboard toy, it is a useful architecture clue: AI can work with data without eating it. If you build internal analytics tools, copy the split: LLM for planning and code, local engine for truth and results.

Sources