Free Tool

Email Signatures That
Actually Look Good

Fill in your details, pick a template, copy the HTML. Works with Gmail, Outlook, Apple Mail, and any client that accepts HTML.

Template
━━━━━━━
Classic
▌━━━━━━
Modern
·····
Minimal
█ ━━━━━
Bold
── · ──
Compact
┌─────┐
Card
Your Info
Social Links
Style
Show company divider
Show "Book a call" CTA

Preview


      

How to Install in Your Email Client

Signature Analytics & Team Kits

Track signature opens, link clicks, and book-a-call conversions. Generate unified signature kits for your whole team with one brand standard. Join the list.

✓ You're on the list. First to know.

No spam. Just the tool when it's ready.

${currentSigHtml} `], {type:'text/html'}); const a = document.createElement('a'); a.href=URL.createObjectURL(blob); a.download='email-signature.html'; a.click(); gtag('event','signature_download',{template:currentTemplate}); } async function joinWaitlist() { const email = document.getElementById('waitlistEmail').value.trim(); if (!email||!email.includes('@')) { alert('Please enter a valid email.'); return; } try { await fetch('https://abuz8ai.com/api/waitlist', {method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({email,tool:'ai-email-signature',ts:Date.now()})}); } catch(e){} document.querySelector('.waitlist-form').style.display='none'; document.getElementById('waitlistSuccess').style.display='block'; gtag('event','waitlist_signup',{tool:'ai-email-signature'}); } // Init showGuide('gmail', document.querySelector('.install-tab')); renderSig();