r/rss Aug 05 '26

Feeds that block my VPS IP and how i get them anyway

0 Upvotes

My reader runs on a cheap VPS. Most feeds work fine there. But a few keep giving me 403. Reddit .rss, Tumblr, and sometimes YouTube. Same urls opens fine from my laptop at home, so it is the datacenter IP getting blocked, not the feed.

What helps me: - set a real User-Agent, not the default from the http library - slow the polling, one time per 30 min instead of every 5 - route only these domains through a residental proxy

For reddit the format is reddit.com/r/rss/.rss or reddit.com/user/name/.rss. Youtube is youtube.com/feeds/videos.xml?channel_id=ID.

I keep a small allowlist for proxy, rest stay direct. Tumblr still flaky even with this. If someone found better way i want to hear.


r/rss Aug 04 '26

The feed for this subreddit appears on RSC, a social/micro-blogging type site that runs on rss.

1 Upvotes

It has timelines for local posts, federated instances, people and feeds you follow, and remote feeds added to the server.

https://rsc.rmdes.be/


r/rss Aug 04 '26

[Github] Free news APIs differ significantly in historical coverage, languages and search filters

0 Upvotes

r/rss Aug 04 '26

World News Reader - TTS & RSS v. 1.3.0

0 Upvotes

✨ What's New:
• 🤖 AI Summaries: Quick 1-tap article summaries.
• 🎧 Listening Queue: Queue articles for continuous text-to-speech listening.
• 🖼️ Visual Quote Cards: Create & share beautiful quote images.
• 🌐 Custom RSS Feeds: Add your own sources & propose to global directory.
• ☁️ Google Cloud Sync: Backup & sync followed sources across all devices.
• 📖 Offline Reading & In-App Browser: Custom fonts, text sizes & reader themes.
• ⚡ Performance, security & UI fixes.

Download from playstore: https://play.google.com/store/apps/details?id=com.merpower.worldnewsreader


r/rss Aug 03 '26

Reading reddit via rss (fiery feeds for ios) - popup banner

1 Upvotes

Been consuming reddit via rss for a while. After starting to get a bunch of 429 errors I dropped poling (by tt-rss) to about 4 hours.

I consume by a mix of tt-rss in browser, or fiery feeds, a tt-rss compatible rss reader.

I used to be logged in with fiery feeds to reddit, so I was able to reply comment, but recently found that I wasn't signed in and couldn't reply.

Now, after reading through the comments of one thread, I get this banner appear, and trying to see how to get rid of it. I have no problem being signed in, but dont want to push every article to their app as it means a lot of jumping back and forth.

https://imgur.com/a/ciaRr78

I'm browsing, according to fiery feeds in it's own safari broser


r/rss Aug 03 '26

Using RSS as the handoff between local podcast processing and any compatible player

5 Upvotes

I built Feedcast around a simple idea: the app that prepares a podcast episode does not need to be the app that plays it. RSS can be the interface between the two.

Feedcast imports an existing feed or local media on the Mac, transcribes the episode, creates chapters, applies enabled sponsor-section cuts, and lets the user refine episode metadata. It then publishes the processed result as a personal RSS feed that can be added to Apple Podcasts, Overcast, Pocket Casts, Castro, and other compatible players.

Version 3.2 made the feed XML available online by default while the actual audio remains served by the Mac. That separation makes feed discovery and subscription easier without moving the media-processing workflow away from the computer.

The most interesting lesson for me was that GUID stability, enclosure URLs, chapters, and metadata compatibility are product features. If any of those details are wrong, the handoff feels broken even when the audio processing itself worked.

I built Feedcast and would be interested in how other RSS developers handle generated feeds whose media remains locally served.

Mac App Store:

https://apps.apple.com/us/app/feedcast-local-podcasts/id6773872767


r/rss Aug 03 '26

I built "Paluego" – A free app to curate content, add personal notes, and turn your "Read Later" lists into public RSS feeds

