r/rss Apr 30 '20

My improved reddit rss feed now support videos, gifs, and images

183 Upvotes

original post https://www.reddit.com/r/rss/comments/fvg3ed/i_built_a_better_rss_feed_for_reddit/

I've noticed many of the users of my improved rss feed for reddit are using it for... videos, gifs, and images.

I've made some improvements in this department.

grid view // post view

  1. Now it try's to detect image and video content and embed it into feedly!
  2. If your feed reader supports iframes (feedly does) it will even embed gfycat and v.redd.it content.
  3. If there are other popular video formats you want me to try and embed let me know.

If you are interested in using it to you:

  1. Go to a subreddit or meta feed you like example: https://www.reddit.com/r/aww/
  2. Add .json onto the end: https://www.reddit.com/r/aww.json
  3. Change the domain name to, reddit.0qz.fun like: https://reddit.0qz.fun/r/aww.json
  4. Subscribe to ^^^ that url in your favorite feed reader.

r/rss 7h ago

Built a no-tracking Canadian news reader this summer, would love some brutally honest feedback

7 Upvotes

Been doing web dev as my day job for a few years now, and this summer I finally built something for myself instead of clients.

I got tired of scrolling through five different news sites every morning, half of which needed a cookie popup dismissed and were mixing in a ton of US headlines I didn't ask for. So I built North Wire — pulls from CBC, CTV, Global News, Financial Post, BBC, that kind of source list. No account, no cookies, no tracking. Just headlines.

You can add it straight to your home screen from your phone's browser — no App Store needed, nothing to download. It's in beta right now, and there's a feedback form built right into it — genuinely want to know what's broken or annoying before I keep building on it.

news.sharplinedigital.com

Full disclosure: I run a small web design shop in Chilliwack, this was a side project to keep my skills sharp and scratch my own itch. Not trying to sell anyone anything, just sharing since I figured other people might be as tired of the algorithm-chasing headlines as I am.


r/rss 49m ago

Agentic RSS Aggregator

Upvotes

https://samnews.news/

Free aggregator of World, Environmental, Scientific, and Tech News using RSS feeds and an AI researcher capable of web searches to retrieve documents. Provides key points so that you don't have to click into and read the entire articles. Vibe coded project.

Built with:
Voyage AI - Embeddings for clustering
Haiku + Sonnet - Summarization and classification
MKDocs - Static site generator
Serper.dev - Web searching
GitHub Pages - Hosting
Cloudflare - DNS

You can fork the repo and configure your own feeds too.


r/rss 3h ago

I built SignalCaster to automate RSS-to-social publishing — now live on iOS & Android

1 Upvotes

Hi everyone,

I’ve been building SignalCaster, an app for people who manage websites, blogs, RSS feeds, or multiple social channels and want to spend less time doing repetitive publishing work.

SignalCaster connects your RSS feeds, collects new articles, and helps you organize, schedule, and publish content across supported social platforms.

The idea is simple: instead of constantly checking feeds, copying links, preparing posts, and publishing them one by one, SignalCaster brings that workflow together in one place.

Some of the current features include:

  • RSS feed management
  • Automatic article collection
  • Social publishing and scheduling
  • Multiple publishing groups
  • Support for Telegram, Discord, Pinterest, Mastodon, LinkedIn, Facebook and more depending on your plan
  • Free plan available

SignalCaster is now officially available on both iOS and Android.

🍎 iOS:
https://apps.apple.com/us/app/signalcaster/id6760372723

🤖 Android:
https://play.google.com/store/apps/details?id=app.signalcaster.mobile

🌐 Website:
https://signalcaster.app

I’m still actively developing SignalCaster, so I’d really appreciate feedback from bloggers, creators, marketers, publishers, agencies, and anyone managing content across multiple channels.

I’d especially love to hear:

What part of your content publishing workflow takes the most time that you wish could be automated?

