Component Catalog
The canonical inventory of declarative UI surfaces for Agents and Plugins.
What it is
The Component Catalog is the canonical inventory of UI surfaces that Aboard Nexus can validate and render. Use this page as the canonical reference when selecting or generating UI.
The machine-readable catalog is available at /.well-known/aboard/components.json. Each component declares an implementation status:
implemented: a documented@aboard/uipackage export exists.preview-only: the documentation Preview exists, but the shared package implementation is not available yet.planned: the component is documented or reserved but has no usable Preview implementation.
A Preview card or documentation page does not by itself make a component available for import.
For Agents
Discover the relevant capability, follow the declared contract, and produce a Draft or Preview before any change that could affect a Workspace or user.
How is this guide?