HTML Signature Generator A free tool, without the friction most others impose

Almost every email signature generator asks for your email address to "send you" the result. I built this one to do the opposite: pick a template, fill in your details, and take the HTML with you. Nothing else.

Built with React TypeScript Astro Cloudflare Claude Code

The problem with almost every
signature generator out there

Every time I've needed a decent email signature, the same thing happened: I'd land on a free generator, fill in my details, and right before letting me copy the result it would ask for my email "to send it to me." Sometimes a paid plan too, if you wanted more than one template or wanted the watermark gone.

It's a lead-capture pattern dressed up as a free tool. It works for whoever builds it, but it adds friction exactly where there shouldn't be any: something as simple as generating an HTML table with your own contact details.

The decision: zero friction,
capitalize a different way

I decided this tool wouldn't ask for anything in exchange for using it. No email, no account, no download limit, no watermark. The whole process happens in the visitor's browser: no backend storing contact data, no form in between.

That doesn't mean the tool serves no business purpose. It does, the right way: it's organic SEO (people searching for "HTML signature generator" find the tool and, with it, my brand), and the CTA at the bottom of the page connects to my actual services for anyone who wants to go further.

If your free tool's pitch is "no friction," asking for an email to use it is the first friction that breaks that promise.

Built for teams,
not just one person

Most signature generators assume there's a single person behind them. This one is built for whoever manages a whole team's image: define the company details once (branding, address, legal text, booking CTA) and then add each person, who inherits that base and only changes their own details.

On the last step, every signature for the whole team downloads at once, each in its own file, ready to hand out. That's the difference between repeating the whole process per person or doing it once for everyone.

The technical challenge:
2000s-era HTML, on purpose

The visual editor is built with React and TypeScript, but what it generates is deliberately old-fashioned: HTML tables with styles declared inline on every element, no classes, no external CSS. It's the technique websites used before Flexbox existed, and it's still the only one email clients (Gmail, Outlook, Apple Mail) render consistently.

Ten responsive templates, each with its own nested-table composition, plus a customization layer (color, typography, avatar shape, sizes) that recalculates live over that structure without breaking it in any email client.

What it has

10 responsive templates
people per team
0 data stored on a server
Free no sign-up

Launched: 2026

Why this project matters
beyond the signature itself

It's a reminder that "free" and "no friction" only work as a promise if they're kept literally. The signature itself is the least of it: what I wanted to prove is that a useful tool can capitalize through SEO and an honest CTA at the end, without needing anyone's email to do it.