This article explores how AI is transforming the way we document software systems — from auto-generated changelogs to intelligent specification writers.
Embeddable disclosure badges — copy the HTML snippet or reference the SVG file. No CDN dependency.
Default. Works on white and light-gray backgrounds.
<span style="display:inline-flex;align-items:center;gap:0.55em;padding:0.42em 0.95em;
font-size:0.85em;font-weight:500;color:#212529;background:#f8f9fa;
border:1px solid #dee2e6;border-radius:999px;line-height:1;white-space:nowrap;
font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif">
<!-- Option A: CDN (web pages only) -->
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Logos/claude-line.svg"
width="18" height="18" alt="" aria-hidden="true" style="flex-shrink:0;">
<!-- Option B: inline SVG path from remixicon/icons/Logos/claude-line.svg -->
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M8.64445 2.55279C8.39746 2.05881 7.79679 1.85859 7.30281 2.10558 ..."/>
</svg>
Built with Claude
</span>
For dark-mode interfaces or dark-background footers.
<span style="display:inline-flex;align-items:center;gap:0.55em;padding:0.42em 0.95em; font-size:0.85em;font-weight:500;color:#f0f0ff;background:#1e1e2e; border:1px solid #3d3d5c;border-radius:999px;line-height:1;white-space:nowrap; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif"> <!-- same SVG icon with fill="currentColor" --> Built with Claude </span>
Claude's warm coral accent. High contrast, prominent disclosure.
<span style="display:inline-flex;align-items:center;gap:0.55em;padding:0.42em 0.95em; font-size:0.85em;font-weight:500;color:#fff;background:#cf7a5b; border:1px solid transparent;border-radius:999px;line-height:1;white-space:nowrap; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif"> <!-- same SVG icon with fill="currentColor" --> Built with Claude </span>
Transparent background — works over images or colored sections.
<span style="display:inline-flex;align-items:center;gap:0.55em;padding:0.42em 0.95em; font-size:0.85em;font-weight:500;color:#1e1e2e;background:#fff; border:1.5px solid #cf7a5b;border-radius:999px;line-height:1;white-space:nowrap; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif"> <!-- SVG icon with fill="#cf7a5b" --> Built with Claude </span>
Adjust font-size to scale the badge; icon width/height should match proportionally.
Reference directly as an <img> tag. Fully self-contained — no external resources.
<img src="badge-built-with-claude.svg" alt="Built with Claude" title="This project was built with Claude, Anthropic's AI assistant." height="32" style="vertical-align:middle;" />
Use the compact badge in email footers to disclose AI assistance.
This article explores how AI is transforming the way we document software systems — from auto-generated changelogs to intelligent specification writers.
Inline disclosure in article metadata — compact badge sits naturally alongside date and reading time.