remocn logoremocn

Introduction

What remocn is and who it's for.

remocn is built for solo builders and small teams who need to ship product demo videos without rebuilding the same animation primitives every time. If you've used shadcn/ui, you'll feel at home — the workflow is identical, just for video instead of UI.

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.

Prerequisites

You should already have a Remotion project set up. If you don't:

npx create-video@latest

What's next

  • Installation — add remocn to an existing Remotion project.
  • CLI usage — install components with the shadcn CLI.