← Products

SaaS

nolain query

Ask queries to your Excel/CSV files in natural language in your local machine.

01

Motivation

You want to ask “What is total revenue by country?” of a spreadsheet that already lives on the laptop. Uploading the file to a warehouse or a chat window is the wrong trade. A model that invents a number is worse.

nolainquery’s bet is local computation, remote reasoning. The machine keeps the file and derives a compact sketch — column names, types, summaries, a few samples. A remote service returns a recipe. Your computer runs that recipe against the real rows.

02

Future work

  • Workbook-scoped Excel: questions that join across sheets, not only the active table.
  • Read-only database connectors, starting with PostgreSQL.
  • macOS desktop builds alongside the current Linux and Windows paths.