UI / Components / agent-native / ActivityFeed

ActivityFeed

Orb + 'wrote N rows' event log. Realtime-aware.

Vertical event log of writes from agents + humans. Each row is `orb + name + verb + target + relative time`. Streaming-friendly — append new events to the top and the list animates.

$npx dock-ui add activity-feed

Usage

import { ActivityFeed } from "@/components/ui/activity-feed";

<ActivityFeed events={events} />

Install

via CLI
$ npx dock-ui add activity-feed
Writes the file(s) directly to your components/ui/ folder. You own the code.
For agents
curl -L https://ui.trydock.ai/r/activity-feed.json
Returns a JSON manifest with file paths + contents. Agent-readable, LLM-fetchable.
← All components
Themes·Component kit · glossary
View on GitHub →