kolm.ai

Embed

Made with .kolm

A small badge for projects that ship a verifiable .kolm artifact. Drop it into a README, a docs page, or your own product. No tracker, no JS, no remote dependency. The badge is a static SVG hosted alongside the rest of the site, and an anchor link to where readers can verify the artifact CID.

Live preview

Hover the badge to see the destination. The link points to a verify page where the reader can check the artifact CID, K-score, and HMAC chain.

Made with .kolm 14 KB SVG - or 9 chars in plain text - readers click to verify

Markdown README

For GitHub READMEs and any markdown-rendered surface. The image is a static SVG; the link can point to your own verify URL or to kolm.ai/verify-prod.

[![Made with .kolm](https://kolm.ai/badge.svg)](https://kolm.ai/verify-prod)

With your own artifact CID

[![Made with .kolm](https://kolm.ai/badge.svg)](https://kolm.ai/r/cidv1:sha256:7c0a3f...)

HTML website / product

For any HTML surface - product footer, marketing page, doc site. Same SVG, plain anchor. The badge is unstyled by default so you can wrap it in whatever shell matches your site.

<a href="https://kolm.ai/verify-prod" rel="noopener">
  <img src="https://kolm.ai/badge.svg" alt="Made with .kolm" width="118" height="22">
</a>

Inline text-only variant

Lighter footprint - no image fetch, scales perfectly. Use this when you care about zero remote dependencies.

<a href="https://kolm.ai/verify-prod" style="font-family:ui-monospace,Menlo,monospace;font-size:12px;color:#7ef0d2;text-decoration:none;border:1px solid #1f262f;padding:4px 10px;border-radius:6px">
  • Made with .kolm
</a>

SVG source self-host

If you'd rather host the SVG yourself - no remote fetch, no kolm.ai dependency at all - copy the source below into your repo and serve it from your own origin. The badge ships under the same Apache-2.0 license as the rest of kolm.

<svg xmlns="http://www.w3.org/2000/svg" width="118" height="22" viewBox="0 0 118 22">
  <rect width="118" height="22" rx="4" fill="#0a0c10" stroke="#1f262f"/>
  <circle cx="10" cy="11" r="3" fill="#7ef0d2"/>
  <text x="22" y="15" font-family="ui-monospace,Menlo,monospace" font-size="11" fill="#faf2e1">Made with <tspan fill="#7ef0d2">.kolm</tspan></text>
</svg>

Badge rules

Use the badge on projects that genuinely ship a .kolm artifact. We don't moderate this; it's an honor system backed by the fact that any reader can click the badge and verify the CID exists.

OK Your project ships a .kolm artifact, a manifest with a CID, and signed receipts. The badge points at your verify URL.
OK You use kolm internally as a tool and want to credit upstream. The badge points at /verify-prod where readers can verify any .kolm.
Not OK Implying kolm endorses you, a partnership, or any specific tier of support. We don't pre-screen badge usage.
Not OK Modifying the badge to imply a different product, a fork, or a vendor name. Self-host the SVG and rename if you fork.

Why we publish this

Most "made with" badges advertise the tool. This one advertises the artifact. A reader who clicks it can verify what was actually shipped - the CID, the K-score, the HMAC chain - against a public registry, without trusting either the project or kolm. That is the only kind of badge worth embedding on a serious project.

The SVG is 14 KB. There is no tracker, no analytics beacon, no callback. The image is served from a static CDN edge that doesn't log or correlate referrers. Embed freely.