Feeds
Feed Preview
Paste an RSS or Atom feed and read it the way a reader would, a clean list of titles, dates, and summaries. Runs entirely in your browser.
Feed XML
See a feed the way a reader does
Raw feed XML is hard to skim. Paste it here and this tool parses it in your browser, detects RSS 2.0 or Atom, and lays it out as a clean reading list: the feed’s title and description up top, then each item with its title (linked), date, categories, and a plain-text summary. Handy for sanity-checking a feed you just generated.
Notes
- Summaries are shown as plain text (HTML stripped), so a feed you paste can’t run any markup in the page, it stays safe and readable.
- Need the data instead of a preview? Use RSS β JSON. Checking a feed is valid? Use the RSS / Atom Validator.
FAQ
Why paste XML instead of a URL?
Browsers block reading most cross-origin URLs (CORS), so a client-side tool can’t fetch an arbitrary feed. Use View Source on the feed and paste the XML, everything then stays local and private.