A minimal web app for generating unique email aliases on your own domain. Create a per-service alias in seconds, copy it, and register it with your email provider.
Inspired by SimpleLogin, but built for providers that let you create unlimited aliases on a custom domain - like Tuta, your own mail server, or any host that supports catch-all or unlimited alias creation.
The alias is generated as:
{service}.{suffix}@{domain}
The suffix depends on the selected mode:
[email protected][email protected] or [email protected]Configuration is saved to both the URL hash fragment and localStorage. On load, the hash takes priority - if empty (e.g. when opened as a PWA), localStorage is used. Either way, invalid or missing fields fall back to sensible defaults.
The hash fragment is base64-encoded and never sent to the server, so your config stays client-side.
Debounced, Previous)pnpm install
pnpm dev
pnpm build
pnpm preview
PWA install prompt only appears in
previewor production - not indev.