Focused Tool · Apache 2.0 · Single Binary · Personal & Lifestyle

Self-hosted RSS and news aggregator

Subscribe to RSS feeds, newsletters via email forwarding, and keyword alerts. Your own curated daily briefing, no algorithm, no ads.

Install Feedreader Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Feedreader is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

A devops team integrates Feedreader into their CI pipeline. A post-deploy hook creates a feed record via the API. The stats endpoint feeds a Grafana panel. When something goes wrong, the team searches feeds by keyword to find related records without switching tools.

Why self-host your RSS and news aggregator

Every feed your team creates contains context that matters — title, url, site url, category, item count. When that data lives in a third-party service, you are one acquisition or policy change away from losing access. Feedreader keeps it local.

Endpoints
How it works

Point curl at /api/feeds to interact with Feedreader programmatically. The API follows predictable REST conventions: GET to list or fetch, POST to create, PUT to update, DELETE to remove. The response schema matches the internal data model exactly, so what you see in the dashboard is what the API returns.

Feedly Pro at $6/mo.

Self-hosted RSS and news aggregator. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool feedreader
Run
PORT=9920 ./feedreader
Open
http://localhost:9920

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10 feeds
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited feeds, keyword alerts, read-later, digest emails, OPML import
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export FEEDREADER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./feedreader

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev