MCPcopy Create free account
hub / github.com/Remocn/remocn

github.com/Remocn/remocn @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
1,749 symbols 4,082 edges 646 files 54 documented · 3% updated 7d ago★ 1,2961 open issues

Browse by type

Functions 1,372 Types & classes 377
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

remocn — shadcn registry for Remotion

GitHub Health

Remocn

remocn is a copy-paste component library for building videos in Remotion. Instead of writing every fade, wipe, and kinetic title from scratch, you npx shadcn add a polished primitive into your project and own the code. Built for solo builders and small teams who need a product demo video shipped today, not next week.

Why remocn

Production-ready Remotion code: every component uses useCurrentFrame(), interpolate(), and spring() correctly. No Math.random() traps that break rendering. Own your code: components are copied into your project, not installed as a dependency. Tweak them however you like. Live previews: each component page mounts a real @remotion/player you can scrub frame-by-frame

Installation

Remotion is a prerequisite — set up a Remotion project first if you don't have one (npx create-video@latest). Then add any component from the registry:

npx shadcn@latest add @remocn/blur-reveal

Setup with AI

You need two things: an AI coding agent and an empty folder.

1. Get an agent. We recommend Claude Code, also works with ChatGPT, Opencode and others. 2. Open the agent in an empty folder and paste:

Set up a new Remotion video project in this folder, then install the remocn agent skill: npx skills add Remocn/remocn --yes. When you're done, start the preview studio so I can watch the video while we work

When a browser tab opens with an empty video player, you're ready. Pick a guide and make it yours.

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 1,366
Interface 369
Class 8
Method 6

Languages

TypeScript100%

Modules by API surface

components/ui/sidebar.tsx25 symbols
registry/remocn/x-follow-card/index.tsx23 symbols
registry/remocn-ui/telegram-chat-flow/index.tsx20 symbols
registry/remocn/a1-product-demo/foundation.tsx16 symbols
components/ui/menubar.tsx16 symbols
components/ui/combobox.tsx16 symbols
registry/remocn-ui/chat-flow/index.tsx15 symbols
components/ui/dropdown-menu.tsx15 symbols
components/ui/context-menu.tsx15 symbols
registry/remocn/chat-gpt/index.tsx14 symbols
lib/github-stargazers.ts14 symbols
registry/remocn/github-stars/index.tsx13 symbols

For agents

$ claude mcp add remocn \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page