Evidence is an open-source framework designed for building data-driven applications, reports, and dashboards using SQL and Markdown. With Evidence, you can quickly create decision-support tools, reports, and interactive dashboards without relying on traditional drag-and-drop business intelligence (BI) platforms.
Evidence enables you to:
Visit Evidence’s documentation for guides, examples, and best practices for using Evidence to create data products.
You can deploy Evidence on Hugging Face Spaces with just a few clicks:
Once created, the Space will display Building
status. Refresh the page if the status doesn’t automatically update to Running
.
Your Evidence app will automatically be deployed on Hugging Face Spaces.
To edit your app, clone the Space and edit the files locally.
git clone https://huggingface.co/spaces/your-username/your-space-name
cd your-space-name
npm install
npm run sources
npm run dev
You can then modify pages/index.md to change the content of your app.
The easiest way to develop with Evidence is using the VS Code Extension:
Evidence: Copy Existing Project
https://huggingface.co/spaces/your-username/your-space-name
) and press EnterStart Evidence
in the bottom status barCheck out the docs for alternative install methods, Github Codespaces, and alongside dbt.