Skip to content
Evidence Core Research & Education AI tool logo

Evidence Core Review: BI as Code

Research & EducationFreemium
Best for: Code-first business intelligence

Evidence Core is the open-source business intelligence framework that powers Evidence Studio, building live dashboards and analytics from SQL and Markdown with full coding-agent support.

4.5(890)
Founded 2022

What Is Evidence Core?

Evidence Core is an open-source business intelligence framework that treats analytics as code. It is the same engine that powers Evidence Studio, open sourced on August 26, 2026, so any team can run a commercial-grade BI stack on its own infrastructure. Instead of drag-and-drop interfaces, you write SQL queries and Markdown page layouts in a Git repository, and the Evidence CLI compiles them into fast, interactive data apps.

Live queries are central to the experience: when someone opens a deployed project, its components query the underlying database in real time, so dashboards never go stale between builds. Research teams, data analysts, and product engineers use the framework because it brings version control, code review, and CI/CD to reporting — the same discipline developers already apply to application code. Projects build into Docker containers with basic authentication baked in, which means hosting is just another container deployment. The whole stack stays portable: a team can start in the open-source project, prove out a reporting layer, and push the same artifacts to a hosted environment when it needs a control plane with access control and scheduled email delivery.

The Evidence Analytics Agent

The open-source project is the framework; the Evidence Analytics Agent is the AI assistant that ships with Evidence Studio and works against the projects you build with it. The agent reads every dashboard, report, and data source in a project and answers natural-language data questions in plain language. It can also build new insights and save them back to the project, where teammates review, branch, and iterate on the results.

The agent is available in Evidence Studio, in Slack, and through any MCP client such as Claude Desktop or ChatGPT, and it respects the same row-level security and page-level access controls already configured for a project. Teams add custom context and skills to tailor the agent to their business, while built-in evals and observability track how well the assistant performs over time. Because the assistant operates on the same SQL and Markdown artifacts that the team already reviews, every insight it saves lands in version control like any other change — so nothing it produces is a black box.

  • Answers data questions using every report in the project as context
  • Builds and saves new insights that the team can review and branch
  • Works in Evidence Studio, Slack, and MCP clients like Claude Desktop and ChatGPT
  • Honors row-level security and page-level access controls

Live Queries and One-Time Metrics

A headline change in the new framework is live queries. Formerly, refreshing a deployed report meant running a build; now the components of a deployed project query the underlying database directly, so the data a viewer sees is always current. This removes an entire class of stale-data problems and makes self-hosted deployments feel like a live product rather than a static export. A single deployment can serve an entire company with the freshest data possible, using whatever warehouse already powers the business.

The release also introduces standalone, one-time metrics. A calculation such as revenue can be defined once in a YAML file and referenced from every chart, table, and summary on the site. If the definition changes, you update it in a single place instead of hunting through every component that uses it, which keeps definitions consistent and auditable across an organization.

Finally, the new syntax is terser and more declarative. Components manage their own queries and aggregations, projects contain far less code for the same output, and the markup can be validated statically. Coding agents get a specific error when they write invalid markup instead of starting the project and trying to infer what broke.

  • Deployed dashboards hit your warehouse on every load
  • Metrics defined once in YAML and reused across all components
  • Terser, declarative syntax that validates statically
  • Standalone CLI bundles dev server, validator, and production server

Self-Hosting and Deployment

Getting started is a one-liner on macOS, Linux, and Windows, after which the CLI scaffolds a project with evidence init and starts a local preview with evidence dev. Everything a developer needs — the development server, validator, production server, and documentation — ships in a single binary, so there is no dependency chain to maintain. The binary approach also makes the tool friendly to ephemeral CI environments, where a pipeline can validate an entire project without installing a toolchain.

Publishing is just as simple. Projects build into Docker containers that include basic authentication, so they run on any container host, including a company's own data center or a private VPC. A single CLI command publishes the same project to Evidence Studio for teams that want a hosted environment with a browser IDE, email distribution, and the agent. Existing users of the earlier open-source project can run a migrate command that handles most of the move to Evidence Core, which keeps upgrade paths short.

  • Docker containers with built-in basic authentication
  • Deploy anywhere you host containers, including private VPCs
  • One CLI command to publish to Evidence Studio
  • migrate command smooths the path from the older Evidence project

Evidence Core vs Tableau vs Looker

Tableau and Looker are enterprise BI platforms with drag-and-drop interfaces, visual query builders, and large support ecosystems. They fit analysts who prefer GUI tools and organizations that want an established vendor with enterprise contracts and a deep bench of certified professionals.

The framework takes the opposite route: code-first, Git-native, and purpose-built for coding agents. It is free to self-host, fast to iterate on, and produces dashboards that agents can read, edit, and validate automatically. The trade-off is SQL comfort — there is no visual query builder for non-technical authors, and the community around the new framework is younger than those of the incumbents.

  • Tableau — visual drag-and-drop BI versus code-first Evidence Core
  • Looker — LookML semantics versus plain SQL and Markdown
  • Free to self-host versus Tableau and Looker paid licenses
  • Built for coding-agent workflows none of the incumbents offer

Evidence Core Pricing

Open source and self-hosted free forever; Evidence Studio from $2,500/mo (Team, unlimited users, 30-day trial) and Enterprise at custom pricing

Open Source

Free

The MIT licensed framework itself — fully self-hostable with live queries, metrics, the new CLI, and every connector included.

  • Full BI framework with live queries and one-time metrics
  • Docker self-hosting with built-in basic authentication
  • All data connectors and no usage limits
  • Community support on Slack
