Skip to content

RSS Widget

Fetches and displays posts from one or more RSS or Atom feeds.

Configuration

No API key required.

KeyTypeDefaultDescription
feedsstring[]["https://hnrss.org/frontpage"]List of RSS/Atom feed URLs

Example config

json
{
  "feeds": [
    "https://hnrss.org/frontpage",
    "https://lobste.rs/rss",
    "https://www.phoronix.com/rss.php"
  ]
}

Notes

Feeds are fetched server-side to avoid CORS issues. Items from all feeds are merged and sorted by publication date, newest first.

Personal Homepage Dashboard