← All widgetsTier 3Persistent

Reading List

Book tracker with ratings.

A book tracker with want/reading/done status, star ratings, and progress.

type · reading_list
Persists its state to the backend store across sessions.

How to use it

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

Try saying
a reading list

Example

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

reading_list.json
{
  "type": "reading_list",
  "id": "books"
}

Properties

PropTypeDescription
idstringStorage key (optional)

Backing endpoint

This widget reads/writes through /api/store/{id}. See the API reference.


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