Embed
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.
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.
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.
[](https://kolm.ai/verify-prod)
[](https://kolm.ai/r/cidv1:sha256:7c0a3f...)
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>
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>
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>
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.
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.