Peer-to-Peer TOTP Authenticator Sync Across Your Own Devices (No Vendor Cloud)
The recurring privacy-vs-convenience trap in 2FA apps: Aegis is offline-only and recovery is painful, Ente Auth is E2EE but still syncs through Ente's servers, Authy is widely distrusted post-Twilio, and Bitwarden Auth gates sync behind a paid plan. Multiple users want a TOTP app that syncs only between *their* devices — over LAN, Tailscale, or BLE — without trusting any third-party cloud.
The marketing line writes itself: 'Your seeds never leave your network.' Use the pairing flow Signal/Wire popularized — QR-code device pairing over LAN. Skip the 'social' features (sharing codes) — that's a different product and adds threat surface.
landscape (4 existing solutions)
There's a clean unfilled slot: TOTP app that syncs E2EE between your own devices via mDNS/LAN or Tailscale-style overlay, with optional encrypted-blob upload to your own WebDAV/S3. The Syncthing workaround proves the demand and validates the technical pattern.