Once we go for an email provider here, Resend will definitely be the first option.
Launch HN: Resend (YC W23) – Email API for developers using React
11–20 of 277 posts
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#12I think if you’re targeting developers, SES is your biggest competitor. Their very cheap pay as you go pricing is more attractive than your monthly pricing. If email templates with react is your usp, I think I’ve seen libraries that offer that already.
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#13Re: Launch HN: Resend (YC W23) – Email API for developers using React
#14Your competitors have been acquired but you are funded by YC… so there is a high chance this will happen to you as well. There isn’t much innovation happening since email is stable. I don’t want to design my emails in React, but I am probably not the target group since I am still running my own mail servers. Edit: What I meant by "email is stable" is basically the way email is being sent and not email itself and the…
As far as being YC funded, well, that’s the purpose of HN isn’t it? I’m not personally convinced that you can’t maintain a good product after you getting acquired. I haven’t used these services enough to say, but maybe they fit into the market of their time, and has then failed to innovate or keep “great” in the decades that followed? If you ask our IT operations they will tell you that SendGrid is great.
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#15Your competitors have been acquired but you are funded by YC… so there is a high chance this will happen to you as well. There isn’t much innovation happening since email is stable. I don’t want to design my emails in React, but I am probably not the target group since I am still running my own mail servers. Edit: What I meant by "email is stable" is basically the way email is being sent and not email itself and the…
Having worked with a few of them, currently with SendGrid I think the market is ripe for disruption. It’s a terrible, terrible, experience to work with these systems when you need e-mail visibility to play into a larger setup. We’re doing simple stuff, like giving our sales personal an information stream to track that links into their HubSpot and a few other systems, and it’s frankly so bad that one of our developers…
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#16Instead of hand-crafting an HTML template with
etc I'm supposed to use your custom React components ( ...) which you will promptly compile down to the tags I mentioned above. So...what value am I getting out of React at all?
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#17Re: Launch HN: Resend (YC W23) – Email API for developers using React
#18Really nice to see all the examples too.
Pretty wild that in comparison, "Twilio Sendgrid" doesn't even have a single code snippet on their homepage, and once a Rubyist clicks "Least more" and scrolls they're greeted with this: `sg.client.mail._('send').post(request_body: mail.to_json)`
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#19How does the react email templating work in non javascript backends? For example Rails?
Re: Launch HN: Resend (YC W23) – Email API for developers using React
#20Thanks!