BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/remocn-demo/introducing-shadcn

shadcn/ui — Introducing shadcn/ui (gift cut)

remocn-demo/introducing-shadcn
FreeBlock

remocn demo composition "shadcn/ui — Introducing shadcn/ui (gift cut)" — installs the full Remotion composition. Generated with AI from the prompt in demos/introducing-shadcn/prompt.md.

Install it

npx shadcn@latest add https://collections.remocn.dev/r/introducing-shadcn.json

Source

src/demos/_ui/app-sidebar.tsxcollections.remocn.dev/r/introducing-shadcn.json
1"use client"
2
3import * as React from "react"
4
5import { NavMain } from "@/demos/_ui/nav-main"
6import { NavProjects } from "@/demos/_ui/nav-projects"
7import { NavUser } from "@/demos/_ui/nav-user"
8import { TeamSwitcher } from "@/demos/_ui/team-switcher"
9import {
10 Sidebar,
11 SidebarContent,
12 SidebarFooter,
13 SidebarHeader,
14 SidebarRail,
15} from "@/demos/_ui/sidebar"
16import { GalleryVerticalEndIcon, AudioLinesIcon, TerminalIcon, TerminalSquareIcon, BotIcon, BookOpenIcon, Settings2Icon, FrameIcon, PieChartIcon, MapIcon } from "lucide-react"
17
18// This is sample data.
19const data = {
20 user: {
21 name: "shadcn",
22 email: "m@example.com",
23 avatar: "/avatars/shadcn.jpg",
24 },
25 teams: [
26 {
27 name: "Acme Inc",
28 logo: (
29 <GalleryVerticalEndIcon
30 />
31 ),
32 plan: "Enterprise",
33 },
34 {
35 name: "Acme Corp.",
36 logo: (
37 <AudioLinesIcon
38 />
39 ),
40 plan: "Startup",
41 },
42 {
43 name: "Evil Corp.",
44 logo: (
45 <TerminalIcon
46 />
47 ),
48 plan: "Free",
49 },
50 ],
51 navMain: [
52 {
53 title: "Playground",
54 url: "#",
55 icon: (
56 <TerminalSquareIcon
57 />
58 ),
59 isActive: true,
60 items: [
61 {
62 title: "History",
63 url: "#",
64 },
65 {
66 title: "Starred",
67 url: "#",
68 },
69 {
70 title: "Settings",
71 url: "#",
72 },
73 ],
74 },
75 {
76 title: "Models",
77 url: "#",
78 icon: (
79 <BotIcon
80 />
81 ),
82 items: [
83 {
84 title: "Genesis",
85 url: "#",
86 },
87 {
88 title: "Explorer",
89 url: "#",
90 },
91 {
92 title: "Quantum",
93 url: "#",
94 },
95 ],
96 },
97 {
98 title: "Documentation",
99 url: "#",
100 icon: (
101 <BookOpenIcon
102 />
103 ),
104 items: [
105 {
106 title: "Introduction",
107 url: "#",
108 },
109 {
110 title: "Get Started",
111 url: "#",
112 },
113 {
114 title: "Tutorials",
115 url: "#",
116 },
117 {
118 title: "Changelog",
119 url: "#",
120 },
121 ],
122 },
123 {
124 title: "Settings",
125 url: "#",
126 icon: (
127 <Settings2Icon
128 />
129 ),
130 items: [
131 {
132 title: "General",
133 url: "#",
134 },
135 {
136 title: "Team",
137 url: "#",
138 },
139 {
140// … truncated

What it pulls in

npm packages

  • @paper-design/shaders-react
  • @remotion/google-fonts
  • @remotion/transitions
  • class-variance-authority
  • clsx
  • cmdk
  • lucide-react
  • radix-ui
  • react-day-picker
  • remotion
  • tailwind-merge

Other registry items

  • https://remocn.dev/r/kinetic-center-build.json
  • https://remocn.dev/r/line-by-line-slide.json
  • https://remocn.dev/r/scale-down-fade.json
  • https://remocn.dev/r/shader-dithering.json
  • https://remocn.dev/r/shader-simplex-noise.json
  • https://remocn.dev/r/shader-smoke-ring.json
  • https://remocn.dev/r/shader-swirl.json
  • https://remocn.dev/r/short-slide-right.json
  • https://remocn.dev/r/whip-pan.json
  • utils

Files it writes

  • src/demos/_ui/app-sidebar.tsx
  • src/demos/_ui/avatar.tsx
  • src/demos/_ui/badge.tsx
  • src/demos/_ui/breadcrumb.tsx
  • src/demos/_ui/button.tsx
  • src/demos/_ui/calendar.tsx
  • src/demos/_ui/card.tsx
  • src/demos/_ui/collapsible.tsx
  • src/demos/_ui/command.tsx
  • src/demos/_ui/dialog.tsx
  • src/demos/_ui/dropdown-menu.tsx
  • src/demos/_ui/input-group.tsx
  • src/demos/_ui/input.tsx
  • src/demos/_ui/label.tsx
  • src/demos/_ui/nav-main.tsx
  • src/demos/_ui/nav-projects.tsx
  • src/demos/_ui/nav-user.tsx
  • src/demos/_ui/progress.tsx
  • src/demos/_ui/radio-group.tsx
  • src/demos/_ui/select.tsx
  • src/demos/_ui/separator.tsx
  • src/demos/_ui/sheet.tsx
  • src/demos/_ui/sidebar.tsx
  • src/demos/_ui/skeleton.tsx
  • src/demos/_ui/slider.tsx
  • src/demos/_ui/switch.tsx
  • src/demos/_ui/table.tsx
  • src/demos/_ui/tabs.tsx
  • src/demos/_ui/team-switcher.tsx
  • src/demos/_ui/textarea.tsx
  • src/demos/_ui/toggle.tsx
  • src/demos/_ui/tooltip.tsx
  • src/demos/_ui/use-mobile.ts
  • src/demos/_ui/video-scope.tsx
  • src/demos/introducing-shadcn/categories.tsx
  • src/demos/introducing-shadcn/field.tsx
  • src/demos/introducing-shadcn/index.tsx
  • src/demos/introducing-shadcn/prompt.md

Facts

Registry
remocn-demo
Type
registry:block
Access
Free
Files written
38
Licence
the repository states none
In the index
at or before 2026-08-01
Last confirmed
today

Go to the source

collections.remocn.dev Remocn/remocn-collections on GitHub Raw registry item This item as JSON

More from remocn-demo

All 22 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Agent Skills — Claude Code makes the videoagent-skillsremocn-demoBlocksFree5 deps · 8 files
Batchwork — Unified Batch APIbatchworkremocn-demoBlocksFree4 deps · 4 files
Changelog — Rolling Numberschangelogremocn-demoBlocksFree4 deps · 5 files
Changelog — New Chat Componentschat-changelogremocn-demoBlocksFree5 deps · 4 files
Fonttrio — Three fonts. One command.fonttrioremocn-demoBlocksFree5 deps · 4 files
remocn — Introducing remocn (shaders cut)introducing-remocnremocn-demoBlocksFree4 deps · 3 files
Changelog — Eleven New Transitionsnew-transitionsremocn-demoBlocksFree4 deps · 3 files
remocn ✕ Paper — Introducing shaderspaper-shadersremocn-demoBlocksFree4 deps · 2 files

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

ToolDrift

What the AI coding tools changed last night

tooldrift.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 ToolDrift

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 ToolDrift

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 ToolDrift

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