A HubSpot signature generator alternative that remembers your signature
Let’s start with credit where it’s due: HubSpot’s email signature generator is genuinely free. As of June 2026 you don’t need a HubSpot account to use it — you can build a signature and copy the HTML without signing up for anything. For a free marketing tool from a CRM company, that’s better behavior than most.
The catch isn’t the price. It’s that the tool is built as a brochure, not a workshop: six templates, a promo link checkbox, no memory of what you made, and export that only goes as far as your clipboard.
What HubSpot’s generator actually gives you
The flow is a five-step wizard — contact details, images, template choice, styling, generate. As of June 2026, HubSpot’s own page describes the tool as offering 6 templates. When you click “Create Signature,” you get two outputs: copy the formatted signature, or copy the raw HTML source.
Two things to know before you click that button:
- The “Created with HubSpot” checkbox. Third-party walkthroughs of the tool describe it as checked by default, and leaving it on appends a promo link to your signature — effectively an ad in every email you send. You can untick it before generating, but only if you notice it.
- Nothing is saved. There are no accounts and no drafts. Close the tab and your signature design is gone. The generator is built for exactly one pass.
The one-session problem
A signature is not a one-time artifact. Titles change, phone numbers change, companies rebrand. With HubSpot’s generator, every one of those changes means starting the wizard from step one: re-typing your details, re-uploading your photo, re-picking your colors, and hoping you remember which template and hex codes you used last time.
OnceSig stores your signature in your browser’s localStorage — never on a server, never tied to an account. Reopen the editor, change the one field that changed, re-export. The Personal license covers one saved signature; Pro covers up to ten, which matters if you run separate signatures for work, side projects, or multiple brands.
Export depth: clipboard vs. .htm
HubSpot’s export is copy-to-clipboard, in two flavors. That’s fine for Gmail and for Outlook’s web settings page, where you paste rich text into a box.
It’s not fine for classic desktop Outlook, which reads signatures as .htm files from the %APPDATA%\Microsoft\Signatures folder. OnceSig exports both ways: copy as rich text for the paste-into-settings clients, or download a .htm file for classic Outlook — the classic Outlook guide walks through the folder install step by step.
There’s also the question of what’s in the HTML. Outlook still renders email with Microsoft Word’s engine, which mangles generic HTML in well-documented ways — double-spaced lines from <p> tags, ignored line-heights, blurry logos on high-DPI screens. Every OnceSig template is engineered against that specific renderer:
- Table-based layout, inline styles only
- No
<p>tags (the usual cause of Outlook’s double-spacing bug) mso-line-height-rule: exactlyon every line-height- Explicit width/height attributes and CSS dimensions on images, so they stay sharp on high-DPI displays
- Dark-mode-safe colors, and output under Gmail’s 10,000-character signature limit
Side by side
| HubSpot generator | OnceSig | |
|---|---|---|
| Price | Free | $9 once (launch price; regular $15) |
| Templates | 6 (as of June 2026) | 8 |
| Saved signatures | None — one session | 1 (Personal) / up to 10 (Pro) |
| Branding | Promo link via pre-checked box; untick to remove | ”Made with OnceSig” credit on free tier; license key removes it |
| Export | Copy rich text or HTML source | Copy rich text + .htm download |
| Account required | No (as of June 2026) | No, ever |
| Where your data lives | Not stored | Your browser’s localStorage |
When HubSpot’s generator is the better choice
Honestly: if you need one basic signature, today, for free, and you’ll paste it into Gmail and never touch it again — use HubSpot’s tool. Untick the branding box, copy the result, done. Paying $9 to avoid a tool that costs $0 only makes sense if the $0 tool’s limits will actually bite you.
It’s also the natural pick if your company already lives in HubSpot’s CRM, where signatures slot into a workflow you’re paying for anyway.
The case for paying $9 for what HubSpot gives away
You’re not paying for the HTML — you’re paying for the tool to still be your tool next month. The full OnceSig editor is free to try without entering an email address; free exports carry a small “Made with OnceSig” credit line, and a one-time $9 license key (launch price) unlocks clean export forever. No subscription, no renewal, a 14-day money-back guarantee, and checkout handled by Polar as merchant of record. Details on the pricing page.
If the HubSpot generator’s six templates and one-session design were ever going to be enough for you, you’d probably know by now. If you’ve already rebuilt your signature there twice, you have your answer.
Build yours in three minutes
Try every template free — pay once only if you love the result.
Open the OnceSig editorFrequently asked questions
Is HubSpot's email signature generator really free?
Yes. As of June 2026 it is free and does not require a HubSpot account. The trade-offs are a small template set, a Created with HubSpot promo checkbox that third-party guides report is pre-checked, no saved signatures, and clipboard-only export.
Does OnceSig require an account or email address?
No. The full editor works without signing up for anything, and your signature data is stored only in your browser's localStorage. A one-time license key — $9 Personal or $19 Pro at launch pricing — unlocks export without the Made with OnceSig credit line.
Can I come back and edit my signature later?
With HubSpot's generator, no — nothing is saved, so a new phone number means re-entering everything. OnceSig keeps your signature in your browser, so you reopen the editor and change one field whenever you need to.
Does OnceSig work with classic Outlook?
Yes. You can download a .htm file for classic Outlook's Signatures folder, and every template uses table-based layout, inline styles, no paragraph tags, and fixed line-height rules built for Outlook's Word-based rendering engine.