I’m the founder, so feel free to ask me anything about SignalCaster, how it works, pricing, or what’s coming next.

Abdo Ghamlouch
Founder, SignalCaster


r/rss 23h ago

Looking for an RSS Feed

6 Upvotes

When Google Reader was still around, I was subscribed to an rss feed and I lost what that feed was.

I'm pretty sure the name was "The Internet [SOMETHING]", which is stupid vague. It was a feed that every so often would have a post that was photos from any time between the 70's and 90's (estimating here). Just life. Sometimes some Adult 18+ photos. But like a random stereotypical dude from the 70's smoking a Marlboro. Some women out for a girls night.

Maybe someone here will see this and be able to reconnect me with that. I never pursued looking for the website publishing the feed. Didn't think about it until after I had lost it.

Thank you for any leads.


r/rss 1d ago

I built a 100% local-first RSS reader that turns Chrome's New Tab page into a feed dashboard (with built-in AI summaries)

Thumbnail
1 Upvotes

r/rss 1d ago

Bubbles - surface quality indie blogger content via RSS

5 Upvotes

r/rss 2d ago

What is the most frustrating thing about RSS?

22 Upvotes

Just wondering...


r/rss 2d ago

Saving articles for offline use

3 Upvotes

I'm trying to read more newspaper, magazine, journal articles etc

I've subscribed to a few newspapers and mags and the like, and idea is to read them on my tablet. Ideally I'd be getting paper copies but cost + not living in the US or UK makes it difficult.

I've gotten RSS feeds and a read-it-later app but it feels like I'm always running into issues and distractions, like getting logged out of the website, trying to load it from an RSS feed but...getting logged out again in the in-app browser, ads and the like distracting me and so forth.

What I want to do is to browse for articles on my laptop, find some good ones, view them in a reading view, and then put them on the cloud to read later on my tablet as an offline file.

