Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Join
3
Likes
13
Comments
Dumb question for a SAAS MVP as a non programmer..
by
Sateesh
What's the simplest way to configure/a plug & play system to:
Send activation email to the user after sign up.
Password reset emails
Thanks
Sounds like you already got the authentication piece sorted out. If that's the case I'd agree with @Johnkueh and use Sendgrid.
But I'd highly recommend looking at Auth0 to handle all of your authentication. They have a really solid product, and you get a lot on their free plan.
Thanks Shane
Firebase
Hey there. At https://www.bankpayments.net we use auth0.com for our signup flow and authentication. Its really good for the use cases you described.
Thanks Smythe
Disclaimer: I have used neither of these services but if I were to I would look at using Firebase Authentication or Netlify Identity. Live demo of Netlify's offering here: https://github.com/netlify/netlify-identity-widget#netlify-identity-widget
Thanks Dadamssg
Sendgrid/SES + Nodemailer + email-templates
Thanks John
Funnily enough I wrote a post about my experiences with this yesterday.
It depends what you want your app to do, but the best platform I've tried is Bubble. Super quick to get up and running and good value.
Little post here about how I did my first one and the basics: https://prodcel.com/blog/building-an-advanced-web-app-with-no-code/
Thanks James
It all depends on what you actually use for your SaaS MVP.
we are using Javascript, nodeJS, prisma, reactJS, nextJS, apollo graphql etc