Cache-first SVG metrics

DeetsDash

Turn metrics, dates, and status signals into stable public URLs that render as SVG cards anywhere you can place an image.

Rendering live examples from staging.deetsdash.com. Account-backed creation tools are next.

Public by URL Each card stays linkable and embeddable as a single SVG endpoint.
Edge read path Request-time rendering reads normalized cache data instead of live providers.
Production ready routes GitHub, RSS, countdown, and custom card families already resolve today.

GitHub Card

GitHub Card

Cache-first stars and forks in a public SVG URL.

Open live URL
GitHub Card preview
https://staging.deetsdash.com/card/github/microsoft/vscode

Countdown Card

Countdown Card

Date-driven status cards that stay embeddable everywhere.

Open live URL
Countdown Card preview
https://staging.deetsdash.com/card/countdown/2026-12-31

RSS Card

RSS Card

Feed headlines rendered without live provider calls on the read path.

Open live URL
RSS Card preview
https://staging.deetsdash.com/card/rss/deetsdash-news

1. Sync

Scheduled jobs normalize provider data into cache records on the edge.

2. Render

Public card routes resolve from stored definitions and cached metrics into SVG.

3. Embed

Use the URL in an img tag, dashboard, wiki, status page, or screen.

One URL, no client app required.

The current product surface is intentionally simple: public card URLs first, account creation and editing flows next.

<img src="https://staging.deetsdash.com/card/github/microsoft/vscode" alt="GitHub card" />
Current surface Public SVG cards plus account-space read routes.
Next build slice Sign-in, ownership, and first create/edit flow on top of stored definitions.
Best host Use this root page as the branded entry point and keep card URLs stable underneath it.