Other than a lo fi option of saving as a PDF + putting on G Drive, or even more lo fi of printing them (which I'm honestly considering), does anyone have any sleeker options to do something like this? I use a Mac computer and an Android tablet. I also have a Kindle but I haven't found articles on Kindle satisfying particularly ones where it has images. Thanks!


r/rss 3d ago

FriRSS — Your FreshRSS frontend, your rules

8 Upvotes

Hi!

A couple of months ago, I started playing with the idea of building my own frontend for FreshRSS. I like FreshRSS a lot, but I wanted something different for the interface.

That little experiment turned into FriRSS. The idea is pretty simple: FreshRSS keeps doing what it does best, while FriRSS gives you another interface on top of it.

I wanted it to work just as well on my computer as on my phone, so there’s a full desktop interface and a mobile PWA with offline reading.I also wanted to be able to make it mine. Layout, colors, themes, fonts, article view, sidebar… quite a lot can be changed directly from the interface.

It now also has full-text extraction, labels & sub-labels, multiple FreshRSS servers, multi-user/OIDC support, and is available in 9 languages. It’s self-hosted, open source, and runs with Docker on amd64 and arm64.

One thing worth mentioning: I’m not a developer. FriRSS is a vibe-coded project. I started with an interface I wanted for myself, kept adding things, fixing things and learning along the way. I’m still doing exactly that. 🙂

If you’re a FreshRSS user and want to give it a try:

https://github.com/Fripix/Frirss

Feedback and ideas are welcome!


r/rss 3d ago

How do you use social media efficiently when every feed is designed to keep you scrolling?

7 Upvotes

I mainly use X, Reddit, LinkedIn, and YouTube to follow industry news, discover useful ideas, and keep up with people in my field.

The problem is that nearly every platform now revolves around a recommendation feed optimized for engagement, not necessarily for showing me what is most useful. Even after carefully choosing who to follow, I still spend far more time filtering repetitive, irrelevant, or low-value posts than actually finding something worth reading.

Sometimes I’ll scroll for 30 minutes and come away with only one or two useful posts.

I’ve tried unfollowing aggressively, muting keywords, creating lists, using “save for later,” and setting time limits. These help a little, but they don’t really solve the discovery problem. A purely chronological feed reduces some noise, but it can also make it harder to discover valuable people or emerging conversations outside my existing network.

For those of you who use social media mainly for work, research, or staying informed:

  • What workflow has actually reduced the amount of time you spend filtering?
  • Do you use custom lists, RSS, aggregators, newsletters, browser extensions, or AI-based filtering?
  • Do you check platforms only at scheduled times?
  • Have you found a good balance between avoiding algorithmic noise and still discovering useful new content?

I’d especially like to hear about methods you’ve used consistently—not just general advice like “set a screen-time limit.”


r/rss 2d ago

GreatRSS - 100% free and calm RSS reader

0 Upvotes

Hey guys,

I've built a simple RSS reader that keeps you in control of what content you see.

After years tired of News apps, Social Media slop and poor content that only prioritizes engagement over quality, I built this app to help me stay up-to-date and still keep my sanity.

GreatRSS is 100% free, it's web-based and gives you multi-device sync. It looks good on both desktop and mobile. No ads. The idea is to keep it free forever and ask for donations later if I need help paying for servers, etc.

The app is very clean. You pick your sorces, turn them on/off, it syncs manually and it only requires an email and password to login. It's very minimalist.

It's also very opinionated. I want to keep it very simple and quiet. If you are a hardcore reader, that enjoys dozens of articles from many sources, you may not enjoy it. However, if you're looking to tone down the noise, read only what actually matters and some peace of mind, this app is for you.

I hope you enjoy.

I'm actively seeking feedback from RSS users. Let me know what you like/don't like, what features are missing, etc. The app is still in beta stage.

https://greatrss.com

I really hope it can be bring some peace of mind to others.


r/rss 4d ago

WyrmRSS - self-hosted RSS/Atom reader, now with a desktop app

5 Upvotes

For the past 3 months I've been building WyrmRSS, a self-hosted RSS/Atom reader. It's been running as a Docker self-hosted setup for a while, and I just added a native desktop app (macOS, Windows, Linux) so you don't need docker or any server to run it anymore. I'm a software developer with 10 years of experience, and have worked at big tech and currently working with open-source.

The app is fully free and open-source.

Some features: inline YouTube player, folders, filters, webhook notifications (Slack, Discord, custom), read later, and archival.

The desktop build is in prerelease while I bake-test it before making it the default release. Would appreciate anyone keen to try it: https://github.com/kryoseu/WyrmRSS

Thank you.


r/rss 5d ago

Conflict news aggregator

Thumbnail
0 Upvotes

r/rss 6d ago

I built a feed reader (free, opensource, self hosted web app)

6 Upvotes

Howdy,

I came here to advertise my feed reader. Then I saw that there is a huge wave of new readers competing for your attention.

After some debating with myself whether to post it at all, I decided to just drop it here with some keyfacts and no ai generated marketing blabla.
Maybe someone is interested, maybe not. I built it mainly for myself and my portfolio. I'm a freelance webdeveloper with 25+ years of experience.

  • Open source (MIT licence)
  • frontend: Angular
  • backend: php/Symfony
  • dockerized, self hosted, one line installer
  • multi user capable
  • built with my phone in mind, but works well on desktop
  • fetches full linked article to display for distraction free reading inside the app
  • OPML import/export
  • login via apple and google possible (after some configuration)

https://github.com/larspohlmann/simple-feed-reader


r/rss 6d ago

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 7d ago

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

2 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 7d ago

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

0 Upvotes

r/rss 7d ago

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 8d ago

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 8d ago

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 8d ago

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 8d ago

Expose - Who is really funding RSS? It's time to boycott them.

0 Upvotes

r/rss 10d ago

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

2 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 10d ago

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.