Pure BI · Reports

Business intelligence, on one surface.

Every report reads its definition and its numbers live from the ecosystem database — nothing here is hardcoded. Built on the shared PURE chart standard, so any dashboard on the site can drop the same reports in.

Loading…

Placements — put reports on other surfaces

Govern where each report appears across the site. Pick a report, a surface, a size and chart type — it renders live there via pure-bi-embed.js, headlessly, no code change on the target page.

Use it anywhere

Pure BI Reports is a site-wide tool. Any page can embed a live report with two lines — the same definition, the same numbers, the same brand chart:

// one governed drop — the admin picks what shows here:
<div data-bi-surface="home"></div>
<script src="pure-charts.js"></script> <script src="pure-livebind.js"></script> <script src="pure-bi-embed.js"></script>

Edit report

Changes save to the backend and appear everywhere this report is embedded.

Add placement

Governs where a report renders across the site. The target surface shows it live via pure-bi-embed.js.