Business intelligence
for teams and agents

BI as code so your team and their agents can build and ship analytics together.

How did weekly active teams trend last quarter?

Thought for 9 seconds

Weekly active teams grew 34% last quarter, from 1,113 to 1,492 — most of the gain landed after the April release.

Save this for me, and add a table breaking it down further.

Weekly active teams Insight · chart, table, findings

Add our team target to the chart.

Done — added a target line at 1,600. You're at 1,492, about 93% of the way there.

Ask anything about your data…

New Recent
K24Victory+DialogueDC GovernmentApolloAppleThe Linux FoundationDude PerfectPhiladelphiaClemson UniversityModern AnimalKhloud

Everything as code

Define your entire BI platform as code in a repo. Build, automate, and ship analytics with our editor or any coding agent.

Analytics agent
Build your analytics agent with custom context and skills.
Reports and dashboards
Author pages with Markdown, SQL, and components.
Access
Manage page-level access control in a single version-controlled file.
Theme
Dozens of theme tokens to ensure your project matches your brand.
pages/ growth.md

Reports and dashboards. Defined as Markdown files with SQL and components.

1Growth
2
3Signups and weekly active teams.
4
5{% big_value data="fct_activity" value="count(distinct team_id)" /%}
6{% big_value data="fct_signups" value="count(*)" /%}
7
8{% bar_chart
9data="fct_activity"
10x="date"
11y="count(distinct team_id)"
12date_grain="week"
13/%}
feat/growth-dashboard
Cloud editor

Evidence Studio includes a complete development environment for your Evidence project. Nothing to install or configure.

CLI

Run a local preview while you work, validate your Evidence markup, and give your agent every tool it needs to be productive.

Ship like software

Deep Git integration with everything you need to collaborate with coding agents.

Push to deploy
Merge your changes and instantly ship them to your users.
Instant rollback
Roll back or revert a change the moment you need to.
Branch previews
See each branch live before it reaches production.
Continuous integration
Automated checks run on every pull request.

Analytics agent

Give everyone on your team an agent that answers questions and builds reports. Extend the agent with custom context and skills managed in your repo.

How did weekly active teams trend last quarter?

Thought for 9 seconds

Weekly active teams grew 34% last quarter, from 1,113 to 1,492 — most of the gain landed after the April release.

Ask anything about your data…

New Recent
Understands your project
Every dashboard and report is leveraged as context by the agent.
Builds new insights
Enable your team to create and save their own analysis.
Works everywhere
Available in Slack or any MCP client, including Claude Desktop and ChatGPT.
Custom context
Provide the agent with custom context and instructions to better understand your business.
Skills
Build analytical playbooks including visualizations, inputs, and clarifying questions.
Evals and observability
Track performance, inspect failures, and build a continuous feedback loop.

Dashboards, reports, apps, and everything in between

Build polished analytical experiences for any use case.

Visualizations
Build publication quality visualizations with enormous flexibility.
Docs
250KSeats200K150K100K50K
Filters
Add dropdowns, inputs, and toggles to any page.
Docs
Jul 21, 2026 – Jul 28, 2026
Last 7 Days
Last 30 Days
Last 3 Months
Last 6 Months
Last 12 Months
Previous Week
Previous Month
Previous Quarter
Previous Year
Jul 2026 Aug 2026
SuMoTuWeThFrSa
12345678910111213141516171819202122232425262728293031
SuMoTuWeThFrSa
12345678910111213141516171819202122232425262728293031
Today Clear Done
Data tables
Rich data tables support sparklines, subtotals, and images.
Docs
CustomerProductMRR Δ MoMTrend
Vandelay IndustriesPlatform$8,900 6.1%
Add-ons$3,500 12.0%
$12,400 8.2%
HooliPlatform$7,200 3.0%
Support$2,660 2.5%
$9,860 1.4%
InitechPlatform$4,120 3.1%
$4,120 3.1%
Umbrella CorpPlatform$3,540 2.0%
$3,540 2.0%
Maps
Plot heatmaps, load custom GeoJSON, and use maps as inputs.
Docs
Custom components
Generate any visual, then abstract it into a reusable component for your team.
Docs
1{% html %}
2<script type="module">
3import * as d3 from "https://esm.sh/d3@7";
4
5const rows = await evidence.query("retention");
6const color = d3.scaleSequential(d3.interpolateBlues);
7
8d3.select("#chart")
9.selectAll("div")
10.data(rows)
11.join("div")
12.style("background", (d) =>color(d.retained));
13
14evidence.ready();
15</script>
16<div id="chart"></div>
17{% /html %}
Scheduled emails
Deliver any page to inboxes daily, weekly, or monthly.
Page-level access control
Decide who can open each page, down to the row.
Exports
Every report can be exported to PDF or multi-tabbed XLSX workbooks.
Usage analytics
See which reports get read, and by whom.

Analytics for your customers

Everything you need to deliver compelling embedded or white-labeled analytics products.

Payment Utilization

Jul 1, 2025 – Jun 30, 2026
Volume
$2.41M
+12.4%
Net revenue
$48.2k
+8.1%
Auth rate
98.2%
+0.4pt
Customers
1,284
+6.2%

Payment volume

$300k$200k$100k
JulSepNovJanMarMay

Volume by method

Card 70% $1.70M
ACH 22% $520k
Wallet 8% $190k

Top customers

CustomerVolumeShare
Vandelay Industries$412k17.1%
Kruger Industrial$386k16.0%
Pendant Publishing$344k14.3%
Sandalwood Group$298k12.4%
Royal Bakery$231k9.6%
Peterman Catalog$174k7.2%
Monk’s Café$147k6.1%
Whatley Dental$121k5.0%
Del Boca Vista$101k4.2%
Poppie’s Pizzeria$82k3.4%
Tyler Chicken$65k2.7%
Atomic Sub$48k2.0%
Embedded

Embed reports and dashboards directly in your product with our API.

White labeled

Give your customers direct access to a white-labeled version of Evidence with your brand.

Themes
Dozens of theme tokens to ensure your project matches your brand.
Multi-tenancy
Manage customers, workspaces, and permissions at scale.
Page-level access control
Control exactly which pages every user and tenant can see.
Performance at scale
Deliver fast experiences across large customer deployments.

Enterprise

Seamlessly integrate with your existing identity and security infrastructure.

SOC 2
Independently audited security controls.
SSO
Works with your existing identity provider.
SCIM
Automated directory sync and user provisioning.
EKMS
Bring your own customer-managed encryption keys.
Audit logs
Stream audit logs to Datadog and other SIEMs.
OktaAzure ADGoogle WorkspaceSAMLOneLoginADFSJumpCloudPingFederateOpenID ConnectAuth0

Open source foundations

Evidence Core is open source and shaped by thousands of analysts, developers, and enthusiasts.

Weekly installs
33,584
GitHub stars
6,832
Community members
2,482