Turn any site into a feed
Even if a your favorite site has no RSS, the articles are still there, we can still grab them. Give us a URL, we grab the most recent 10 and turn in to a feed you can use within feed.worksor any other app that uses feeds.
feeds from this demo live for 24 hours, then shut down.
To make them permanent, Start an account.
How it works
- Robots.txt is honoured — disallowed paths stop us fast.
- If the site already publishes a feed, we just hand you that URL instead of crawling (good-netizen default).
- Otherwise: sitemap first → HTML microformats → DOM structure. The first tier that yields articles wins.
- Per-origin politeness queue: max 2 concurrent, 500ms between requests. We never hammer a hobbyist's VPS.
- 24-hour TTL on the demo feed. Want it permanent? Start an account.