# kovidgoyal/kitty versus zellij-org/zellij

Canonical HTML: https://gitdebt.com/vs/kovidgoyal/kitty/zellij-org/zellij

> Star history, growth, and repository-health signals for two public GitHub repositories, on one timeline.

## Star comparison

| Repository | Stars | 90d | 30d | Pace | History from |
| --- | --- | --- | --- | --- | --- |
| `kovidgoyal/kitty` | 34,178 | +80 | +10 | slowing | Dec 2016 |
| `zellij-org/zellij` | 34,619 | +160 | +5 | slowing | Nov 2020 |

## Overlay chart

One chart, both series. Append `&rebase=1` to start each series at zero when the projects are different ages, or `&from=`/`&to=` for a window.

```html
<a href="https://gitdebt.com/vs/kovidgoyal/kitty/zellij-org/zellij?ref=readme">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://api.gitdebt.com/api/chart.svg?repos=kovidgoyal%2Fkitty%2Czellij-org%2Fzellij&theme=dark" />
    <img alt="Star history of kovidgoyal/kitty versus zellij-org/zellij" src="https://api.gitdebt.com/api/chart.svg?repos=kovidgoyal%2Fkitty%2Czellij-org%2Fzellij&theme=light" />
  </picture>
</a>
```

## Individual reports

- kovidgoyal/kitty: https://gitdebt.com/kovidgoyal/kitty (Markdown: https://gitdebt.com/kovidgoyal/kitty.md)
- zellij-org/zellij: https://gitdebt.com/zellij-org/zellij (Markdown: https://gitdebt.com/zellij-org/zellij.md)

## 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.
