skillpack.co
All solutions

Evidence

active

BI-as-code platform: SQL + Markdown → polished data reports. No JS/Python required. YC S21, 6K stars, 76 contributors. Git-versioned reports for SQL-first analysts.

Score 78
Evidence in action

Where it wins

SQL + Markdown authoring — no JS/Python required

Git-versioned reports — fits developer workflows and agent-assisted authoring

YC S21 backed with strong launch traction (263 pts HN)

Clear, defensible niche: SQL-only BI as code

76 contributors — healthy open-source community

Alternative to Looker/Tableau for teams that prefer code over drag-and-drop

Where to be skeptical

Lower download numbers than peers (7.7K npm/mo)

Less AI-native than Marimo or Data Formulator — reporting tool, not conversational agent

No notebook/exploratory mode

Editorial verdict

Best BI-as-code platform for SQL-first analysts. If your team thinks in SQL and wants version-controlled, code-authored reports, Evidence beats every other tool. The only tool in the category that doesn't require a general-purpose programming language.

Related

Public evidence

Raw GitHub source

GitHub README peek

Constrained peek so you can sanity-check the source material without leaving the site.

<div id="top" align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/evidence-dev/media-kit/main/svg/wordmark-white.svg"> <img alt="Evidence Logo" src="https://raw.githubusercontent.com/evidence-dev/media-kit/main/svg/wordmark-black.svg"> </picture>

Evidence is an agent-ready tool for creating reports using your data

Docs | Slack
</div>

How It Works

Evidence is an open-source, code-based alternative to drag-and-drop business intelligence tools.

  • Create reports in code using SQL and markdown
  • Develop using Evidence's Agent, or on your local machine with Claude Code / Cursor etc
  • Self-host or publish on Evidence Studio

Install

macOS / Linux
curl -fsSL https://evidence.studio/install.sh | sh
evidence help
Windows
irm https://evidence.studio/install.ps1 | iex
evidence help

Create a Project

evidence init my-project
cd my-project
evidence dev

Publish

Publish your project on Evidence Studio for hosted reports, or self-host the generated static site on your own infrastructure. See the publishing docs for options.

Join the Evidence Community

Join our Slack channel to get involved in the community's discussion, share what you're working on, or ask for help.

Contributing

Contributions are welcome — see CONTRIBUTING.md for how pull requests are reviewed and merged.

License

Evidence is licensed under the MIT license. See LICENSE for details.

View on GitHub →