Featured AI product, live with two clients
Mr Bear: ask your database in plain English
Business owners had their data in a database but needed a developer for every question. Mr Bear connects to the database, learns the schema, and answers questions like “What was our profit last quarter?” directly in a chat window.
- Semantic layer of verified business SQL recipes, so answers match how the business actually calculates things.
- SQL Gate, a SELECT-only bridge: the AI can read data but can never change it.
- Two industries: financial reporting for one client, stock tracking across boat build locations for another.
- Someone asks a question“What was our profit last quarter?”
- Claude reads the semantic layer“Profit” maps to the verified P&L recipe
- SQL Gate checks the queryOnly
SELECTgets through. Read, never write. - The answer comes back in chatResults from the client's database, in Open WebUI




