BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/blocks/onboarding-05

Onboarding Activity Feed

blocks/onboarding-05
FreeBlock

A onboarding activity feed block.

Install it

npx shadcn@latest add https://blocks.so/r/onboarding-05.json

Source

content/components/onboarding/onboarding-05.tsxblocks.so/r/onboarding-05.json
1import { cn } from '@/lib/utils';
2
3const steps = [
4 {
5 id: 1,
6 type: 'created',
7 description: 'Created project "Brand Refresh"',
8 user: { name: 'Sarah K.', initial: 'S', bgColor: 'bg-violet-500' },
9 activityTime: '3d ago',
10 },
11 {
12 id: 2,
13 type: 'created',
14 description: 'Uploaded 12 design assets',
15 user: { name: 'Marcus L.', initial: 'M', bgColor: 'bg-orange-500' },
16 activityTime: '2d ago',
17 },
18 {
19 id: 3,
20 type: 'created',
21 description: 'Shared prototype with stakeholders',
22 user: { name: 'Sarah K.', initial: 'S', bgColor: 'bg-emerald-500' },
23 activityTime: '2h ago',
24 },
25 {
26 id: 4,
27 type: 'created',
28 description: 'Left feedback on homepage layout',
29 user: { name: 'Jamie R.', initial: 'J', bgColor: 'bg-fuchsia-500' },
30 activityTime: '5min ago',
31 },
32 {
33 id: 5,
34 type: 'in progress',
35 description: 'Scheduled design review meeting',
36 user: { name: 'Team Ops', initial: 'T', bgColor: 'bg-blue-500' },
37 activityTime: 'today 2:30pm',
38 },
39];
40
41export function Onboarding05() {
42 return (
43 <div className="flex min-h-dvh items-center justify-center bg-background p-4">
44 <div className="sm:max-w-lg md:mx-auto">
45 <h3 className="font-medium text-foreground">Project activity</h3>
46 <p className="mt-1 text-muted-foreground text-sm leading-6">
47 Recent updates from your team
48 </p>
49 <ul className="mt-6 space-y-6 pb-2">
50 {steps.map((step, stepIdx) => (
51 <li className="relative flex gap-x-3" key={step.id}>
52 <div
53 className={cn(
54 'absolute top-0 left-0 flex w-6 justify-center',
55 stepIdx === steps.length - 1 ? 'h-6' : '-bottom-6'
56 )}
57 >
58 <span aria-hidden className="w-px bg-border" />
59 </div>
60 <div className="flex items-start space-x-2">
61 <div className="flex items-center space-x-2">
62 <div className="relative flex size-6 flex-none items-center justify-center bg-background">
63 {step.type === 'created' ? (
64 <div className="size-3 rounded-full border border-gray-300 bg-muted/50 ring-4 ring-background" />
65 ) : (
66 <div className="size-3 rounded-full border border-gray-300 bg-background ring-4 ring-background" />
67 )}
68 </div>
69 <span
70// … truncated

Files it writes

  • content/components/onboarding/onboarding-05.tsx

Facts

Registry
blocks
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-21
Last confirmed
today

Go to the source

blocks.so ephraimduncan/blocks on GitHub Raw registry item This item as JSON

More from blocks

All 76 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AI Chat with Voice Inputai-01blocksBlocksFree1 dep
AI Chat with Model Selectionai-02blocksBlocksFree1 dep
AI Chat Compact Interfaceai-03blocksBlocksFree1 dep
AI Chat with File Attachmentsai-04blocksBlocksFree1 dep
AI Elements Chatai-05blocksBlocksFree2 deps
Command Menu with Groupscommand-menu-01blocksBlocksFree1 dep
Command Menu with Keyboard Shortcutscommand-menu-02blocksBlocksFree1 dep
Command Menu with Documentation Searchcommand-menu-03blocksBlocksFree1 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 on what can be checked

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