# umami-software — public GitHub profile statistics

Canonical HTML: https://gitdebt.com/umami-software

> Aggregate statistics across public repositories owned by umami-software. Private repositories are ignored.

## Snapshot

| Metric | Value |
| --- | --- |
| Stars across public repositories | 30,940 |
| Repositories counted | 1 |
| Active since | 2020 |

## Put this in a profile README

A profile README lives in a repository named after the account itself — `umami-software/umami-software` for a user, `.github/profile/README.md` for an organization.

### Maintainer card

Aggregate public-repository totals for the account in one compact panel.

Goes in the top of a profile README, under the introduction.

```html
<a href="https://gitdebt.com/umami-software?ref=readme">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://api.gitdebt.com/api/users/umami-software/card.svg?theme=dark" />
    <img alt="umami-software maintainer statistics" src="https://api.gitdebt.com/api/users/umami-software/card.svg?theme=light" />
  </picture>
</a>
```

### Aggregate star history

One curve summing star growth across every public repository owned.

Goes in a profile README, below the card.

```html
<a href="https://gitdebt.com/umami-software?ref=readme">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://api.gitdebt.com/api/users/umami-software/chart.svg?theme=dark" />
    <img alt="Aggregate star history across umami-software's public repositories" src="https://api.gitdebt.com/api/users/umami-software/chart.svg?theme=light" />
  </picture>
</a>
```

### Footprint charts

| Chart | URL | Shows |
| --- | --- | --- |
| Contribution footprint | `https://api.gitdebt.com/api/users/umami-software/stats/contributions.svg` | Authored work in owned projects versus other people's projects. |
| Language footprint | `https://api.gitdebt.com/api/users/umami-software/stats/languages.svg` | Lines of code by language across every analyzed owned repository. |
| Commit activity | `https://api.gitdebt.com/api/users/umami-software/stats/commit-activity.svg` | Every commit landed in the last 52 weeks, summed across owned repos. |

## Embedding rules

- No account, token, or API key is involved. Every URL is a plain public image.
- Themes are baked into each asset because GitHub renders README images against the reader's OS preference, not the page. Publish both variants with an HTML `<picture>` element, or pick one explicitly with `theme=light` / `theme=dark`. There is no `theme=auto`.
- Published snippets are static. Motion is opt-in: add `animate=1` to an SVG URL, or use the `.gif` variant where one exists, because GitHub strips SVG animation from README images in several contexts.
- Keep the surrounding link and its `?ref=readme` parameter. Attribution lives on the link; the image URL stays plain so CDNs can cache it.
- Do not add cache-busting query parameters. Media is edge-cached for a few hours by design and refreshes on its own.
- Alt text is not optional. Say what the image shows, not "chart".
- A repository nobody has analyzed yet renders a placeholder frame and queues the work instead of failing. Load the page once, or wait a few minutes, and the real chart replaces it at the same URL.

## Live data

- GitHub profile: https://github.com/umami-software
- Aggregate analysis: https://api.gitdebt.com/api/users/umami-software/analyze
- Profile statistics JSON: https://api.gitdebt.com/api/users/umami-software/stats.json
