Hacker News new | ask | show | jobs
Show HN: Clean, open-source alternative to expensive email signature tools (github.com)
1 points by antonreshetov 281 days ago
I originally built app in 2019 as a small side project for generating email signatures. Over time, I didn’t have much bandwidth to maintain it, and the project stayed idle for a few years.

This month I finally found the time to give it a full rewrite. Version 2 is out:

- Rewritten from scratch with Vue 3 + Vite - Styling with Tailwind + shadcn - Uses Bun as the runtime tooling (fast installs and builds) - New UI/UX, including dark mode - Accessibility improvements (keyboard navigation, ARIA, better defaults) - Cleaner architecture and contributor-friendly setup

The old version had a lot of technical debt. Starting fresh makes it easier to maintain, extend, and keep alive as an OSS project.

Repo: https://github.com/antonreshetov/mysigmail

Would love feedback, especially from folks interested in Vue, Bun, or email-related tooling.