Capture any public URL into a RSS feed that you can read from your favorite reader.
How rsstodolist works
Send us a URL and a feed name. We turn it into an RSS item so you can triage articles, docs, and inspiration directly where you already read news.
- Minimal setup β no registration, just pick a feed name.
- Bring your own client β every feed is compatible with RSS/Atom readers.
- Privacy friendly β self-host that Open Source service.
About this public instance
This hosted version is Β« open Β» : anyone who knows your feed name can read, add, or remove entries. It also runs on a hobby Fly.io plan, so uptime and quotas are limited.
For more reliability and privacy, please consider self host rsstodolist (instructions).
Add or delete an item
Access a feed
Or by direct URL : /?name=somename
You can add a limit (or l) parameter to fetch from 1 to 500 items (default is 25 items).
Use Firefox addon and Chrome extension
are available to add or remove an item in a feed from the browser toolbar. Firefox addon and Chrome extension.
Add or delete an item by URL
/add?name=somename&url=https://fr.wikipedia.org/
/del?name=somename&url=https://fr.wikipedia.org/
Title will be set from web page title but you can define one by using title. You can also set a description with the description parameter.
All parameters can be minified: n for name, u for url, t for title and d for description.
Use a bookmarklet
You can use a
bookmarklet. Create a new bookmark and paste the following code in the URL field:
javascript:{const n=prompt('feed name ?'); if (n) window.open(`https://rsstodolist.eu/add?n=${n}&url=${encodeURIComponent(window.location)}`)}
Contact me via
Contact me via paulgreg.me.