Star on GitHub

Show the world who
depends on your library

Drop-in embeds that showcase your top dependents. No API key, no sign-up, no config.

Live demo showing top dependents of the dinero.js npm package including their avatars, names, and star counts
api.usedby.dev/npm/dinero.js

Quick start

Copy, paste, done.

Add a snippet to your README and let the world see who depends on your library.

Markdown
[![Used by](https://api.usedby.dev/npm/your-package)](https://github.com/your-org/your-repo/network/dependents)
Generated with [usedby.dev](https://usedby.dev/)
HTML
<a href="https://github.com/your-org/your-repo/network/dependents">
  <img src="https://api.usedby.dev/npm/your-package" alt="Used by" />
</a>
Generated with <a href="https://usedby.dev/">usedby.dev</a>

Replace your-package with your npm package name. Scoped packages like @scope/package work too.


Playground

Try it with your package

Enter your package name, tweak the options, and preview the result in real time.

30
Preview
Enter a package name and click Generate preview
Markdown
[![Used by](https://api.usedby.dev/npm/dinero.js?max=30)](https://github.com/dinerojs/dinero.js/network/dependents)
Generated with [usedby.dev](https://usedby.dev/)
HTML
<a href="https://github.com/dinerojs/dinero.js/network/dependents">
  <img src="https://api.usedby.dev/npm/dinero.js?max=30" alt="Used by" />
</a>
Generated with <a href="https://usedby.dev/">usedby.dev</a>

Open source

Host your own

Deploy as a Cloudflare Worker and handle the pipeline in a single request.

01

Search

Query GitHub to discover projects that list yours as a dependency.

02

Enrich

Fetch metadata for each dependent: repository, stars, last push, and avatar.

03

Score

Rank dependents by a composite score combining star count and recent activity.

04

Render

Generate a crisp SVG image on the fly with avatars, names, and star counts.

05

Cache

Cache results and serve fresh ones every 24 hours.