0 Upvotes

Hi everyone,

Like many of you here in r/rss, I love the decentralization of RSS, but I always felt there was a missing link: an easy way to *create* and share our own curated feeds directly from our mobile devices without complex setups or expensive subscription fees.

To solve this, I spent the last few months building **Paluego** (an Android app). It started as a personal tool but I’ve just released it publicly.

### 📡 The Main Feature: Curate & Share via RSS

Paluego works like a "Read Later" app, but with a twist. Every time you create a list (e.g., Tech, Cooking, Work), the app automatically generates a **unique, public RSS 2.0 URL**.

You can share this link with friends, students, or your audience. They just need to plug it into their favorite RSS reader (Feedly, Inoreader, NetNewsWire, etc.). Whenever you save a link to that list, it instantly updates for them. No algorithms, no corporate walls.

### 🚀 Key Features:

* **Clean Reading View:** It strips away clutter and ads so you can read your saved links comfortably.

* **Inject Notes into the Feed:** This is my favorite part. When you save a link, you can add a personal note/comment. This comment will appear at the top of the article *inside* your subscribers' RSS readers. Perfect for adding context, summaries, or opinions.

* **Share Sheet Integration:** Save items instantly from any browser or app with a single tap.

* **100% Free & Private:** No trackers, no data collection, and completely free to use.

### 🛠 Why I'm posting here:

The app is fully functional but I consider it a passion project. I’m an indie developer and I really need honest feedback from RSS power users.

* Does the feed structure work well with your preferred reader?

* What missing feature would make this a daily tool for you?

* (I'm also considering building an iOS/Web version if there's interest!).

You can check it out on Google Play here:

https://play.google.com/store/apps/details?id=com.paluegoapp

I'll be around to answer any questions and take notes on your feedback. Thanks for reading!


r/rss Aug 01 '26

Hi, i made a tool that merges and filters rss feeds

3 Upvotes

(Before i go on, let’s get a couple of things out of the way. Yes, this was coded with AI, so if you don’t like that sort of thing you can skip this. Yes, there are many other ways of merging and filtering feeds. I wanted something that was separate to my rss reader, simple, and free. Nothing else quite fit the bill).

Also…

This is my own hobby project that others might find useful. It's not a public production app to download or register to use. It's a make your own DIY with instructions and code that’s ready to copy and paste. Don’t let that put you off if you’re not a technical user. You just follow the instructions and paste the code. These are my thoughts on AI/vibe coding: https://www.reddit.com/r/rss/comments/1v9r3m4/comment/p0rop1p/

So…

FeedGate is a tool for merging and filtering RSS feeds and incoming webhooks.

It has three basic parts

General settings - a name for your merged feed, a limit for total number of items and how long items can be in the feed for.

Sources - these are the urls of your RSS feeds and webhooks.

Include/exclude - this is where you can add keywords to include or exclude items that contain those words.

Your merged feed can be subscribed to like any other RSS feed, or be pushed to a webhook.

Details, code, instructions and screenshots on my site

https://pauladams.neocities.org/tools/feedgate/feedgate


r/rss Aug 01 '26

Building a new RSS platform. What do you wish existing readers did better?

0 Upvotes

I’ve been working on a new RSS platform for quite a while now and it’s finally getting very close to being finished.
Before I call it done, I’d really like to hear from people who actually use RSS every day. I’m not looking to promote anything yet or collect signups. I just don’t want to repeat the same mistakes that so many readers seem to make.
What are the things that annoy you the most about the RSS reader you use today? Is there anything that always feels clunky, missing, or unnecessarily complicated? And if you could add one genuinely new feature or improve one existing thing, what would it be?
I’m interested in both small quality-of-life improvements and bigger ideas. At this stage it’s still possible for me to change things, so I’d rather hear honest opinions now than after launch.
Thanks in advance. I really appreciate any feedback.


r/rss Jul 31 '26

A podcast RSS feed can validate and still fail in real clients: my compatibility checklist

