BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/motiq/collaborative-launch-hero

Collaborative Launch Hero

motiq/collaborative-launch-hero
FreeBlock

An editable hero block for collaboration/review products showing people active, a review underway, and one pending decision with outcome copy + CTAs. Composes Live Presence Stack, Typing and Presence, Approval Workflow (one pending decision), Comment Thread, and Activity Stream across review-open/commenting/changes-requested/approval-pending/approved/rejected/resolved. App-controlled, clearly-fictional demo data. SSR-safe, reduced-motion-safe.

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/collaborative-launch-hero.json

Source

registry/blocks/collaborative-launch-hero.tsxwww.motiq.dev/r/collaborative-launch-hero.json · first 6 KB
1"use client";
2
3import * as React from "react";
4
5import { cn } from "@/lib/utils";
6import {
7 useControllableState,
8 useDisclosure,
9 useReducedMotion,
10 type StatusTone,
11} from "@/lib/motiq";
12
13import {
14 LivePresenceStack,
15 type PresenceUser,
16} from "@/components/motiq/live-presence-stack";
17import {
18 TypingAndPresence,
19 type Participant,
20} from "@/components/motiq/typing-and-presence";
21import {
22 ApprovalWorkflow,
23 type ApprovalWorkflowData,
24 type ApprovalStatus,
25 type ActionContext,
26 type Reviewer,
27 type WorkflowStage,
28 type Decision,
29} from "@/components/motiq/approval-workflow";
30import {
31 CommentThread,
32 type Comment,
33 type CommentAuthor,
34} from "@/components/motiq/comment-thread";
35import {
36 ActivityStream,
37 type ActivityEvent,
38} from "@/components/motiq/activity-stream";
39
40/* --------------------------------------------------------------------------
41 * CollaborativeLaunchHero — an editable hero block for collaboration / review
42 * products. A wide copy band (eyebrow, outcome headline, copy, two CTAs, current
43 * phase) sits above a full-width collaboration window that composes five released
44 * components at *reduced* complexity to tell one story: people are here
45 * (LivePresenceStack), someone is writing right now (TypingAndPresence), a short
46 * review is underway (ActivityStream), there is one change request in the thread
47 * (CommentThread), and one decision is pending (ApprovalWorkflow). In a wide
48 * container the surface tiles into two columns (the decision · the discussion)
49 * so the hero holds a calm height. It is deliberately not a generic social feed
50 * — the surface always resolves to a single approaching outcome.
51 *
52 * RESPONSIVENESS IS CONTAINER-BASED, NOT VIEWPORT-BASED. The block is a
53 * `@container/hero`, and every layout decision below queries that container, so
54 * the hero composes correctly inside a narrow content column on a wide screen
55 * (a docs preview, a two-column marketing page, a CMS slot) — not just at
56 * full-bleed viewport width. Thresholds (measured on the container's CONTENT
57 * box, which is how container queries resolve):
58 *
59 * @lg/hero 512px past-phone chrome: type ramp, roomier gaps, intrinsic
60 * CTA widths, the window's own padding + subtitle.
61 * @2xl/hero 672px the outer gutter steps to 48px — below this a 48px
62 * inset eats the surface it is meant to frame.
63 * @[1000px]/hero the split: copy + CTA rail side by side, and the
64// … truncated

What it pulls in

npm packages

  • motion

Other registry items

  • https://motiq.dev/r/live-presence-stack.json
  • https://motiq.dev/r/typing-and-presence.json
  • https://motiq.dev/r/approval-workflow.json
  • https://motiq.dev/r/comment-thread.json
  • https://motiq.dev/r/activity-stream.json
  • https://motiq.dev/r/utils.json
  • https://motiq.dev/r/primitives.json

Files it writes

  • registry/blocks/collaborative-launch-hero.tsx

Facts

Registry
motiq
Type
registry:block
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-12
Last confirmed
today

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
Agent Operations Heroagent-operations-heromotiqBlocksFree1 dep
AI Agent Workspaceai-agent-workspacemotiqBlocksFree1 dep
AI Interface Packai-interface-packmotiqBlocksFree1 dep
Collaboration Packcollaboration-packmotiqBlocksFree1 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
BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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.

BlockDex