Ask questions about a CSV, TSV, or XLSX file in your browser. A local AI model proposes a constrained plan, you review it, and DuckDB performs the calculation deterministically without uploading your file.
Drop a CSV, TSV, or XLSX file here
Your file stays in this browser. Legacy .xls files are not supported.
The spreadsheet, question, analysis plan, and result remain in your browser. They are not sent to BaseToolbox analytics. Sessions use IndexedDB, source files use persistent browser file storage when available, and model weights are cached by version.
1
The browser parses the selected file, identifies worksheets and column types, and shows a preview before analysis.
2
The shared local model receives the table schema, not the full file, and proposes a constrained JSON plan using existing columns.
3
After confirmation, local DuckDB runs the validated plan. You can inspect the evidence and export CSV, XLSX, or Markdown.