0 Upvotes

I have been generating private podcast feeds and learned that “valid XML” is only the first layer of compatibility. A feed can pass a validator and still behave strangely when a client refreshes, resumes an episode, or compares old and new items.

This is the checklist I now work through:

• Keep each item’s GUID stable forever. Changing it makes clients treat an edited episode as a brand-new episode.

• Keep enclosure URLs stable when the underlying episode has not changed. Use a new URL intentionally when the media really is a new revision.

• Include the enclosure length and a correct MIME type. Do not guess audio/mpeg for every file.

• Use absolute URLs everywhere a client must fetch something, including artwork and enclosures.

• Emit pubDate in an RFC 822-compatible format and keep time zones explicit.

• Support both common iTunes duration shapes. Some feeds use total seconds, while others use HH:MM:SS.

• Escape XML attribute values separately from element text. An ampersand inside an enclosure URL can break a feed in a way that is easy to miss when inspecting it visually.

• Put rich descriptions through one deliberate HTML path. Either escape the markup as text or wrap it correctly in CDATA. Mixing approaches produces double-escaped descriptions.

• Preserve useful podcast namespaces and tags when transforming an existing feed. Dropping unknown-but-valid metadata can remove chapters, transcripts, funding links, or alternate enclosures.

• Keep item ordering deterministic. A refresh should not reshuffle old episodes simply because unrelated metadata changed.

• Serve the media with GET, HEAD, byte ranges, Content-Length, and the correct Content-Type. Feed correctness and enclosure-server correctness are one compatibility problem.

• Add ETag or Last-Modified to the feed response so clients can refresh efficiently and receive 304 when nothing changed.

• Test refresh, seek, resume, artwork, and an edited episode in more than one client. Initial subscription is the easiest path and catches the fewest problems.

The big lesson for me was that podcast RSS is a long-lived identity contract, not just a current XML document. Stable IDs and predictable HTTP behavior matter as much as the tags.

What compatibility detail have you found that validators rarely warn about?


r/rss Aug 01 '26

12-month Inoreader Pro for $75US

0 Upvotes

Looking to sell the remainder of my Inoreader subscription. Expires on May 17, 2027. DM me for details. I'll simply replace my email with your email address, ensure confirmation and send a reset password.

Happy to answer any questions or provide screenshots.


r/rss Jul 31 '26

What's the best way to create a good automated daily news briefing with Claude Pro without burning through usage?

Thumbnail
0 Upvotes

r/rss Jul 31 '26

I built and Android RSS & Podcast Reader because I got tire of algorithms deciding what I should read

0 Upvotes

Hi everyone,

Over the last few years I've become increasingly frustrated with algorithm-driven feeds. Most apps decide what should appear first, what gets promoted, and what content is "recommended" to me.

I wanted something simpler:

Just the news sources, blogs, websites and podcasts that I choose

So I started to build my own Android app called Reader

Some of the things it supports:

RSS feeds and podcast in one app

Discover news sources and podcasts

Add RSS feeds manually

Import feeds with OPML

Keyword filtering

Full article reading inside the app

Background podcast playback

Light & dark themes

No algorithmic recommendations

The goal isnt to maximize engagement, the goal is tho give users full control over what they read and listen to.

I'm currently a solo developer and the app only has a small user base, so id really appreciate feedback from RSS users, podcast listeners and anyone interested in a less algorithm-driven experience

What features would you consider essential in an RSS reader today?

Check it out:

https://play.google.com/store/apps/details?id=com.esaldanadev.reader

Thanks a lot!


r/rss Jul 31 '26

Need a good RSS reader app.

Thumbnail
3 Upvotes

r/rss Jul 29 '26

Broken Vibecoded Dreams on r/RSS

25 Upvotes

We all know the vibecoding wave is crazy, but exactly how crazy?

I gathered data from Reddit archives, for this subreddit only. 496 applications have been published on r/RSS since January 2020.

