A web application built with SvelteKit that helps users create professional email signatures with ease.
- Multi-language support (English, French, Dutch)
- Customizable signature templates
- Real-time preview
- Social media integration
- Responsive design
- Easy copy-paste functionality
- SvelteKit 2.16.0
- TypeScript 5.0.0
- Paraglide.js 2.0.13 for i18n
- Vite 6.2.5
- Testing Suite (Vitest 3.0.0 + Playwright 1.49.1)
- Deployment: Vercel adapter (Node.js adapter also available)
# Clone the repository
git clone https://github.com/john-does-it/email-signature-generator.git
# Navigate to project directory
cd email-signature-generator/my-app
# Install dependencies
npm install
# Start development server
npm run dev
# Open in browser (optional)
npm run dev -- --openThe project uses @sveltejs/adapter-vercel by default for Vercel deployment. If you want to deploy elsewhere, you can switch to another adapter:
# For Node.js environments (already included in devDependencies)
npm i -D @sveltejs/adapter-node
# Update svelte.config.js to use the new adapterThis project is open source and available under the MIT License.
If you use this project as a base for your work, please include the following attribution:
This project is [fork/inspired by] the Email Signature Generator:
- Website: https://https://johndoesit-email-signature.vercel.app
- GitHub: https://github.com/john-does-it/email-signature-generatorFeel free to submit a Pull Request
For questions or support, please open an issue on GitHub.