NewIntroducing Remocn Icons

Cinematic video components, now copy-pasteable

Production-ready Remotion animations, transitions and backgrounds. Install with the shadcn CLI and own every line of code.

Why remocn

You want the video, not the ordeal.

Motion usually costs tokens, an afternoon, a designer's invoice, and a weekend lost in After Effects. remocn hands you the animation — copy, paste, render.

The usual bill

With remocn

Teaching an AI to keyframe

~40k tokensIncluded

Inventing the animation

An afternoonAlready built

Hiring a motion designer

$600+$0

Learning After Effects

A weekendSkip it

Total, the remocn way — one line.

$npx shadcn@latest add remocn/soft-blur-in

Get started

Ship your first frame in minutes

If you know shadcn/ui, you already know remocn. Three commands and you're rendering — the code lands in your repo, yours to tweak.

1

Start with Remotion

Already have a Remotion project? Skip ahead. Otherwise scaffold one in seconds.

$ pnpm create video@latest
2

Set up shadcn

Run the shadcn init once so the CLI knows where to drop component files in your project.

$ pnpm dlx shadcn@latest init
3

Add a component

Pull any primitive or composition straight into your project with the shadcn CLI — the code lands in your repo, yours to tweak.

$ pnpm dlx shadcn@latest add remocn/soft-blur-in
import { Typewriter } from "@/components/remocn/typewriter";

export function Hero() {
  return (
    <Typewriter
      text="Hello, world"
      fontSize={72}
      color="#171717"
      fontWeight={700}
      cursor={true}
    />
  )
}
soft-blur-inshimmer-sweepgrain-dissolvewhip-pan+ more
4

Render your video

Drop the component into a composition and export an mp4 — no editor required.

$ pnpm dlx remotion render

Sponsors

Backed by the community

remocn is free and MIT-licensed. Sponsors keep the registry growing and the renders fast.

Wall of love

Builders are shipping with remocn

Developers turning their products into demo videos — one registry component at a time.

Stop fighting keyframes. Start writing code.

Install your first component and render a video today. It's open source, all the way down.