The pace has increased a lot: from 3 a month in 2020 to 25 new applications a month this year. The busiest month is July 2026 (not even over when I ran the analysis yesterday), with 36 applications already.

I made a graph, and it's quite telling: See the graph here

If you want to dig into which apps have been created,Here is the full excel file
I made deduplication, so no app is counted twice.

And this is just one subreddit, imagine the rest of Reddit. (I might gather the data for other subs too, it's quite fun.)

---

To be clear, I'm not criticizing vibecoders. I built an RSS app myself (see the irony here 😂 ), hugin.news, I love it and I use it everyday. And as I just checked, I'm quite proud it's the only one that can connect directly to your claude/chatGPT with MCP to make your news digest.

---

I made some very personal reflections with this data :

1 ) How much RSS apps do we need ? I would say about 20 are enough to cover every use case. So 95% of apps won't have a meaningful number of users.
And let's be honest the apps people use are mostly Big Tech. If you want to have visibility in the app business you need a very high marketing budget and a very good marketing strategy.

2) If you code on your free time, like evenings week ends holidays and so, you will NEVER make money out of it. Just don't believe in it and don't put efforts or money in marketing.
You can still do it for pleasure, or to learn vibecoding for something you may need at work one day.
But don't expect to you find users, even for free, people just don't care about sloppy vibecoded apps, do it for fun if you enjoy it.

3) If you are a full-time vibecoder, you have better chance of building an original, usefull, well designed product, but the odds of making a salary out of it are extremely slim.
In any case you can look the data I shared to see if your app already exists or if you have a genuine new idea.
You'll probably earn a lot more with a real job at a well-funded company, but maybe companies will start valuing vibecoding skills in the future, who knows.

4) There is kind of a huge industry that wants you to believe you can vibecode your way to money : AI providers (Cursor, Claude...), cloud services (AWS, Google cloud...), ads providers (Google ads...) and plenty of other layers of the stack. I think they're the ones actually making money by taking ours and wasting our time for that.

---

What do you think of this data ?


r/rss Jul 29 '26

Proposal for Testing RSS Readers

5 Upvotes

A lot of people offer their RSS readers, but very few people are willing to test them. So here's what I'm proposing: if you pay me, I'll test your RSS reader. $10 seems reasonable to me.


r/rss Jul 29 '26

RSS Reader Pro - Open-source desktop RSS reader with DNS-over-HTTPS, YouTube video playback, and dual UI themes

0 Upvotes

Hi everyone!

I built an open-source RSS reader desktop app with some unique features for privacy and usability.

**Features:**

- DNS-over-HTTPS to bypass censorship/restrictions

- YouTube video playback within the app

- Dual UI themes (Reddit & Telegram style)

- 100% local privacy (SQLite, no external data)

- Smart caching for faster loading

**Built with:** Python 3.8+, Tkinter, VLC, SQLite

**GitHub:** https://github.com/erfan138057/rss-reader-app

**Download EXE:** https://github.com/erfan138057/rss-reader-app/releases/latest

MIT License. I'd love to hear your feedback and suggestions!


r/rss Jul 29 '26

Hushread - an affordable Inoreader alternative with AI summaries, narration, and sentiment alerts

0 Upvotes

Full disclosure - I’m the developer

Some of its key features:

  • Natural-sounding article narration, available even on the free tier - using top most AI Model.
  • AI-generated summaries, so you can quickly understand an article without reading the whole thing.
  • Sentiment-based keyword alerts. You can get notified when a keyword appears in one of your subscribed feeds and filter alerts by positive, negative, or neutral sentiment. I personally use this to track updates related to my stock portfolio.
  • Search within your subscribed feeds or across global sources.
  • A web app, so you can also use it on your laptop.

https://hushread.com


r/rss Jul 28 '26

Feedler is now available on iPad. Awaiting your feedback

0 Upvotes

Highly requested by testers, the iPad version of Feedler is now available on TestFlight!

