Favicon of RSS-proxy

RSS-proxy

Create smart, customizable RSS feeds from any website for free. Automatically detects content, supports JavaScript-rendered pages, and filters articles.

Create RSS feeds from websites that don't offer them. This tool provides a simple way to generate a custom, smart RSS feed from virtually any URL. It's a completely free and open-source solution for keeping up with your favorite sites, blogs, or news sources directly in your preferred feed reader.

The generator is designed to be intelligent and flexible. Key capabilities include:

  • JavaScript Rendering: It can process dynamic websites that rely heavily on JavaScript to load their content, ensuring you don't miss any updates.
  • Smart Content Detection: The tool automatically analyzes a webpage and suggests potential feeds. You can also click on the page preview to select the exact content you want to follow.
  • Advanced Filtering: Fine-tune your feed by specifying keywords that articles must contain or must not contain. This helps eliminate noise and delivers only the content you care about.
  • Anonymous Usage: Generate feeds without compromising your privacy.

Simply paste a URL, select the content area, customize your filters, and copy the generated feed URL into your reader.

Directory Structure

rss-proxy
static
.env
docker-compose.yml

docker-compose.yml

services:
  rss-proxy:
    image: damoeb/rss-proxy:latest
    container_name: rss-proxy
    restart: unless-stopped
    ports:
      - "3000:3000"
    volumes:
      - ./static:/app/static
    environment:
      - NODE_ENV=production

.env

# No sensitive credentials are required for the default configuration of rss-proxy.
# If the application requires specific secrets in future updates, define them here.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to RSS-proxy

Favicon

 

  
  
Favicon

 

  
  
Favicon