For researchers
Embed & API
Drop the live backlog into any page with one iframe, or read the same data as JSON from the public API.
The widget
Paste this anywhere:
<iframe
src="/embed/board"
width="360" height="420"
style="border:0;border-radius:12px"
title="Votive · the AI frontier"
loading="lazy"></iframe>Live preview:
The public API
GET /api/public/board: CORS-open, edge-cached (~60s). A compact frontier summary: totals (incl. compute spent), what unlocked, and the demand-weighted backlog.
// CORS-enabled, cached ~60s. Every figure is verifiable at /bench.
const r = await fetch("https://YOUR-HOST/api/public/board");
const { totals, flips, backlog } = await r.json();Every number resolves to a signed, on-chain-attested check. Audit them in the Votive Bench or verify one at /verify.