Congrats for shipping! The website looks good, and it's great that it's open source.<p>From my first attempt, the UX flow could be improved: after verifying captcha and clicking "Create new email", there was an error about the minimum number of characters (4) for the user name. This information could be included in the page description, instead of only in the error message.<p><pre><code> 400 Failed create address: Name too short (min 4)
</code></pre>
After the error, the second attempt with a longer user name failed with:<p><pre><code> 500 Failed to check cf turnstile
</code></pre>
That's because the captcha still showed "Success" from the first attempt. So for the retry, the captcha needs to be renewed.<p>---<p>I'm curious to see if I can use this for a practical purpose, so the short domain name is perfect for remembering.<p>If it gets popular I imagine you'll be fighting with various attempts at abusing the service. You'll likely want rate limiting, deny lists, etc.