Live data from Hacker News

Show HN: Temp.now – A free temporary disposable email generator

temp.now

1–9 of 9 posts

Show HN: Temp.now – A free temporary disposable email generator

#1
Yesterday I registered the domain temp.now. Today, I deployed a temporary email tool using open-source code, which is convenient for registering products and services. As long as you save the login credentials, you can keep the generated addresses indefinitely.

Enjoy!

EN URL: https://temp.now/en/

Show HN: Temp.now – A free temporary disposable email generator
temp.now

Re: Show HN: Temp.now – A free temporary disposable email generator

#3
Looks clean and simple to use. One suggestion would be to widen your list of emails not allowed to be used - I've taken some to block them from being abused, but at a minimum I'd recommend blocking those listed in RFC 2142[1]

[1] https://www.rfc-editor.org/rfc/rfc2142

Re: Show HN: Temp.now – A free temporary disposable email generator

#4
Congrats for shipping! The website looks good, and it's great that it's open source.

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.

  400 Failed create address: Name too short (min 4)
After the error, the second attempt with a longer user name failed with:

  500 Failed to check cf turnstile
That's because the captcha still showed "Success" from the first attempt. So for the retry, the captcha needs to be renewed.

---

I'm curious to see if I can use this for a practical purpose, so the short domain name is perfect for remembering.

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.

Re: Show HN: Temp.now – A free temporary disposable email generator

#6

Looks clean and simple to use. One suggestion would be to widen your list of emails not allowed to be used - I've taken some to block them from being abused, but at a minimum I'd recommend blocking those listed in RFC 2142[1] [1] https://www.rfc-editor.org/rfc/rfc2142

Thank you for your advice! Will block the list.

Re: Show HN: Temp.now – A free temporary disposable email generator

#7
I think a quick blurb about what this does, either above the form or in help, would be useful. It was not clear to me at all. I expected something related to weather based on the domain name. Had to visit the HN page to grok it.

Otherwise this is a great idea, love the idea of using temp.now as a temporary email address.

Re: Show HN: Temp.now – A free temporary disposable email generator

#8
post #4

Congrats for shipping! The website looks good, and it's great that it's open source. 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. 400 Failed create address: Name too short (mi…

Got your feedback. Thank you! Will improve the experience. And yes will have to handle the abusing thing.

Re: Show HN: Temp.now – A free temporary disposable email generator

#9
post #7

I think a quick blurb about what this does, either above the form or in help, would be useful. It was not clear to me at all. I expected something related to weather based on the domain name. Had to visit the HN page to grok it. Otherwise this is a great idea, love the idea of using temp.now as a temporary email address.

Got it. Will and some introduction and FAQs.