One popular email signature generator requires signing in with a Google, Microsoft, or email account before you can even start designing. Others insert a small promotional watermark into the free-tier result. This one asks for neither.
Free email signature, no login required
Fill in your name, title, company, and contact details, and the signature builds itself — no account, no email address collected, nothing saved on our end.
HTML email signature for Gmail that doesn't fall apart on paste
Gmail and Outlook strip out external stylesheets and <style> blocks, which is why signatures built with CSS classes often paste in broken. Every style here is written directly on each tag as an inline style="" attribute, so formatting survives the trip into any email client.
Copy as rich text, not raw HTML you paste as literal text
The "Copy signature" button copies rich text (via the Clipboard API's text/html type), so pasting into Gmail's compose window drops in a formatted signature immediately — no separate "paste as HTML" step, and a plain "Copy HTML source" button if you need the raw markup instead.