← All widgetsTier 2Lookups

RSS Reader

Feed headline cards.

Fetches an RSS feed and renders headline cards.

type · rss_reader
Renders in the shell but fetches live data from the agent.

How to use it

Just ask for it in chat — the agent emits this widget and the shell renders it:

Try saying
show the Hacker News RSS feed

Example

The agent returns this A2UI component (inside the components array of a /chat response):

rss_reader.json
{
  "type": "rss_reader",
  "url": "https://news.ycombinator.com/rss",
  "title": "Hacker News"
}

Properties

PropTypeDescription
urlstringRSS feed URL
titlestringCard title

Backing endpoint

This widget reads/writes through /api/widget/rss. See the API reference.


Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.