← Blog

snapcn vs remocn: which Remotion component library?

snapcn and remocn both install Remotion components with the shadcn CLI. remocn is wider; snapcn is built around product demo shots. A fair side-by-side, with numbers.

Short answer: pick remocn for breadth — around 300 free components, with shaders, transitions and effects. Pick snapcn for product demos — fewer components, each one a finished shot of software (a prompt, a terminal, a screen recording, a device), with the motion measured on rendered frames. They install the same way, so you can use both.

Numbers below are as of September 2026. We make snapcn, so weigh our view accordingly; the facts are checkable on each site.

Side by side

snapcnremocn
Installnpx shadcn@latest add @snapcn/<name>npx shadcn@latest add @remocn/<name>
Components42 free + 50 Pro~308, all free
LicenseMIT (free tier), paid ProMIT
FocusProduct demo shotsGeneral motion building blocks
CategoriesAI input, screens & devices, text, captions, logos, social, scenesTypography, shaders, transitions, animated icons, UI primitives, filters, effects, layout
Agent supportAgent skill, llms.txt, MCP server (Pro)Built to be driven by Claude Code, Cursor or ChatGPT
Try without installingBrowser video editor with MP4 exportShowcases and templates
GitHub stars~200~1,500

Where remocn is the better choice

  • You need range. Seven times the components, across categories snapcn does not cover at all — shaders, filters, animated icons.
  • You need transitions and backgrounds. snapcn does not ship a transitions category; remocn does.
  • You want everything free. remocn has no paid tier.

Where snapcn is the better choice

Using both

Nothing stops you. Both copy plain .tsx files into your project and depend on Remotion alone:

npx shadcn@latest add @snapcn/screen-recording
npx shadcn@latest add @remocn/<name>

A common split: remocn for transitions and backgrounds, snapcn for the product shots between them.

See also: the best Remotion component libraries in 2026.

FAQ

What is the difference between snapcn and remocn?

Both are shadcn registries of Remotion components that copy source into your project. remocn is broader, with around 300 components across typography, shaders, transitions, icons and effects, all free. snapcn is narrower and built around product demo shots such as AI prompts, screen recordings, devices, cursors and captions, with a free MIT tier and a paid Pro tier.

Is remocn free?

Yes. remocn is MIT licensed with no paid tier, as of September 2026.

Is snapcn free?

snapcn's free tier is 42 MIT-licensed components. snapcn Pro adds 50 more components plus an MCP server for coding agents.

Can I use snapcn and remocn in the same project?

Yes. Both install through the shadcn CLI under different namespaces (@snapcn and @remocn), copy plain React files into your project, and depend only on Remotion.