Problem
Bloggers, HN posters, and benchmark-aggregator sites (Papers With Code, awesome-* lists, HF tags) can't easily show ClawBench's current ranking — they can only screenshot or link out. Static screenshots go stale; outbound links lose readers.
Proposal
A frameable, mobile-friendly /embed/leaderboard route:
- Stripped-down version of the V2 Snapshot table — top 10 rows, no nav, no footer, no Quick Start
- Auto-resizes via
iframe-resizer (existing pattern in the HF Space)
X-Frame-Options: ALLOWALL (or remove) so cross-origin embeds work
- Light + dark mode detection via
prefers-color-scheme
- Compact attribution: "Live leaderboard · claw-bench.com" with a click → main leaderboard
- Query params:
?corpus=v1|v2 (default v2), ?rows=5|10|20 (default 10), ?theme=light|dark|auto
Suggested adopter snippet
<iframe src="https://claw-bench.com/embed/leaderboard?corpus=v2&rows=10"
width="100%" height="540" frameborder="0"
loading="lazy" referrerpolicy="no-referrer-when-downgrade"
title="ClawBench V2 leaderboard">
</iframe>
Acceptance
Why now
Lower the friction for the next blog post / aggregator listing to show us instead of link-out. Distribution > polish at this stage.
Problem
Bloggers, HN posters, and benchmark-aggregator sites (Papers With Code, awesome-* lists, HF tags) can't easily show ClawBench's current ranking — they can only screenshot or link out. Static screenshots go stale; outbound links lose readers.
Proposal
A frameable, mobile-friendly
/embed/leaderboardroute:iframe-resizer(existing pattern in the HF Space)X-Frame-Options: ALLOWALL(or remove) so cross-origin embeds workprefers-color-scheme?corpus=v1|v2(default v2),?rows=5|10|20(default 10),?theme=light|dark|autoSuggested adopter snippet
Acceptance
/embed/leaderboardrenders without nav/footer/CTAs — table + tiny attribution only<iframe>cross-origin (noX-Frame-Options: SAMEORIGIN)/press(issue publicity: add a hero demo video/gif on /home (5–10s trace replay) #181) and in README under "For aggregators"Why now
Lower the friction for the next blog post / aggregator listing to show us instead of link-out. Distribution > polish at this stage.