Professional Email Signature Generator
Create beautiful, responsive HTML email signatures in seconds. No coding required.
- 🎨 8 Professional Templates - Modern, Classic, Minimal, Sidebar, Horizontal, Corporate, Elegant, Creative
- 🌐 8 Languages - English, Italian, Spanish, French, German, Portuguese, Chinese, Japanese
- 🌝 Dark Mode - Full dark mode support with preview toggle
- 📱 Responsive Design - Works on desktop, tablet, and mobile
- 🔗 Social Links - Add LinkedIn, Twitter/X, Instagram, GitHub, and more
- 📊 UTM Tracking - Built-in marketing parameters for analytics
- 💾 Profile Saving - Save multiple signatures locally
- 🔗 Share Configuration - Share signatures via URL
- 📋 One-Click Copy - Copy HTML with formatting preserved
- 🔒 Privacy First - No data sent to servers, everything stays in your browser
- 📱 QR Code - Generate vCard QR codes
- ⚙️ Customizable - Colors, fonts, shapes, CTA buttons, banners, disclaimers
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/Katania91/koresignature.git
cd koresignature
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:3000 in your browser.
# Build optimized version
npm run build
# Preview production build
npm run previewThe build output will be in the dist folder, ready to deploy.
Deploy the dist folder to any static hosting:
- Vercel:
vercel --prod - Netlify: Drag & drop
distfolder - GitHub Pages: Use
gh-pagesbranch - Traditional hosting: Upload
distcontents via FTP
- React 19 - UI framework
- TypeScript - Type safety
- Vite 6 - Build tool
- Tailwind CSS 3 - Styling
- Lucide React - Icons
koresignature/
├── App.tsx # Main application component
├── index.tsx # Entry point
├── index.css # Global styles + Tailwind
├── types.ts # TypeScript interfaces
├── components/
│ └── FormInput.tsx # Reusable form input
├── utils/
│ ├── templates.ts # HTML signature generation
│ ├── translations.ts # i18n strings
│ └── defaults.ts # Default profile values
├── img/ # Logo assets
└── public/ # Static files
MIT License - see LICENSE file.
Made with ❤️ by Kore Agency
If you find this useful, please ⭐ the repo!

