Conversational BI  ·  Now in public beta

Talk to your data.
Get answers,
not dashboards.

BingoAI connects to your warehouse and turns plain-language questions into charts, findings, and scheduled briefings. Your whole team gets a data analyst — no SQL, no ticket queue, no waiting.

SOC 2-ready security
Connects to your existing stack
Open-source core
chat.thebingo.ai · Churn risk, Q3 cohortlive
Which enterprise accounts from Q3 are at risk of churning? Factor in logins and open support tickets.
Reasoned across 4 tables · 14 tool calls
11 of 42 Q3 enterprise accounts are flagged at-risk — logins fell 60%+ in the last 21 days and each has an open support thread over a week old.
At-risk accounts by region▲ +4 vs Q2
EMEA
AMER
APAC
LATAM
Pin this to the Exec dashboard and brief me weekly…
SQL written & run for you
Promote to dashboard
Reads from the tools your data already lives in
PostgreSQLSnowflakeBigQueryRedshiftMySQLDatabricksClickHouseCSV / Sheets
What it does

A data analyst that never sleeps — and explains its work.

Bingo doesn't just return a number. It shows the reasoning, the query it ran, and what the result means this week versus last.

From a question to a chart in one sentence.

Ask in plain English. Bingo profiles your schema, writes the SQL, runs it, and renders the right visualization — then keeps it live so the answer refreshes itself.

  • Auto-picks the chart that fits the data shape
  • Every answer carries its SQL and sources — fully auditable
  • Promote any result to a saved, shareable dashboard
Widget editor · revenue_by_plan
Net revenue by plan · last 6 mo▲ +18.4%
JAN
FEB
MAR
APR
MAY
JUN
SELECT plan, sum(mrr)
FROM revenue WHERE month >= '2026-01'
GROUP BY plan ORDER BY 2 DESC

Ask anything

Plain-language questions across every connected source. Follow-ups keep context, like talking to an analyst who already knows your data.

Live dashboards

Pin any answer to a dashboard. Widgets refetch on their own, and each one links back to the conversation that created it.

Scheduled briefings

Bingo runs on a schedule and DMs you a written summary — the one thing you need to know before standup, every morning.

Skills & memory

Recurring analyses become reusable skills. Bingo remembers your metrics, definitions, and the way your team names things.

Shows its work

Reasoning steps, the exact SQL, and source tables travel with every answer. Trust the result because you can see how it got there.

Share & permissions

Invite teammates, control row-level access, and export to PDF, link, or Slack. Findings are made to be circulated.

Trust & control

Your raw data never leaves.

A built-in guardrail keeps row-level data inside your boundary. The model only ever sees your schema and your question — never the rows themselves.

Raw data never reaches the LLM

Bingo sends the model only your table schema and your question. It writes the SQL, Bingo runs it inside your boundary, and the rows stay home — no raw records are ever sent to the LLM provider.

Read-only by default

Connect with least-privilege credentials. Bingo reads your schema and runs SELECT queries — it never writes back to your warehouse.

Never trained on your data

Your queries, results, and schema are never used to train models. Bring your own keys, or self-host the whole stack on your infrastructure.

Audit everything

Every question, query, and credential change is logged. SOC 2-ready controls, SSO, and granular role-based access for the whole workspace.

Your data
customers · 2.4M rows
orders · 18M rows
support_tickets
BingoAI guardrail
runs in your boundary
raw rows never leave
LLM provider
schema & columns
your question
raw row data
the model writes SQL from your schema · Bingo runs it · the rows stay with you
How it works

Connected to answers in three steps.

No data team required. Most workspaces are asking real questions within ten minutes.

Connect a sourceread-only
PostgreSQLprod-warehouse · us-east-1Profiling schema…
customers2.4M rows · 38 cols
orders18M rows · 22 cols
subscriptions410k rows · 16 cols
support_tickets96k rows · 19 cols
Schema profiled · ready to ask
Ask in plain languagethinking
Which plan drives the most revenue this quarter?
Reasoning · profiling schema · writing SQL
SELECT plan, sum(mrr) AS revenue
FROM subscriptions WHERE status = 'active'
GROUP BY plan ORDER BY revenue DESC
ran · 5 rows · 240ms
Pro drives 58% of revenue this quarter — up +18% on Q1, now ahead of Team and Enterprise.
PRO
TEAM
ENT
FREE
Pin, share & schedulelive
Revenue by plan · this quarter▲ +18%
PRO
TEAM
ENT
FREE
Promoted to  Exec dashboard
$1.24M
Net MRR
58%
From Pro plan
+18%
QoQ growth
Shared with AMJSBriefing scheduled · Mondays 8:00
Integrations

Plugs into the stack you already run.

Databases, cloud warehouses, spreadsheets, ad platforms, and the marketplaces your business runs on. No migration, no rip-and-replace.

Don't see your source? The connector framework is open — add your own, or ask us.
Who it's for

Built for the people who keep asking the data team.

Bingo gives every function self-serve answers — and gives the data team their afternoons back.

Founders & Ops
"I stopped Slacking analytics for every number. I just ask Bingo and pin it."
Self-serve metrics, no ticket
Answers in seconds
Data teams
"Half our ad-hoc requests vanished. Bingo shows its SQL so we trust it."
Auditable, governed access
−60% ad-hoc queue
Product & Growth
"Funnel drop-offs and cohort retention without opening a notebook."
Explore without SQL
Live dashboards
Finance & RevOps
"A revenue briefing in my inbox every Monday at 8 — drafted, not requested."
Scheduled, written summaries
Briefed weekly
Open source

Inspect it. Self-host it. Trust it.

BingoAI's core is open source. Run it on your own infrastructure, read exactly how queries are generated, and bring your own model keys. No black box between you and your data.

Docker
One-command deploy
~/bingo — deploy
$ docker run -p 8000:8000 thebingo/bingo
# pulling thebingo/bingo:latest …
schema profiler ready
connectors loaded (8)
server live → http://localhost:8000
$ bingo ask "top 5 accounts by MRR"
↳ wrote SQL · ran · 5 rows · 240ms
answer ready
Pricing

Start free. Scale when you're ready.

Begin with a full-featured free trial. Move to Enterprise when you need scale, governance, and self-hosting.

Free trial
$0/ 14 days
No credit card required

Everything you need to connect a source and feel what conversational BI does for a small team.

  • Connect 1 data source
  • Unlimited questions & charts
  • Live dashboards & sharing
  • Up to 3 teammates
  • Community support
Start free trial
FAQ

Questions, answered.

Do I need to know SQL?

No. You ask in plain language and Bingo writes and runs the SQL for you. If you do know SQL, every query is right there to read, edit, and rerun.

How long does setup take?

Most teams connect a warehouse and ask their first real question within ten minutes. Connecting is read-only credentials plus a schema profile — no migration.

Is my data used to train models?

Never. Your schema, queries, and results are never used for training. On Enterprise you can self-host and bring your own model keys to keep everything in your boundary.

Which databases do you support?

PostgreSQL, Snowflake, BigQuery, Redshift, MySQL, Databricks, ClickHouse, and flat files like CSV and Google Sheets — with more added regularly via the open connector framework.

Can I self-host BingoAI?

Yes. The core is open source under Apache 2.0 and ships as a Docker image. Enterprise adds supported self-hosting, SSO, audit logs, and SLAs.

What happens after the free trial?

You can keep exploring on the open-source build, or move to Enterprise for scale, governance, and support. We'll help you pick the right path — no pressure, no lock-in.

Ready when you are
Stop building dashboards.
Start asking questions.

Connect a source and get your first answer today. Free for 14 days, no card required.