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/sponsor-reactbits

remocn ✕ react-bits — New sponsor

remocn-demo/sponsor-reactbits
FreeBlock

remocn demo composition "remocn ✕ react-bits — New sponsor" — installs the full Remotion composition. Generated with AI from the prompt in demos/sponsor-reactbits/prompt.md.

Install it

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

Source

src/demos/sponsor-reactbits/index.tsxcollections.remocn.dev/r/sponsor-reactbits.json · first 6 KB
1import React from "react";
2import { AbsoluteFill, Easing, Img, interpolate, spring, useCurrentFrame, useVideoConfig } from "remotion";
3import { demoAsset } from "@/lib/demo-assets";
4import { TransitionSeries, linearTiming } from "@remotion/transitions";
5import { loadFont as loadSans } from "@remotion/google-fonts/Manrope";
6
7import { ShaderDithering } from "@/components/remocn/shader-dithering";
8import { pushThrough } from "@/components/remocn/push-through";
9import { focusPull } from "@/components/remocn/focus-pull";
10
11// react-bits speaks in motion, we speak in Manrope — normal weight only.
12const { fontFamily: SANS_FAMILY } = loadSans("normal", {
13 subsets: ["latin"],
14 weights: ["400"],
15});
16
17const SANS = `${SANS_FAMILY}, -apple-system, BlinkMacSystemFont, sans-serif`;
18
19// Palette lifted from reactbits.dev itself: #060010 is the landing body
20// background, #5227FF the signature accent used across the whole library.
21const BG = "#060010";
22const VIOLET = "#5227FF";
23const INK = "#fafafa";
24const MUTED = "rgba(250,250,250,0.6)";
25const FAINT = "rgba(250,250,250,0.45)";
26
27const clampOpts = {
28 extrapolateLeft: "clamp" as const,
29 extrapolateRight: "clamp" as const,
30};
31
32// ---------------------------------------------------------------------------
33// Scene timings (frames @ 30fps). Transitions overlap.
34// ---------------------------------------------------------------------------
35const S_HOOK = 70; // per-word kinetic hook
36const S_REVEAL = 95; // react-bits wordmark reveal + tagline
37const S_COUNT = 60; // 130 count-up
38const S_LOCKUP = 125; // Remocn ✕ react bits + reactbits.dev
39
40// The tagline, cut into rhythmic beats — each word is its own hard-cut scene.
41const BEAT_WORDS = [
42 "Free",
43 "Customizable",
44 "Animations for",
45 "Text",
46 "Backgrounds",
47 "UI",
48];
49const BEAT_DURS = [14, 14, 16, 12, 12, 22]; // accelerating into the tail
50const S_BEATS = BEAT_DURS.reduce((a, b) => a + b, 0);
51
52const T_PT = 18; // push-through
53const T_FP = 18; // focus-pull
54
55export const SPONSOR_REACTBITS_DURATION =
56 S_HOOK + S_REVEAL + S_COUNT + S_BEATS + S_LOCKUP - (T_PT + T_FP + T_PT);
57
58// ---------------------------------------------------------------------------
59// Slow camera drift — every scene rides a barely-there push-in so no frame
60// is ever static. durationInFrames is Sequence-scoped inside TransitionSeries.
61// ---------------------------------------------------------------------------
62const Drift: React.FC<{ children: React.ReactNode; grow?: number }> = ({
63// … truncated

What it pulls in

npm packages

  • @paper-design/shaders-react
  • @remotion/google-fonts
  • @remotion/transitions
  • remotion

Other registry items

  • https://remocn.dev/r/focus-pull.json
  • https://remocn.dev/r/push-through.json
  • https://remocn.dev/r/shader-dithering.json

Files it writes

  • src/demos/sponsor-reactbits/index.tsx
  • src/lib/demo-assets.ts
  • src/demos/sponsor-reactbits/prompt.md

Facts

Registry
remocn-demo
Type
registry:block
Access
Free
Files written
3
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
2 days ago

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
shadcn/ui — Introducing shadcn/ui (gift cut)introducing-shadcnremocn-demoBlocksFree11 deps · 38 files
Changelog — Eleven New Transitionsnew-transitionsremocn-demoBlocksFree4 deps · 3 files
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex