A modern, feature-rich email signature generator built with HTML, CSS, and JavaScript. Create beautiful email signatures with custom colors, social links, credentials, and more.
- Real-time Preview - See your signature as you edit
- Rich Text Editing - Add bold text, links, and formatting
- Social Links - Include LinkedIn, Twitter, GitHub, and more
- Credentials & Awards - Showcase your achievements
- Custom Colors - Customize every aspect of the signature
- One-Click Copy - Copy signature to clipboard as HTML
- Gmail Compatible - Paste directly into Gmail settings
# Install dependencies
npm install
# Run dev server
npm run dev
# Open http://localhost:8787 in your browserDeploy to Cloudflare Workers:
# Login to Cloudflare (first time only)
npx wrangler login
# Deploy
npm run deployYour app will be live at https://email-signatures.<your-workers-subdomain>.workers.dev
- Fill in your name and role information
- Add social links and credentials (optional)
- Customize colors to match your brand
- Click "Copy Signature" to copy the formatted signature
- Paste into Gmail signature settings
- Copy your signature
- Open Gmail Settings
- Scroll to "Signature" section
- Click "+ Create new" and name your signature
- Paste the signature (Cmd+V or Ctrl+V)
- Save changes
- Cloudflare Workers
- Wrangler CLI
- Vanilla JavaScript
- CSS Grid & Flexbox
MIT