An email signature generator for clubs and organizations. Feel free to fork it to create your own signature template!
- Create your own email signature with your organization's logo and design
- Use Markdown to format your signature
- Export your signature into multiple formats (HTML, source code, plain text)
>>> Test it now! <<<
- Fork this repository
- Authorize workflows in the "Actions" tab
- Setup GitHub Pages:
Settings
>Pages
> Select underSource
: "GitHub Actions" - Update the
baseUrl
property of thevite.config.ts
with your repo name - Update the signature:
- Update the signature logo by replacing the
public/logo_signature.png
image - Change the email signature's design by modifying files in
src/emailSignatureTemplate
- Update the signature logo by replacing the
- Optional: change the builder design by modifying files in
src/builderLayout
npm run dev
: Start the development servernpm run lint
: Find potential errors and fixes for the code
-
This generator is built with react and vite, with mui for the builder design.
-
For the email signature's template, we use react-email components, which allow maximum compatibility with all email clients (gmail, outlook, etc...).