July 7th, 2024

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

The GitHub repository hosts "rss2newsletter," a project for automated email newsletters from RSS/Atom feeds. Features include image extraction, listmonk integration, and easy setup. Licensed under AGPL by Elliot Killick.

Read original articleLink Icon
Show HN: I made an open source Mailchimp RSS-to-Email alternative

The GitHub repository hosts "rss2newsletter," a project designed to transform any RSS/Atom feed into an automated email newsletter with minimal configuration. It serves as a cost-effective alternative to Mailchimp's RSS-to-Email feature. Key features include image extraction from OpenGraph metadata, integration with listmonk for email distribution (compatible with Amazon SES), and its lightweight nature. Users can deploy listmonk, install rss2newsletter, configure settings, design templates, and initiate email campaigns. The project is licensed under AGPL, attributed to Elliot Killick. For those interested in automating email newsletters through RSS feeds, detailed setup instructions are available in the repository for implementing rss2newsletter.

Related

Show HN: Online OPML editor to manage subscription lists

Show HN: Online OPML editor to manage subscription lists

The OPML Editor on GitHub manages RSS and Atom feeds. Users can add, merge OPML files, and remove duplicates using Svelte and CodeMirror technologies. Licensed under AGPL-3.0. Access at opml.imadij.com.

From RSS to My Kindle

From RSS to My Kindle

The author discusses integrating Kindle functionality into their feed reader app, feedi, using Python. They detail extracting article content, packaging it into EPUB files, and sending to Kindle via email. Future plans involve enhancing JavaScript website compatibility.

Show HN: R2R V2 – A open source RAG engine with prod features

Show HN: R2R V2 – A open source RAG engine with prod features

The R2R GitHub repository offers an open-source RAG answer engine for scalable systems, featuring multimodal support, hybrid search, and a RESTful API. It includes installation guides, a dashboard, and community support. Developers benefit from configurable functionalities and resources for integration. Full documentation is available on the repository for exploration and contribution.

Combine multiple RSS feeds into a single feed, as a service

Combine multiple RSS feeds into a single feed, as a service

The GitHub URL provides details on "RSS Combine," a tool merging multiple RSS feeds. It guides users on local setup, configuration via YAML or environment variables, and generating a static RSS file in S3. Simplifies feed consolidation.

Show HN: I made an open-source minimal blogging platform

Show HN: I made an open-source minimal blogging platform

Nucelo is an open-source minimal blogging platform in public beta, offering a simple alternative to paywalled platforms. Features include a Notion-like editor, analytics, email list building, and customization options. Pro plan at $4/month.

Link Icon 8 comments
By @Beijinger - 3 months
I prefer it the other way around: https://kill-the-newsletter.com/
By @santa_boy - 3 months
Perhaps a bit OT, but will really appreciate inputs on this.

There have been an influx of such tools, and understandably so, related to email lists. Based on various comments, I feel that the biggest item driving success around email is around email deliverability.

What are the the skills and secret sauce of companies that claim to do very reliable email deliverability, and I'm failing to understand why isn't it as simple as doing the right configurations and setting it up using Amazon SES.

Any email gurus to please throw actionable light on this?

By @browningstreet - 3 months
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.
By @hardwaresofton - 3 months
Listmonk is a seriously awesome piece of software!

Have used it to run multiple newsletters, over various version upgrades (almost all stress free), and even written some custom integrations with the API.

https://listmonk.app

By @shortformblog - 3 months
This is cool—happy to see more stuff like this. I like the idea of creating a private RSS feed with a CMS and having it ship out to a service like this automagically.
By @CPLX - 3 months
This is great and very happy to see it. Mailchimp is annoyingly expensive for what it is.

With that said the sending of the emails is the easy part. Deliverability is hard.

Sending via SES is pretty likely to go straight to spam folders or worse. Granted if it’s 100% opt-in and you have the kind of audience that will hunt for the email and mark it as valid you’ll probably improve and be ok long term but it’s something to think about.

By @qudat - 3 months
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

By @pacifika - 3 months
Just what I was looking for. Thanks!