K
krumb.dev:~$

$ BADGE / SHARE

#Embed a "Powered by KRUMB.DEV" badge on your site. Helps others discover these free tools.

Preview

>
KRUMB.DEVFree Developer Tools

HTML Snippet

<a href="https://krumb-dev-five.vercel.app" target="_blank" rel="noopener noreferrer" style="display: inline-flex; align-items: center; gap: 12px; padding: 12px 20px; background: #000000; border: 1px solid #333333; text-decoration: none; font-family: 'Courier New', monospace;">
  <span style="color: #00FF41; font-size: 16px; font-weight: bold;">&gt;</span>
  <div style="display: flex; flex-direction: column;">
    <span style="color: #F9F9F9; font-size: 13px; font-weight: bold; letter-spacing: 0.5px;">KRUMB.DEV</span>
    <span style="color: #888888; font-size: 10px; letter-spacing: 0.3px;">Free Developer Tools</span>
  </div>
</a>

SVG Image Badge

<svg xmlns="http://www.w3.org/2000/svg" width="180" height="48" viewBox="0 0 180 48">
  <rect width="180" height="48" fill="#000000" stroke="#333333" stroke-width="1"/>
  <text x="20" y="23" fill="#00FF41" font-family="monospace" font-size="14" font-weight="bold">&gt;</text>
  <text x="36" y="22" fill="#F9F9F9" font-family="monospace" font-size="12" font-weight="bold">KRUMB.DEV</text>
  <text x="36" y="37" fill="#888888" font-family="monospace" font-size="9">Free Developer Tools</text>
</svg>

Usage

Copy the HTML snippet and paste it anywhere in your site's HTML. The badge links to Krumb.Dev and opens in a new tab. No tracking, no JavaScript, no external requests.