Back to browse
GitHub Repository

Feature rich RSS proxy to combine multiple RSS feeds into one queryable feed.

3 starsGo

Roxy, the feature-rich RSS proxy

by furrball010·May 12, 2026·3 points·1 comment

AI Analysis

●●SolidCozy

Single binary RSS merger solving CORS issues when browser-based readers can't fetch feeds directly.

Strengths
  • Zero dependencies in Go means a tiny, portable binary for easy self-hosting.
  • Outputs both XML and JSON, making it flexible for modern frontend consumption.
  • Combines multiple feed URLs into one queryable endpoint for aggregation.
Weaknesses
  • RSS-Bridge and self-hosted FreshRSS already offer feed merging and CORS proxies.
  • Niche utility that mostly matters if you're building a custom RSS reader app.
Target Audience

Frontend developers building RSS readers, self-hosters

Similar To

RSS-Bridge · FreshRSS · Feedbin

Post Description

I made an RSS proxy written in Go (no dependencies). Use roxy to handle CORS restrictions and combine multiple RSS feeds into one queryable feed that's available in XML and JSON.

Why did I do this? Fun I guess.

Similar Projects