Badge

Show the world you cut LLM token costs. Embed the badge on your site, docs, or README — it takes 5 seconds.

Preview

~65%Avg Token Savings
10M+Tokens Compressed
CPUNo GPU Required
MITOpen Source

Why display the badge?

⚡ 5-second setup Copy one line. Paste anywhere. Done.
🔒 Zero tracking No analytics. No cookies. No data collection. Pure badge.
🌐 Any platform HTML, Markdown, SVG inline — works everywhere.

Embed options

HTML (any website)

Add to footer, sidebar, or about page.

<a href="https://supercompress.dev"
   target="_blank" rel="noopener">
  <img src="https://supercompress.dev/badge.svg"
       alt="Compressed by SuperCompress"
       width="180" height="28" />
</a>

Markdown (README/docs)

Works on GitHub, GitLab, and most docs.

[![Compressed by SuperCompress]
(https://supercompress.dev/badge.svg)]
(https://supercompress.dev)

HTML inline pill

Compact pill badge for navbars or headers.

<a href="https://supercompress.dev"
   style="text-decoration:none">
  <span style="display:inline-flex;align-items:center;
    gap:6px;padding:4px 14px 4px 12px;
    background:#1c1c2e;border:1px solid #2d2d44;
    border-radius:999px;font-family:system-ui;
    font-size:12px;color:#e0e0f0">
    <span>&#9889;</span>
    <span>Compressed by</span>
    <span style="font-weight:700;
      color:#a78bfa">SuperCompress</span>
  </span>
</a>

Text link

Simple text attribution for articles or bio.

Cut LLM costs by ~65% with
[SuperCompress](https://supercompress.dev) —
open-source prompt compression.

SVG inline

Embed directly in HTML without HTTP request.

<svg xmlns="http://www.w3.org/2000/svg"
     width="180" height="28"
     viewBox="0 0 180 28">
  <rect width="180" height="28"
        rx="14" fill="#1c1c2e"/>
  <text x="14" y="17" font-size="11"
        fill="#8b5cf6">&#9889;</text>
  <text x="32" y="17" font-size="11"
        fill="#e0e0f0">Compressed by</text>
  <text x="108" y="17" font-size="11"
        fill="#a78bfa">SuperCompress</text>
</svg>

Text only

Plain text for email signatures, posts.

Compressed by SuperCompress
https://supercompress.dev

Who should use it?

💻 AI SaaS products Show users you optimize token usage behind the scenes.
📚 Open source projects Add to your README if you integrate SuperCompress.
🔬 Research labs Cite SuperCompress in your benchmarks and papers.
🎓 Courses & tutorials Show students real-world token optimization.
📦 API docs Display the badge in your integration docs.
🌐 Personal site Signal you care about efficient AI infrastructure.

FAQ

Does the badge track my users?

No. The SVG badge is a static image file served from our CDN. We do not log, track, or analyze requests to the badge. There are no cookies, no pixels, no analytics. It's just an image.

Do I need permission to use it?

No. Anyone using SuperCompress or wanting to support the project is welcome to display the badge. No sign-up, no permission needed.

Can I customize the colors?

Yes. The inline SVG and pill options can be customized to match your brand. You can also create your own version — we only ask that it clearly says "Compressed by SuperCompress" and links to supercompress.dev.

Will the badge always be available?

Yes. The badge is served from Vercel's CDN as part of the SuperCompress site. It has the same uptime guarantees as the rest of the platform.

Visit SuperCompress → Try the Playground GitHub