Today I added an email form to usepinbox.com to let interested people sign up to be notified at launch.
I used a serverless Next.js function in combination with Airtable to store the emails. Just took me about 15 minutes to set everything up for free!
In the frontend I used react-hot-toast to notify the user about the current state.