Live data from Hacker News

Show HN: I made an open source Mailchimp RSS-to-Email alternative

github.com

1–10 of 38 posts

Show HN: I made an open source Mailchimp RSS-to-Email alternative

#1
Hi all! Excited to share rss2newsletter after completing dev work for the initial release.

The idea for this project came out of necessity, as I wanted to share my articles via email newsletter. I was looking for a super minimal, lightweight, and open source solution, and when none existed, I decided to create one.

For any sizable number of email recipients, a popular platform like Mailchimp will easily cost you hundreds or even thousands per month in per-contact fees. rss2newsletter, on the other hand, allows you to use Amazon SES, so you can reach your audience at pennies on the dollar.

Beyond these factors, I also wanted something that could run on an internet-connected potato it's so easy on your system and fully automated so you can set it and forget it.

So, I created (and put under a free software license):

https://github.com/ElliotKillick/rss2newsletter

rss2newsletter (integrating with Listmonk and Amazon SES for ultra-low-cost emails) is a drop-in solution that requires almost no setup besides connecting with SES and styling your emails. It's also competitive at what it does with proprietary self-hosted solutions like Sendy, which requires your system/VPS to have some rather beefy specs to run well.

Let me know if there are any other features you would like to see. I hope you can find my project helpful to you!

Show HN: I made an open source Mailchimp RSS-to-Email alternative
github.com

Re: Show HN: I made an open source Mailchimp RSS-to-Email alternative

#3

I was surprised, coming back to newsletters, how many newsletter platforms don't support RSS-to-newsletter. I've hacked a work-around that I'm not happy with, but I look forward to digging into this.

A lot of devs and PMs under age 30 have never heard of RSS, or if they have it's not something they ever used, and not top-of-mind when it comes to features.

Re: Show HN: I made an open source Mailchimp RSS-to-Email alternative

#6
post #4

Just what I was looking for. Thanks!

My pleasure!

I built a simple self hosting micro blogging platform which can also ingests rss feeds and turn them into posts (lamb — it’s in alpha) so that could produce a master feed and hook nicely into this.

Re: Show HN: I made an open source Mailchimp RSS-to-Email alternative

#7
post #6

Earlier quoted context omitted.

My pleasure!

I built a simple self hosting micro blogging platform which can also ingests rss feeds and turn them into posts (lamb — it’s in alpha) so that could produce a master feed and hook nicely into this.

For sure, converting feeds into emails in that direction is something I've seen as a sticking point for a lot of projects. I'm glad I could fill that gap for you.

Re: Show HN: I made an open source Mailchimp RSS-to-Email alternative

#8

I was surprised, coming back to newsletters, how many newsletter platforms don't support RSS-to-newsletter. I've hacked a work-around that I'm not happy with, but I look forward to digging into this.

A lot of devs and PMs under age 30 have never heard of RSS, or if they have it's not something they ever used, and not top-of-mind when it comes to features.

Maybe, but another thought I had while scanning newsletter services is that they haven't really evolved or changed in many years. Substack would suggest email isn't quite dead, but email feels at-risk. That said, I support both newsletters and Substack but I do a lot of manual copy-and-pasting. I also had to hand-code my own Wordpress newsletter content script to generate something that could then be cross-deployed to newsletters.

None of it feels like an ecosystem.. it feels like feature sets that atrophied about 10 years ago, and lack any ongoing creativity or innovation or product development.

Re: Show HN: I made an open source Mailchimp RSS-to-Email alternative

#10
post #9

Very cool! We built something similar but is not self hosted: https://pico.sh/feeds How do you handle Reddit feeds? We found those to be tricky to get right because it seems like Reddit doesn’t want you to use rss

Oh, nice! I recall Reddit did support RSS at one point, I didn't realize they limited it. rss2newsletter is only ~300 lines of code right now and I'd prefer to keep it more on the minimal side of things. But, that's definitely a cool feature to have.
Post reply on HN