Skip to content

Everything you can embed in a README

One metrics badge, the star-history chart as SVG or GIF, repository and maintainer cards, a social preview, and eight repository-health charts. Every asset is a plain image URL served from gitdebt's own database.

Free · open source · no account required · static README output

Metrics badge

interactive

Stars, forks, and package downloads in one compact chip. Pick the metrics and the theme, then copy Markdown or theme-aware HTML. The example below is ready immediately; a repository report opens the same controls with its own owner and name.

Metrics

Animation

Static
Live preview
facebook/react stats badge

SVG previews can animate here. Copied README SVGs are always static because GitHub strips SVG motion; Auto emits separate light and dark assets.

Embed badge
<a href="https://gitdebt.com/facebook/react?ref=readme">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://api.gitdebt.com/api/repos/facebook/react/badge.svg?metrics=stars%2Cdownloads&animate=0&source=auto&theme=dark&render=17" />
    <img alt="facebook/react stats badge" src="https://api.gitdebt.com/api/repos/facebook/react/badge.svg?metrics=stars%2Cdownloads&animate=0&source=auto&theme=light&render=17" />
  </picture>
</a>

Charts, cards, and previews

facebook/react

Live assets for facebook/react. Each snippet is Markdown for the dark asset; swap theme=light for the light one, or use the HTML <picture> form to publish both.

Contributor readiness

A factual checklist badge for project guides, contribution policy, tests, CI, templates, and security documentation. It is a signal, not an achievement.

facebook/react contributor readiness
[![facebook/react contributor readiness](https://api.gitdebt.com/api/repos/facebook/react/badge.svg?signal=contributor-ready&theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

Star history

The full star curve, served from Postgres. Add from/to for a window or rebase=1 to start every series at zero.

facebook/react star history
[![facebook/react star history](https://api.gitdebt.com/api/repos/facebook/react/chart.svg?theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

Looping GIF

The same curve as an animated GIF, for READMEs and sites that strip SVG motion.

facebook/react star history animation
[![facebook/react star history animation](https://api.gitdebt.com/api/repos/facebook/react/chart.gif)](https://gitdebt.com/facebook/react?ref=readme)

Repository card

Stars, forks, contributors, languages, and a 90-day sparkline in one compact panel.

facebook/react repository statistics
[![facebook/react repository statistics](https://api.gitdebt.com/api/repos/facebook/react/card.svg?theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

Maintainer profile card

Aggregate public-repository totals for an account, for a profile README.

facebook maintainer statistics
[![facebook maintainer statistics](https://api.gitdebt.com/api/users/facebook/card.svg?theme=dark)](https://gitdebt.com/facebook?ref=readme)

Social preview

A 1200x630 PNG for link unfurls on social platforms and chat apps.

facebook/react on gitdebt
[![facebook/react on gitdebt](https://api.gitdebt.com/api/repos/facebook/react/og.png)](https://gitdebt.com/facebook/react?ref=readme)

Repository-health charts

eight assets

Calculated from the public Git history, cached, and served as images. A repository that has never been analyzed renders a placeholder and queues the work instead of blocking the request.

Commit calendar

Daily commit density across the last year.

facebook/react commit calendar
[![facebook/react commit calendar](https://api.gitdebt.com/api/repos/facebook/react/stats/heatmap.svg?theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

Contributors

Who is actually landing commits, ranked.

facebook/react contributors
[![facebook/react contributors](https://api.gitdebt.com/api/repos/facebook/react/stats/contributors.svg?theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

Bus factor

How concentrated the commit history is in a few hands.

facebook/react bus factor
[![facebook/react bus factor](https://api.gitdebt.com/api/repos/facebook/react/stats/bus-factor.svg?theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

Commit trend

Commit volume over time, so a slowdown is visible.

facebook/react commit trend
[![facebook/react commit trend](https://api.gitdebt.com/api/repos/facebook/react/stats/commit-trend.svg?theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

Language activity

Lines added and removed per language.

facebook/react language activity
[![facebook/react language activity](https://api.gitdebt.com/api/repos/facebook/react/stats/lines.svg?theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

File change frequency

Files touched by the most analyzed commits.

facebook/react file change frequency
[![facebook/react file change frequency](https://api.gitdebt.com/api/repos/facebook/react/stats/top-files.svg?theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

Fix-labelled changes

Files most often touched by commits whose message matches the fix heuristic.

facebook/react fix-labelled changes
[![facebook/react fix-labelled changes](https://api.gitdebt.com/api/repos/facebook/react/stats/bug-magnets.svg?theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

Recent TODO/FIXME movement

Recent marker movement inside the analyzed commit window.

facebook/react recent TODO/FIXME movement
[![facebook/react recent TODO/FIXME movement](https://api.gitdebt.com/api/repos/facebook/react/stats/todo-trend.svg?theme=dark)](https://gitdebt.com/facebook/react?ref=readme)

How the embeds work

01

Point at a repository

Swap the owner and name in any URL above. Nothing else needs to change, and no account or token is involved.

02

Pick a theme

Colors are baked per asset because GitHub renders README images against your OS preference, not the page. Publish both with a picture element.

03

Paste the snippet

The image URL stays plain and cacheable; only the surrounding link carries README attribution.

Let an agent do it

markdown for agents

This prompt resolves your repository from its git remote, then adds the badge, the star-history chart, and the health charts that fit — replacing an existing star-history widget in place rather than stacking a second one under it.

Paste it into Claude Code, Cursor, Codex, or any coding agent with your checkout open. It carries the measured numbers, the exact snippets, and the rules — including replacing an existing star-history widget in place rather than stacking a second chart under it.

Build these for your repository

Open a repository report to get every asset above wired to that project, with the badge studio and embed menus already pointed at it, plus a prompt carrying that project's measured numbers.