poster preview

year / month / week on claude

Live-rendered SVG posters from a real claude-rpc aggregate. Each card is ~880×540, monospace-heavy, designed to be screenshotted and shared. Modern Discord and GitHub render the SVG inline — no PNG step needed. Below: four ranges, all from the same lifetime dataset.

year on claude raw svg ↗
year-on-claude SVG card
claude-rpc card --range year --out year.svg
month on claude raw svg ↗
month-on-claude SVG card
claude-rpc card --range month --out month.svg
week on claude raw svg ↗
week-on-claude SVG card
claude-rpc card --range week --out week.svg
all-time on claude raw svg ↗
all-time-on-claude SVG card
claude-rpc card --range all --out all-time.svg

also live on the running daemon

When claude-rpc serve is up, the same SVGs are served by the local dashboard — re-rendered every request so they're always current. Drop the URL into a README or a Discord message.

http://127.0.0.1:47474/api/card.svg?range=year
http://127.0.0.1:47474/api/card.svg?range=month
http://127.0.0.1:47474/api/card.svg?range=week
http://127.0.0.1:47474/api/card.svg?range=all