Dex is an AI data analyst for founders. Connect your databases, spreadsheets, or BI tools, ask questions in plain English, and get instant answers with recommended next steps based on your data.
Dex helps teams get instant answers and actionable insights from their data without writing SQL or waiting hours/days on an analyst. You just ask questions in plain English and Dex instantly gives you the answer.
The Problem We Noticed In order to get the data they need, most people have to either write complicated sql queries or wait for a specialized data engineer. The data engineer has a backlog and is constantly swamped, meanwhile the non-technical person needs this data in order to make a decision. Thus, making data a huge bottleneck for making these critical decisions.
How Dex Solves This Dex is an AI agent that can automatically write sql directly on your database and visualize the results in seconds. It’s fast, it’s accurate and every number comes straight from the source of truth. You can even inspect the exact query Dex ran, so you always know where the numbers came from.
Dex connects securely to your:
✅ Postgres, ✅ Mongodb ✅ Snowflake instance. ✅ Google sheets ✅ Shopify ✅ Stripe ✅ and more
You can also upload spreadsheets as a data source. Once connected, you can ask questions either on the Dex web app or in Slack.
We’d love to get your feedback on what we’ve built.
Huge shoutout to the amazing team who helped make this possible:
@owusu_samuel
@the_real_agboola
@hameed13
@hassan0x
Report
@topealabi_ I like the idea of seeing the exact SQL query Dex runs. That adds a lot of transparency and trust in the results. Also nice that it connects with tools like Shopify and Stripe since many teams already rely on those.
Report
How does Dex ensure the security and privacy of sensitive database credentials while performing cross-source joins between disparate tools like SQL databases and spreadsheets?
Security and privacy are core to Dex’s architecture. Credentials are end-to-end encrypted using industry-standard practices and are never exposed to the AI layer. Dex only accesses schema metadata to understand structure, while credentials are decrypted temporarily at execution time to run queries.
We also implement multiple guardrails and validation layers to prevent unsafe queries or sensitive data exposure, and users have granular control to enable or disable specific tables and fields the AI can access.
Report
Love the plain English query approach — removing the SQL
bottleneck for non-technical founders is huge.
Quick question: does Dex support scheduled reports?
Like automatically sending a daily summary to Slack
at a set time?
@jay_song_dev Hi Jay yes we do support scheduled insights and reports sent to a sent to your slack DM as often as you would like it. Just ask Dex on slack
Report
@topealabi_ Cool product! How do you measure the quality or confidence of the structured data outputs?
We don’t just let the AI wing it every query goes through a pipeline that ensures it only pulls from real fields and tables in your database. Low-confidence or ambiguous outputs are flagged for follow-up, and the system can ask for clarification when needed. On top of that, we benchmark performance against public datasets (bridsql -minidev) with predefined queries to objectively measure accuracy. This approach ensures our outputs are both reliable and correct.
@obedeugene Asides Slack, you can also query connected data sources or upload files directly through the Dex dashboard. More messaging platforms and integrations will be added over time to enable broader team collaboration.
Report
Ican use postgresql mcp server, google docs mcp. There are a lot of tools for Claude, so I can just ask it a question. What makes you better then simple claude client?
@valentina_konuhova Hi Valentina, Dex has several features that distinguish it from other products. It allows users to communicate with multiple data sources from a single interface, making data access and analysis much simpler. With Dex’s Slack integration, teams can interact with all their connected databases directly within Slack, enabling faster collaboration and faster decision-making. Dex also supports scheduled insights and reports, which can be automatically delivered to users via email or Slack, ensuring teams stay informed without needing to manually check dashboards.
Report
@the_real_agboola But what about production servers data protection? Let's assume I have a financial app, it stores sensitive (very sensitive) data in the database. How could I align security with speaking about the data with a team?
Dex is designed with data security in mind. All queries are executed directly on your databases we don’t store your data. For sensitive environments, Dex supports encrypted connections and integrates with your existing security protocols, ensuring that even when discussing data in Slack or the web app, your information stays protected.
Additionally, Dex logs queries for auditing, so you always know what data was accessed and by whom.
@vadym_pavlenko Hi Vadym, Dex comes from index. An index organizes information so it’s easy to find and use. Dex is the shorter, faster version of that idea.
Report
So cool @topealabi_
Does Dex support any custom integrations like an MCP server (or similar protocol/server setup) for advanced workflows, or is that on the roadmap?
Custom integrations like an MCP server or similar setups aren’t supported yet, but this is something we plan to add in future updates as we expand DexData’s workflow capabilities.
Report
Good job! Love that you're solving this problem. Curious whether & how it handles messy/incomplete data?
Replies
Afriex
Hi everyone I’m Tope, founder of Dex.
Dex helps teams get instant answers and actionable insights from their data without writing SQL or waiting hours/days on an analyst. You just ask questions in plain English and Dex instantly gives you the answer.
The Problem We Noticed
In order to get the data they need, most people have to either write complicated sql queries or wait for a specialized data engineer. The data engineer has a backlog and is constantly swamped, meanwhile the non-technical person needs this data in order to make a decision. Thus, making data a huge bottleneck for making these critical decisions.
How Dex Solves This
Dex is an AI agent that can automatically write sql directly on your database and visualize the results in seconds. It’s fast, it’s accurate and every number comes straight from the source of truth. You can even inspect the exact query Dex ran, so you always know where the numbers came from.
Dex connects securely to your:
✅ Postgres,
✅ Mongodb
✅ Snowflake instance.
✅ Google sheets
✅ Shopify
✅ Stripe
✅ and more
You can also upload spreadsheets as a data source. Once connected, you can ask questions either on the Dex web app or in Slack.
We’d love to get your feedback on what we’ve built.
Visit dexdata.ai to get started today
Or join our slack community
Huge shoutout to the amazing team who helped make this possible:
@owusu_samuel
@the_real_agboola
@hameed13
@hassan0x
@topealabi_ I like the idea of seeing the exact SQL query Dex runs. That adds a lot of transparency and trust in the results. Also nice that it connects with tools like Shopify and Stripe since many teams already rely on those.
How does Dex ensure the security and privacy of sensitive database credentials while performing cross-source joins between disparate tools like SQL databases and spreadsheets?
Dex
@mordrag
Security and privacy are core to Dex’s architecture. Credentials are end-to-end encrypted using industry-standard practices and are never exposed to the AI layer. Dex only accesses schema metadata to understand structure, while credentials are decrypted temporarily at execution time to run queries.
We also implement multiple guardrails and validation layers to prevent unsafe queries or sensitive data exposure, and users have granular control to enable or disable specific tables and fields the AI can access.
Afriex
@jay_song_dev Hi Jay yes we do support scheduled insights and reports sent to a sent to your slack DM as often as you would like it. Just ask Dex on slack
@topealabi_ Cool product! How do you measure the quality or confidence of the structured data outputs?
Dex
@damian_quiroga
Appreciate that Damian!
We don’t just let the AI wing it every query goes through a pipeline that ensures it only pulls from real fields and tables in your database. Low-confidence or ambiguous outputs are flagged for follow-up, and the system can ask for clarification when needed. On top of that, we benchmark performance against public datasets (bridsql -minidev) with predefined queries to objectively measure accuracy. This approach ensures our outputs are both reliable and correct.
Jinna.ai
Congrats on a launch! Dex was an interesting naming choice — immediately associates with Decentralized Exchanges in my case.
Afriex
@nikitaeverywhere Dex is short for index ;)
Dex
@nikitaeverywhere Thanks for the support
Cool product. When I was at Meta, getting access to data was very painful. Do you all have other ways to interface with the data other than Slack?
Dex
@obedeugene Asides Slack, you can also query connected data sources or upload files directly through the Dex dashboard. More messaging platforms and integrations will be added over time to enable broader team collaboration.
Ican use postgresql mcp server, google docs mcp. There are a lot of tools for Claude, so I can just ask it a question. What makes you better then simple claude client?
Dex
@valentina_konuhova Hi Valentina, Dex has several features that distinguish it from other products. It allows users to communicate with multiple data sources from a single interface, making data access and analysis much simpler. With Dex’s Slack integration, teams can interact with all their connected databases directly within Slack, enabling faster collaboration and faster decision-making. Dex also supports scheduled insights and reports, which can be automatically delivered to users via email or Slack, ensuring teams stay informed without needing to manually check dashboards.
@the_real_agboola But what about production servers data protection? Let's assume I have a financial app, it stores sensitive (very sensitive) data in the database. How could I align security with speaking about the data with a team?
Dex
@valentina_konuhova great question!
Dex is designed with data security in mind. All queries are executed directly on your databases we don’t store your data. For sensitive environments, Dex supports encrypted connections and integrates with your existing security protocols, ensuring that even when discussing data in Slack or the web app, your information stays protected.
Additionally, Dex logs queries for auditing, so you always know what data was accessed and by whom.
Hey
Just wondering why it is called Dex?
Dex
@vadym_pavlenko Hi Vadym, Dex is short for Index.
Dex
@vadym_pavlenko Hi Vadym, Dex comes from index. An index organizes information so it’s easy to find and use. Dex is the shorter, faster version of that idea.
Dex
@_anasansari
Thanks for asking, Anas
Custom integrations like an MCP server or similar setups aren’t supported yet, but this is something we plan to add in future updates as we expand DexData’s workflow capabilities.
Good job! Love that you're solving this problem.
Curious whether & how it handles messy/incomplete data?
Dex
@zeebs Thanks for the feedback.
Our data ingestion layer already handles this.