Stateless privacy
Your prompt and schema travel to our stateless NLP endpoint. Nothing is retained.
Insight O' Mate turns plain English into queries for your NoSQL databases — on your machine. The prompt travels. The data never does.
Ask complex analytical questions in plain, conversational English.
Most NL-to-NoSQL tools want a copy of your database. Insight O' Mate is built so that was never an option in the first place.
Only the prompt and your collection / field names travel to our stateless NLP service. Documents stay on the hardware you control.
Point Insight O' Mate at your NoSQL databases or spreadsheets — MongoDB, Redis, Firestore, DynamoDB, or Excel/CSV. The query runs on your side of the wire.
The analysis endpoint is stateless by design. Nothing is retained, nothing is replayed, nothing becomes tomorrow's model weights.
Interactive preview
[
{ $match: { createdAt: { $gte: ISODate("2026-05-01") } } },
{ $group: { _id: "$customerId", revenue: { $sum: "$total" }, orders: { $sum: 1 } } },
{ $sort: { revenue: -1 } },
{ $limit: 5 }
]| customer | revenue | orders |
|---|---|---|
| Aster Labs | $48,210 | 142 |
| Beacon Mfg. | $39,804 | 98 |
| Clarion Health | $31,500 | 74 |
| Dune Supply Co. | $28,770 | 61 |
| Everleigh Foods | $24,995 | 53 |
Sample data. In the real app this executes against your own database — nothing is uploaded.Sample data — nothing leaves your machine.
Capabilities · 16 features
Architecture
Other NL-to-DB tools wave at “enterprise-grade security.” We show you the structure. Here is exactly what travels, and exactly what doesn't.
Raw documents are loaded, filtered, and aggregated here. The sidecar owns the DB connection string. Nothing in this box is ever transmitted during normal operation.
No database connection. No prompt log. No retention. The endpoint parses the prompt into an analysis object and returns it.
Integrations
Insight-O-Mate translates your natural language directly into the optimized query syntax of your favorite NoSQL data stores.
Capabilities
Built for founder-operators who want an answer in seconds and the option to keep working on a plane, in a cafe, or behind a strict VPN.
The desktop app talks to your database directly. Cloud Run only sees the prompt and your schema names — everything else, including all document values, results, and credentials, stays inside your network.
// Desktop App/Sidecar
→ POST /analyze (prompt, fields)
← analysis (intent, pipeline)
→ collection.aggregate() (on localhost)
← results (never uploaded)
The API key is stored in Keychain (macOS), Credential Manager (Windows), or libsecret (Linux). Never on disk in plaintext.
macOS (.dmg), Windows (.exe), and Linux (.AppImage + .deb). One Electron shell, same React frontend as the web.
Get started
Free forever for one founder, one database, 10 questions a day.
No credit card required.
no data uploaded·macOS · Windows · Linux·cancel anytime