Next.js Discord

Discord Forum

Does anyone knows a good email managing library that can seemlessly integrate with NEXT.Js

Unanswered
visy_ani posted this in #help-forum
Open in Discord
I need it for a startup waitlist page

4 Replies

Resend with react-email

https://resend.com/nextjs
@visy_ani I need it for a startup waitlist page
when you just want to save the email, just use a database of your choice.

Then it the following customer journey:

User lands on your page -> Enters Email -> Email will be saved to DB -> User sees "thanks" page
Thanks for your suggestion