Get Started
Most Popular

Team

$2,500/month

Evidence Studio for unlimited users, including the analytics agent, page-level access control, the Slack bot and MCP server, and 20K AI credits.

  • Unlimited users and projects
  • Analytics Agent and hosted MCP server
  • Slack bot and page-level access control
  • 20K AI credits included with a 30-day trial
Start Trial

Enterprise

Custom

Evidence Studio with SSO, SCIM, row-level access, embedded analytics, BYO AI keys, and deployment on your own infrastructure.

  • Single sign-on (SSO) and directory sync (SCIM)
  • Row-level access control and embedded analytics
  • Bring your own AI keys and deploy on your infrastructure
  • SOC 2 report and data processing agreement
Contact Sales

Best For

Recommended use cases and scenarios where Evidence Core shines.

Pros and Cons

Evidence Core is a well-focused tool for data teams that think in SQL and want version-controlled analytics. The open-source model is genuinely free, live queries remove the build step, and first-class coding-agent support is a real differentiator for teams automating report development.

The main limitation is the audience: non-technical users will not author reports with the framework, and teams that want the hosted Evidence Studio experience pay $2,500 per month with no free tier. The community around the recently open-sourced framework is also younger, so there are fewer templates and third-party resources than in mature BI ecosystems.

Pros

  • Open-source core — MIT licensed, free to self-host with full functionality and no usage limits
  • SQL and Markdown authoring integrates naturally with Git workflows and version control
  • Live queries remove the build step and connect dashboards straight to the warehouse
  • Coding agents can scaffold, validate, and update projects end to end

Cons

  • Requires comfort with SQL and Markdown — not a drag-and-drop BI experience
  • Hosted Evidence Studio starts at $2,500 per month with no free hosted tier
  • Live queries place query load on your warehouse for every dashboard view
  • Younger community and fewer templates than established BI tools like Tableau or Looker

Frequently Asked Questions

Common questions about Evidence Core, answered.

What is Evidence Core?

The framework is the open-source engine that powers Evidence Studio, open sourced on August 26, 2026. It builds dashboards and data apps from SQL and Markdown, with live queries, one-time metrics, and first-class support for coding agents.

Is Evidence Core free?

Yes. The framework is MIT licensed and free to self-host forever with no seat limits or usage caps. Evidence Studio, the hosted platform built on it, costs a flat $2,500 per month for its Team plan with a 30-day trial, plus custom Enterprise pricing, and currently has no free tier.

What databases does Evidence Core support?

Evidence connects to Snowflake, BigQuery, Redshift, PostgreSQL, MySQL, DuckDB, SQLite, and SQL Server through direct and community connectors, and it reads from data lakes, object storage, and flat files such as CSV and Parquet.

How does the Evidence Analytics Agent work?

The agent reads every report in a project and uses them as context to answer natural-language data questions. It runs in Evidence Studio, Slack, and MCP clients like Claude Desktop and ChatGPT, and it respects the same access controls configured for the project.

How do I self-host Evidence Core?

Projects build into Docker containers with basic authentication and run on any container host. The CLI is a single binary containing the dev server, validator, production server, and docs, and publishing to Evidence Studio takes a single command.

What is the difference between Evidence Core and Evidence Studio?

Evidence Core is the open-source framework for building data apps as code. Evidence Studio is the hosted business intelligence platform built on it, adding a browser IDE, email distribution, page-level access control, and the Evidence Analytics Agent.

When was Evidence Core open sourced?

Evidence Technologies open sourced the framework on August 26, 2026. It is MIT licensed and available on GitHub, with one-line installers for macOS, Linux, and Windows.

Can coding agents build Evidence Core projects?

Yes. The new declarative syntax validates statically, so coding agents receive specific errors for invalid markup without starting a project. The official guidance is to ask any coding agent to read docs.evidence.dev/cli and scaffold a project.

How much does Evidence Core cost?

Self-hosting the framework is free. Evidence Studio starts at $2,500 per month for unlimited users with a 30-day trial, and Enterprise pricing is custom. AI credits are included with Studio plans.

Is Evidence Core suitable for non-technical users?

Authoring reports requires SQL and Markdown comfort. Non-technical users can consume published dashboards and ask questions through the analytics agent, but the framework itself is designed for data teams of engineers and analysts.

Reviews & Ratings

4.5

Based on 890 reviews

5
71%
4
16%
3
7%
2
4%
1
2%

Share your experience

Your rating

Loading reviews...

E

Elena Petrova

Solid, but the free tier is quite limited. The paid plans are where it shines.

A

Alex Chen

Game changer for my daily workflow. The quality of output consistently surprises me.

S

Sofia Rossi

I've tried most tools in this space and nothing comes close. Highly recommended.

Similar Tools

More Research & Education tools you might like

Socratic by Google AI tool logo

Socratic by Google

Research & EducationFree
Best for: Quick homework help on mobile

Google's AI homework helper app that uses your camera to read problems and explains answers across math, science, history, and more — 100% free.

Caktus AI AI tool logo

Caktus AI

Research & EducationFreemium
Best for: Students who want essays, math help, and study materials from one subscription

AI study platform for students with 25+ purpose-built tools - essay writer with citations, step-by-step math solver, humanizer, and research assistant.

4.3(4.1k)
Visit Website
Quizgecko AI tool logo

Quizgecko

Research & EducationFreemium
Best for: Turning your own study material into active-recall practice

AI study platform that turns PDFs, slides, videos, and web pages into quizzes, flashcards, study notes, and podcasts.

4.9(5.4k)
Visit Website