Introducing Mora

Trusted by & delivering data for
Mora connects your data answers anything you ask and visualizes results in seconds
Connect your data sources
500+ integrations to Snowflake, BigQuery, Postgres, and the SaaS tools where your data already lives.
Auto
Ask anything
Mora maps intent to your semantic layer and runs verified SQL, no syntax to remember.

Matthew Dickinson
Engineering Lead
Conversational AI on top of a real semantic layer, lightning fast queries, and an MCP layer for agents, all in one platform.
Here’s what’s happening across the board:
Cash $48.7M; burn $1.4M gross / $980k net — within plan
Runway swings 49 months to 32 months if the FY26 hiring plan executes in full.
AWS spend down 14% MoM (one-time, from the Snowflake reserved-instance purchase).
Write a SQL query to find top 10 accounts by ARR
top_enterprise_arr.sql
1
2
3
4
5
6
SELECT a.name, SUM(s.mrr) * 12 AS arr
FROM dim_account a
JOIN fct_subscription s
ON s.account_id = a.id
WHERE a.tier = 'enterprise'
ORDER BY arr DESC LIMIT 10;
Uses verified dim_account + fct_subscription.
Debug bar chart time out
top_enterprise_arr.sql
1
2
3
4
5
6
7
SELECT
TO_CHAR(created_at, ‘YYYY-WW’)
AS week,
SUM(amount) AS revenue
FROM transactions
WHERE status = 'paid'
GROUP BY 1 ORDER BY 1 DESC;
Replace TO_CHAR() with date_trunc('week', created_at)
Build a dashboard that contains cash and ARR, month-over-month, and then remaining runway.
Q2 Overview
Andres Velez
CEO
Built for teams that
takes data seriously
Mora is built from the ground up to be fast, powerful and delightful to use.
Y-axis
GMV
Operating Profit
Event Ads
Appearance
Bar Orientation
Vertical
Date range
Show values on graph
Show legend
Legend position
Top
www.acme.com
Pro
Free
Churned
Total
1,487
If
AND
>
100%
Then
Mora
9:01 AM
Since you opened this tab
Queries answered
Rows scanned
Data crunched
Safe by design
Secure by default
We’re certified in SOC2, GDPR and HIPAA. We also have AES-256 encryption, row-level permissions, and audit logs.
Mora grows
with you
Mora scales with your team so you don’t have to compromise as you grow.
Datasets
Manage and share complex SQL logic across your team with shared SQL snippets.
Data catalog
Dedicated space for everyone on your team to surface metrics, definitions, dashboards, etc.
Table & column metadata
Add descriptions, tags, owners, and teams to tables and columns.
Teams & permissioning
Control access to data, dashboards, and features with group permissions.
Audit logs
Review user across across their activity, data access and data downloads.
SSO
Integrate with SSO IDPs (SAML, LDAP, JWT, Google) and map users to Index teams.












