BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/motiq/agent-operations-hero

Agent Operations Hero

motiq/agent-operations-hero
FreeBlock

An editable hero block for AI/automation products that shows a real agent workflow with outcome copy + CTAs. Composes Agent Run Timeline (trimmed), Prompt Composer (compact), Tool Call Activity (one active tool), and Source Citation Rail (one result) at reduced complexity across idle/running/tool-active/waiting-for-approval/completed/failed. App-controlled — never simulates a model or shows chain-of-thought. SSR-safe, reduced-motion-safe. Clearly-fictional demo data.

Live preview

live · rendered by the registry
Rendered by motiq on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://www.motiq.dev/r/agent-operations-hero.json

Source

registry/blocks/agent-operations-hero.tsxwww.motiq.dev/r/agent-operations-hero.json · first 6 KB
1"use client";
2
3import * as React from "react";
4
5import { cn } from "@/lib/utils";
6import {
7 getStatusMeta,
8 statusVars,
9 useControllableState,
10 type StatusTone,
11} from "@/lib/motiq";
12import {
13 AgentRunTimeline,
14 type AgentRun,
15 type RunStep,
16 type RunStatus,
17 type StepStatus,
18} from "@/components/motiq/agent-run-timeline";
19import {
20 ToolCallActivity,
21 type ToolCall,
22 type ToolCallStatus,
23} from "@/components/motiq/tool-call-activity";
24import {
25 SourceCitationRail,
26 CitationMarker,
27 type CitationSource,
28} from "@/components/motiq/source-citation-rail";
29import {
30 PromptComposer,
31 type ComposerStatus,
32} from "@/components/motiq/prompt-composer";
33
34/**
35 * AgentOperationsHero — an editable hero for AI / automation products. A wide
36 * copy band (eyebrow + a real headline + support copy + two CTAs + live status)
37 * sits above a full-width "app window" that renders a *live, reduced* preview of
38 * a real agent workflow; when the surface is wide enough the workflow tiles into
39 * two columns so the hero holds a calm height. It is authored mobile-first: in a
40 * narrow container the CTAs are full-width 44px bars, the surface leads with the
41 * prompt + the run, and the tool call plus cited sources sit behind a real
42 * disclosure (`defaultDetailsOpen` opens it). Composed from released Motiq
43 * components at deliberately trimmed complexity:
44 * • PromptComposer — ONE compact prompt input
45 * • AgentRunTimeline — ONE workflow, three steps, with approval + retry
46 * • ToolCallActivity — ONE active tool call
47 * • SourceCitationRail — ONE grounded result with its cited sources
48 *
49 * It is strictly a *presentation* composition. It never talks to a model, never
50 * executes an agent, never retrieves anything, never reveals chain-of-thought,
51 * and never fabricates a result. The application owns the workflow state; this
52 * block simply renders whatever `phase` + `dataset` it is given and reports user
53 * intent (submit / approve / reject / retry / cancel / stop) back by moving the
54 * phase. It ships clearly-fictional inline demo data so it renders standalone.
55 *
56 * EVERY layout decision is a *container* query, not a viewport query. The block
57 * is routinely dropped into a documentation column or a dashboard panel that is
58 * far narrower than the window, where `lg:` would claim room the component does
59 * not have and split an 800px panel into two 320px columns. Two named contexts
60 * drive the whole composition:
61// … truncated

What it pulls in

npm packages

  • motion

Other registry items

  • https://motiq.dev/r/agent-run-timeline.json
  • https://motiq.dev/r/prompt-composer.json
  • https://motiq.dev/r/tool-call-activity.json
  • https://motiq.dev/r/source-citation-rail.json
  • https://motiq.dev/r/utils.json
  • https://motiq.dev/r/primitives.json

Files it writes

  • registry/blocks/agent-operations-hero.tsx

Facts

Registry
motiq
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
yesterday

Go to the source

Docs on motiq www.motiq.dev RMahammad/motiq on GitHub Raw registry item This item as JSON

More from motiq

All 100 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AI Agent Workspaceai-agent-workspacemotiqBlocksFree1 dep
AI Interface Packai-interface-packmotiqBlocksFree1 dep
Collaboration Packcollaboration-packmotiqBlocksFree1 dep
Collaborative Launch Herocollaborative-launch-heromotiqBlocksFree1 dep
Collaborative Review Workspacecollaborative-review-workspacemotiqBlocksFree1 dep
Data Motion Packdata-motion-packmotiqBlocksFree1 dep
Deployment Command Centerdeployment-command-centermotiqBlocksFree1 dep
Deployment Control Herodeployment-control-heromotiqBlocksFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex