Back to the library

Featured? Wear it.

If your project is on the shelf, this badge says so — and links straight back to your entry. Free to use, no attribution required, no tracking beyond a plain referrer.

Using your-project-slug. Not on the shelf yet? Submit your project.

ThemeSize
Featured in the Vibing Library

HTML

<a href="https://vibing.inc/library/your-project-slug?ref=badge" target="_blank" rel="noopener">
  <img src="https://vibing.inc/api/public/library/badge/your-project-slug.svg" alt="Featured in the Vibing Library" height="42" style="height:42px;width:auto" loading="lazy" />
</a>

Markdown

[![Featured in the Vibing Library](https://vibing.inc/api/public/library/badge/your-project-slug.svg)](https://vibing.inc/library/your-project-slug?ref=badge)

JSX

<a href="https://vibing.inc/library/your-project-slug?ref=badge" target="_blank" rel="noopener">
  <img
    src="https://vibing.inc/api/public/library/badge/your-project-slug.svg"
    alt="Featured in the Vibing Library"
    height={42}
    style={{ height: 42, width: "auto" }}
    loading="lazy"
  />
</a>

House rules

  • Only use the badge if your project actually has an entry in the library.
  • Keep the link intact — it is what makes the badge honest.
  • Do not restyle or recolour the artwork; both themes are provided.