Evidence website screenshot

Evidence

Evidence is an open-source (MIT) business-intelligence-as-code framework that turns SQL queries plus Markdown into fast, version-controlled static data apps and dashboards. It is built on Svelte/Vite, runs queries through a DuckDB-WASM "Universal SQL" engine, and is consumed as a framework/CLI rather than a hosted REST API. Evidence Cloud adds managed hosting, a managed query engine, scheduled data syncs, and AI authoring assistance.

3 APIs 0 Features
Business IntelligenceBI as CodeSQLMarkdownData AppsOpen Source

APIs

Evidence Framework (SQL + Markdown)

The open-source core. SQL statements embedded in Markdown files run against configured data sources and render charts and components into a static BI website (Svelte/Vite). The ...

Evidence USQL / Query Layer

Universal SQL, the query engine built into Evidence core and powered by DuckDB's WebAssembly distribution. It extracts data sources to Parquet and lets you query across multiple...

Evidence Cloud

The managed hosting and deployment platform for Evidence projects. Adds a managed query engine, multi-level caching, row-level security, scheduled data syncs, a browser-based ID...

Collections

Pricing Plans

Rate Limits

Evidence Dev Rate Limits

4 limits

RATE LIMITS

FinOps

Resources

🔗
TrustCenter
TrustCenter
🔗
DomainSecurity
DomainSecurity
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
📰
Blog
Blog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Evidence (Framework - not a REST API)
  version: '1.0'
  description: Evidence is an open-source (MIT) business-intelligence-as-code framework that compiles SQL + Markdown into
    a static data app via a Node CLI and a DuckDB-WASM Universal SQL query layer. It is not a hosted REST API, so this collection
    contains no HTTP request items - only documentation references. See https://docs.evidence.dev/ and https://docs.evidence.dev/reference/cli.
items:
- info:
    name: Documentation
    type: folder
  items:
  - info:
      name: Evidence Docs
      type: link
    link:
      url: https://docs.evidence.dev/
    docs: Core documentation for the Evidence SQL + Markdown framework.
  - info:
      name: Evidence CLI Reference
      type: link
    link:
      url: https://docs.evidence.dev/reference/cli
    docs: CLI reference (dev, build, preview, sources) - the framework interface in place of a REST API.
  - info:
      name: Universal SQL (DuckDB-WASM)
      type: link
    link:
      url: https://evidence.dev/universal-sql
    docs: The in-process query engine that runs SQL against data sources extracted to Parquet.