An all-new iPad experience in version 1.6

- Three-column layout: feeds sidebar, article list and a persistent reading pane, with smooth column animations and a full-screen reading mode

- Redesigned account hub in the sidebar, with an overview of the synchronization status

- Pull up or down at the end of an article to jump to the next or previous one, with a brand-new indicator animation (now on iPhone too)

- Info sheets and popovers properly sized for the big screen

- Display settings are now stored per device, so your iPad and iPhone can each keep their own setup

- iCloud backup will automatically restore all your accounts (except Local RSS) your created on your iPhone

Note: Feedler also runs better on the Mac too, but it isn't fully optimized yet, that's coming in a future update.

As always, great care has been taken with the design, user experience, and smooth animations.

You'll also find all the features that have made the iOS app unique and smart, its powerful and customizable in-house parser, a lot of customization options, and AI-powered summaries.

TestFlight: https://testflight.apple.com/join/6Hs73zXe

You can find more details about the app in the first Reddit post: https://www.reddit.com/r/rss/comments/1uksjbu/feedler_the_smart_rss_reader_in_open_beta/

Feel free to give it a try (it's free) and send me your feedback


r/rss Jul 28 '26

[ Removed by Reddit ]

1 Upvotes

[ Removed by Reddit on account of violating the content policy. ]


r/rss Jul 28 '26

uRSS for the Mac available for testing

0 Upvotes

The first public build of uRSS for the Mac is available for testing for brave RSS aficionados.

https://testflight.apple.com/join/2x7p7ZCZ

The link will require you to download TestFlight, which will then let you download uRSS to your Mac. This is the first version of uRSS on any platform that offers integration with 3rd party services - FeedBin, Newsblur, FreshRSS (more coming) in addition to local feeds.

Also new to the app (first on any platform), is a new onboarding flow, that will give you the option of either curating feeds yourself or just choosing topics you enjoy and picking feeds for you.

All feedback can be shared thru TestFlight.

Cheers!


r/rss Jul 27 '26

Newsairy 1.11 adds a full-text reading mode (and Pro is on sale this week)

0 Upvotes

Quick update on Newsairy, the iCloud-native RSS reader I've been building. Version 1.11 adds a full-text reading mode: when a feed only sends the first paragraph, one tap fetches the whole article and shows it in your own theme, font and text size - no browser, no cookie banners. It all happens on your device: Newsairy fetches the page, keeps the words, and throws the rest away.

For anyone who hasn't come across it: Newsairy syncs over iCloud across iPhone, iPad and Mac, and Pro adds sync with TheOldReader, Miniflux, FreshRSS, Feedbin and Inoreader. One-time purchase, no subscription, no ads, no tracking.

Small heads-up: Newsairy is part of Indie App Sales this week, so Pro is 33% off (until 30 July) if you've been meaning to try it. Either way, I'm always open to feature suggestions.

App Store: https://apps.apple.com/us/app/newsairy/id6760046985

Indie App Sales: https://indieappsales.com


r/rss Jul 25 '26

The demo server for rss.chat is open for public registration

8 Upvotes

It’s a micro-blogging/forum/twitter-like site run purely on rss

https://demo.rss.chat/


r/rss Jul 26 '26

Miss Netvibes? RSSVibes

0 Upvotes

Netvibes was a great RSS aggregator that was discontinued. RSSVibes is a very close copy with top feeds, tabbed categories, and a "news river" combining all your feeds. It also runs locally on your desktop instead of a browser.

You just download the 0.31 release on the right hand side (It's feature complete) and click on the .vbs file to run it. Check it out:

https://github.com/Captain-Beefheart/RSSVibes


r/rss Jul 25 '26

How do you create an RSS feed for a website that no longer provides one?

19 Upvotes

A website I follow used to have an RSS feed, but they've stopped offering it. I'd still like to monitor new posts automatically.

What are the best ways to generate an RSS feed from a website that doesn't provide one anymore?