Generate professional HTML email signatures from templates and config data. Consistent branding across your whole team — batch mode included.
Browse the actual product documentation and code examples included in this toolkit.
Key features of Signature Generator
• 4 built-in templates — Professional, Minimal, Bold, and Startup styles • Table-based HTML — Compatible with every email client (yes, even Outlook) • Social links — Twitter, LinkedIn, GitHub, website, and custom URLs • Batch mode — Generate signatures for your entire team from a JSON config • Custom branding — Brand colors, taglines, pronouns, and logo URLs • XSS-safe — All user input is HTML-escaped before rendering
4 built-in templates — Professional, Minimal, Bold, and Startup styles
Table-based HTML — Compatible with every email client (yes, even Outlook)
Social links — Twitter, LinkedIn, GitHub, website, and custom URLs
Batch mode — Generate signatures for your entire team from a JSON config
Custom branding — Brand colors, taglines, pronouns, and logo URLs
XSS-safe — All user input is HTML-escaped before rendering
Configure Signature Generator parameters to see how the product works.
# Generate a signature using the default template python src/signature_generator.py --config examples/signature_config.json # Use a specific template python src/signature_generator.py --config examples/signature_config.json --template minimal # Save to file python src/signature_generator.py --conf