$preview

worker badge

dial in any worker slug and see the readme badge across both themes and both README backdrops. copy the embed snippet you need.

controls

metric

theme × backdrop matrix

theme=lightgithub light bg (#ffffff)
iii badge for database — theme=light on light bg
theme=darkgithub light bg (#ffffff)
iii badge for database — theme=dark on light bg
theme=lightgithub dark bg (#0d1117)
iii badge for database — theme=light on dark bg
theme=darkgithub dark bg (#0d1117)
iii badge for database — theme=dark on dark bg

embed snippets

markdown — light theme (canonical)
![iii database](https://workers.iii.dev/workers/database/badge.svg)
markdown — dark theme
![iii database](https://workers.iii.dev/workers/database/badge.svg?theme=dark)
github auto dark/light — html <picture>
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://workers.iii.dev/workers/database/badge.svg?theme=dark">
  <img src="https://workers.iii.dev/workers/database/badge.svg" alt="iii database">
</picture>
github auto dark/light — markdown (#gh-*-mode-only)
![iii database](https://workers.iii.dev/workers/database/badge.svg#gh-light-mode-only)
![iii database](https://workers.iii.dev/workers/database/badge.svg?theme=dark#gh-dark-mode-only)

registry badges (iii readme)

theme=lightgithub light bg (#ffffff)
iii badge for iii registry all-time downloads — theme=light on light bg
theme=darkgithub dark bg (#0d1117)
iii badge for iii registry all-time downloads — theme=dark on dark bg
theme=lightgithub light bg (#ffffff)
iii badge for iii registry 7-day downloads — theme=light on light bg
theme=darkgithub dark bg (#0d1117)
iii badge for iii registry 7-day downloads — theme=dark on dark bg
theme=lightgithub light bg (#ffffff)
iii badge for iii registry downloads today — theme=light on light bg
theme=darkgithub dark bg (#0d1117)
iii badge for iii registry downloads today — theme=dark on dark bg
theme=lightgithub light bg (#ffffff)
iii badge for iii registry worker count — theme=light on light bg
theme=darkgithub dark bg (#0d1117)
iii badge for iii registry worker count — theme=dark on dark bg
markdown — downloads
![iii downloads](https://workers.iii.dev/badge/downloads.svg)
markdown — weekly
![iii weekly](https://workers.iii.dev/badge/weekly.svg)
markdown — today
![iii today](https://workers.iii.dev/badge/today.svg)
markdown — workers
![iii workers](https://workers.iii.dev/badge/workers.svg)