Modern, customizable badges for AI attribution
<img src="https://attest.ink/badges/ai-glass-medium.png"
alt="Made with AI" width="120" height="32">
Perfect for emails, documents, or when CSS isn't available
<a href="https://attest.ink" class="ai-badge ai-badge-medium ai-badge-glass">
<svg class="ai-logo">...</svg>
<span>Made with AI</span>
</a>
Full customization with hover effects and animations
<!-- Basic Glass Badge -->
<a href="https://attest.ink" class="ai-badge ai-badge-medium ai-badge-glass">
<svg class="ai-logo" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"/>
<path d="M8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<circle cx="12" cy="12" r="2" fill="currentColor"/>
<path d="M12 6V8M12 16V18M18 12H16M8 12H6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>
<span>Made with AI</span>
</a>
<!-- Include CSS -->
<link rel="stylesheet" href="https://attest.ink/css/modern-design-system.css">
<link rel="stylesheet" href="https://attest.ink/css/badge-variants.css">