010 / Features
Features

Every layer of the analytics stack,rebuilt for AI.

From the moment a question is asked to the moment a metric drifts in production — Synapse owns the loop.

read on
01 · Natural language

Ask in English. Get the SQL, the chart, and the receipt.

Synapse parses your question, writes the query against your verified schema, runs it on your warehouse, and shows you exactly which tables, joins, and filters it used. No black box.

  • Trained on your warehouse — not the public internet.
  • Every answer includes the executed SQL and a lineage trace.
  • Disambiguates with a one-click clarifier when a metric is ambiguous.
synapse · feature 01
You ask

What was the median order value for new customers in EMEA last quarter?

</>Synapse generates · executed in 0.62s
WITH new_emea AS (
SELECT customer_id
FROM customers
WHERE region = 'EMEA'
AND created_at >= '2026-01-01'
)
SELECT PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY aov)
FROM orders WHERE customer_id IN (SELECT * FROM new_emea);
Median AOV
£128.40
vs. last Q
+12.4%
Source tables
2
snowflake.prod.customers · snowflake.prod.orders
02 · Monitoring

Anomalies, before they cost you.

Continuous statistical monitoring on every metric you care about. Synapse learns the seasonality, sets the bands, and pings the right person in Slack the moment something breaks the pattern.

  • Auto-tunes thresholds per metric — no manual rules to maintain.
  • Root-cause hints suggest the upstream column or job that drifted.
  • Slack, Teams, PagerDuty, email — alert wherever your team lives.
synapse · feature 02
signups · daily · 30dmonitored
Synapse#data-team · just now

signups dropped −24% below the 7-day expected band.

Likely cause: stripe_events hourly job last completed 2h12m ago.

03 · Forecasting

Forecasts with confidence bands you can defend.

Synapse fits an ensemble across your historical data — no notebook required. You get a forecast, an explainer for what's driving it, and a confidence band that holds up in a board meeting.

  • Ensembles ARIMA, Prophet, and a transformer baseline automatically.
  • Annotates the forecast with the features that move it most.
  • Re-fits on a schedule you control. No more stale models.
synapse · feature 03
arr · monthly · 18m forecast95% CI
forecast →
Q4 2027 (P50)
£18.4M
95% CI
£15.2M – £21.8M
Top driver
EMEA team plan
04 · Dashboards

Auto-generated dashboards that don't feel auto-generated.

Tell Synapse what you care about — "weekly retention by cohort and plan tier" — and it builds a dashboard. Then you tweak the layout in a drag editor that doesn't fight you.

  • Suggested dashboards based on your warehouse activity.
  • Drop-in tiles, scheduled email digests, and embeds that respect SSO.
  • Versioned. Every change reviewable. Roll back in one click.
synapse · feature 04
ARR · last 12m
£12.8M
Active accounts
2,847
+184 wow
Churn risk
19
3 high
Trial → paid
28%
+2.4pp
NDR
118%
top regions · arrQ1 2026
United States
88%
United Kingdom
64%
Germany
51%
France
36%
05 · Governance

Lineage and audit, end to end.

Every query, every metric, every dashboard — tied back to its source columns and the engineer who shipped them. Synapse pulls dbt lineage natively and extends it through the BI layer.

  • Native dbt manifest ingestion. No extra config.
  • Column-level lineage, including downstream BI usage.
  • SOC 2 Type II, GDPR, HIPAA-ready. Self-hosted option.
synapse · feature 05
Lineage · weekly_active_users
events_rawsnowflakeusers_rawsnowflakestripe_eventsstripe apiauth_loginsauth0user_sessionsdbt modeluser_billingdbt modelWAUmetric · synapse
Sources
4
Models
2
Owner
data-platform
Bring your stack

Plays nicely with what you already pay for.

60+ integrations. Five minutes from auth to first answer.

Snowflake
BigQuery
Redshift
Databricks
Postgres
MySQL
dbt
Airflow
Fivetran
Hightouch
Census
Stitch
Looker
Tableau
Metabase
Mode
Power BI
Hex
Slack
Teams
Notion
Linear
Okta
Auth0

+ 36 more integrations · custom connectors via API

006 / get started

Stop waiting for the data team.

Free for 30 days. No card. No discovery call. Just a working warehouse connection in five minutes.

30-day free trial · no card · live in 5 minutes