remocn
www.remocn.devFreemanifest served live
This registry publishes no description of itself. Everything below was read from its own manifest.
Items
277
2026-08-03Every entry in its own registry.json, counted last night.Free to install
277
2026-08-03Item endpoints that returned source without credentials.Behind a key
0
2026-08-03Item endpoints that answered 401.Last seen
yesterday
2026-08-03The last night the crawl reached this manifest. There is no public repository here, so there is no push date to read.Components
Search withinFreeits item endpoint answered without a keyPaidits item endpoint answered 401Unverifiedit serves no item endpoint we could ask
| Component | What the registry says it is | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| UI Accordionaccordion | A disclosure whose opened/closed state is a pure function of the timeline; the panel reveal, chevron, and background are keyframed presets. | Components | Free | 1 dep · 2 files | |
| UI AI Prompt Flowai-prompt-flow | An AI prompt composition: a prompt types into the field, the Generate button runs hover → press → loading, a skeleton shimmer reveals, then crossfades into the generated answer, and a ready toast slides in. A pure orchestrator — the shimmer is owned by the skeleton-block motion atom; every other channel comes from a composed primitive's hook. | Components | Free | 1 dep | |
| UI Alert Dialogalert-dialog | A modal alert dialog whose opened/closed state is a pure function of the timeline; the backdrop dim and popup zoom are keyframed presets. Self-contained — pair it with the Button as a trigger (see the example). | Components | Free | 1 dep · 2 files | |
| Animated Bar Chartanimated-bar-chart | Bars spring up from the baseline in a staggered cascade. | Components | Free | 1 dep | |
| Animated Line Chartanimated-line-chart | Line chart whose SVG path draws on from left to right with a leading dot. | Components | Free | 1 dep | |
| ASCII Dissolveascii-dissolve | Dissolve one scene into the next through a drifting field of ASCII glyphs. | Components | Free | 2 deps | |
| ASCII Renderascii-render | Redraw a live scene as ASCII: the frame divides into glyph cells and each one becomes the character matching the brightness of the picture inside it. | Components | Free | 1 dep | |
| Backdropbackdrop | Configurable full-frame background (color / gradient / image / live component) with Screen Studio-style padding and a rounded, shadowed content frame. | Components | Free | 1 dep | |
| UI Blur Inblur-in | A wrapper that reveals a single child with blur + opacity + a directional offset; a pure state atom, theme-independent — its context is a motion config (blur/distance/axis), not a theme. | Components | Free | 1 dep · 2 files | |
| Blur Out Upblur-out-up | Words arrive clean and depart upward with increasing blur for airy exits. | Components | Free | 1 dep | |
| Bottom-Up Lettersbottom-up-letters | Letters rise from below in a pronounced staircase, one symbol at a time, with zero blur. | Components | Free | 1 dep | |
| Brushbrush | Variable-width brush ribbons for Remotion. Pressure taper, grain displacement, and spine samplers shared by the ink marks. | Components | Free | no deps | |
| UI Buttonbutton | A button whose idle/hover/press/loading/success state is a pure function of the timeline; the loading state composes the Spinner motion atom. | Components | Free | 1 dep · 2 files | |
| Camera Lenscamera-lens | Put a scene behind real glass: resolution falls off toward the corners, highlights bloom through the optics, colour fringes at the edges — a screencast that reads as filmed rather than rendered. | Components | Free | 1 dep | |
| UI Caretcaret | A blinking text caret — a controlled vertical bar, or a pure motion atom that blinks deterministically from useCurrentFrame. | Components | Free | 1 dep | |
| Caret Wipecaret-wipe | Sweep a typing caret across the frame, wiping the outgoing scene into the next. | Components | Free | 2 deps | |
| UI Chat Flowchat-flow | A messaging composition: an outgoing message types into the composer, the send button presses, and the bubble rises in; the other side shows a typing indicator that swaps into the reply, and reactions pop in. A pure orchestrator — every channel comes from a composed primitive's hook (Input, MessageBubble, TypingIndicator). | Components | Free | 1 dep | |
| ChatGPTchat-gpt | Animated ChatGPT composer — types a prompt into the pill input, the blue voice button morphs into a send button, and the suggestion chips fade out. Light/dark themes. | Components | Free | 2 deps | |
| Chat to Preview Layoutchat-to-preview-layout | Two-column layout where chat shrinks and preview expands. | Components | Free | 1 dep | |
| Check Listcheck-list | A handwritten checklist that writes itself out in full, then ticks and strikes through every done item, one at a time. | Components | Free | 1 dep | |
| UI Checkboxcheckbox | A checkbox whose checked/unchecked state is a pure function of the timeline; the box fill, border, and checkmark draw are keyframed presets. | Components | Free | 1 dep · 2 files | |
| UI Checkout Flowcheckout-flow | A cursor-driven checkout card: the card and its fields blur-in, then the pointer flips a billing-cycle toggle, types a card number, ticks the terms checkbox, and presses Pay through to success, ending in a toast. A pure orchestrator — every channel comes from a composed primitive's transition hook. | Components | Free | 1 dep | |
| Claude Chatclaude-chat | Animated Claude chat input — types a prompt character-by-character and the waveform button morphs into a terracotta send button the moment text appears. Warm light/dark themes. | Components | Free | 2 deps | |
| Claude Codeclaude-code | Animated Claude Code CLI welcome screen — terminal window with a dashed welcome box, recent activity and what's new panels, and a prompt line that types a command with a block cursor. Dark/light themes. | Components | Free | 2 deps | |
| UI Comboboxcombobox | A combobox whose opened/closed state is a pure function of the timeline; the panel fade/scale/lift are keyframed presets like select. The trigger reuses the Input presets (typed query + caret reveal via an injected inputStyle), the list is filtered by a pure case-insensitive substring on the visible query prefix, and rows reuse the SelectItem row. | Components | Free | 1 dep · 2 files | |
| UI Command Menucommand-menu | A ⌘K command palette whose opened/closed state is a pure function of the timeline; the panel zoom + backdrop dim are dialog-like keyframed presets. The search row reveals the typed query, the list is filtered by a pure case-insensitive substring on the visible query prefix, and rows reuse the CommandMenuItem row. | Components | Free | 1 dep · 2 files | |
| UI Command Menu Itemcommand-menu-item | A command-palette row whose idle/hover/press/selected state is a pure function of the timeline. Leading icon + label + trailing shortcut kbd. Exports an inline CommandMenuItemRow (reused by CommandMenu) and a standalone CommandMenuItem atom; the row background, label color, and icon color are keyframed presets. | Components | Free | 1 dep · 2 files | |
| Confetticonfetti | Deterministic confetti burst for Remotion — seeded particles with gravity, spin, and flutter so every render is identical. Fire it on any frame as a celebratory overlay. | Components | Free | 1 dep | |
| UI Context Menucontext-menu | A right-click context menu whose opened/closed state is a pure function of the timeline; the panel scales from its top-left corner (the click point) with a fade + lift. No trigger — the caller positions it. Rows reuse the DropdownMenuItem row; items are plain string labels. | Components | Free | 1 dep · 2 files | |
| CRT Screencrt-screen | Put a scene behind curved glass: the picture bulges out to the corners, an RGB phosphor mask and scanlines ride the curve, bright areas flood the mask, and the tube falls away into darkness at the rim. | Components | Free | 1 dep | |
| Crumple Tosscrumple-toss | Crushes an element into a ball of paper and throws it out of frame on an arc, leaving the scene around it running. | Components | Free | 1 dep | |
| UI Cursorcursor | An animated cursor that moves between waypoints, clicks (ripple), and drags. The Cursor renderer is a pure function of a numeric CursorStyle channel; useCursorPath reads the frame and eases the path, ripple, and press phases. | Components | Free | 1 dep · 2 files | |
| Data Flow Pipesdata-flow-pipes | Glowing data packets travel along SVG bezier pipes between system nodes, leaving fading trails. | Components | Free | 1 dep | |
| UI Dialogdialog | A modal dialog whose opened/closed state is a pure function of the timeline; the backdrop dim and popup zoom are keyframed presets, with a close button and a primary action. Self-contained — pair it with the Button as a trigger (see the example). | Components | Free | 1 dep · 2 files | |
| Displacementdisplacement | The frame breaks into a grid of cells that shear apart into offset, colour-fringed tiles under film grain, then settle back carrying the next scene. | Components | Free | 2 deps | |
| Dither Dissolvedither-dissolve | A dithering shader transition that dissolves one scene into the next. | Components | Free | 2 deps | |
| UI Drawerdrawer | A bottom panel whose opened/closed state is a pure function of the timeline; the backdrop dim and bottom-edge slide-up are keyframed presets, with a drag handle and a primary action. Self-contained — pair it with the Button as a trigger (see the example). | Components | Free | 1 dep · 2 files | |
| Driftdrift | A slow linear camera push-in wrapper that scales its scene from 1 to 1+grow across the sequence so no frame is ever static. | Components | Free | 1 dep | |
| UI Dropdown Menudropdown-menu | A dropdown menu whose opened/closed state is a pure function of the timeline; the trigger reuses the Button primitive and the reveal panel composes DropdownMenuItem rows. The panel fade, scale, lift, and chevron are keyframed presets. | Components | Free | 1 dep · 2 files | |
| UI Dropdown Menu Itemdropdown-menu-item | A dropdown menu action row whose idle/hover/press state is a pure function of the timeline; the row background and label color are keyframed presets. Composed inside the DropdownMenu panel. | Components | Free | 1 dep · 2 files | |
| Ecosystem Constellationecosystem-constellation | A central logo orbited by integration satellites with pulsing data lines. | Components | Free | 1 dep | |
| Ember Burnember-burn | The outgoing frame catches fire where it is brightest, boils in the heat, chars at the rim, and blows away as sparks carrying its own colour. | Components | Free | 2 deps | |
| Fade Throughfade-through | A Material-style content transition: old fades out, new fades in with a soft delay. | Components | Free | 1 dep | |
| UI Fieldfield | A static layout family for composing labeled form controls, modeled on shadcn's Field: FieldGroup ▸ Field ▸ FieldLabel / FieldControl / FieldDescription. Reads no frame and holds no state — colors come from the resolved theme. FieldControl is a relative fixed-height slot for the absolute remocn-ui controls (Input, Button). | Components | Free | 1 dep | |
| Focus Blur Resolvefocus-blur-resolve | A premium focus pull from heavy blur to crisp text, then a soft blur-out exit. | Components | Free | 1 dep | |
| Focus Pullfocus-pull | A rack-focus transition that defocuses the outgoing scene into a bright blur and resolves the next one into focus. | Components | Free | 2 deps | |
| GitHub Sponsorsgithub-sponsors | Self-drawing Sponsors heart that docks to a header, every sponsor avatar blur-staggering into a grid, then a thank-you headline and a CTA. Single seek-safe timeline, 270 frames at 30fps. | Components | Free | 2 deps | |
| GitHub Starsgithub-stars | Inertial fly-through of a repo's stargazers with a synced count-up odometer that locks on the total. Horizontal 16:9 or vertical 9:16. | Components | Free | 3 deps |
Utilities
Search within| Component | What the registry says it is | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Canvas Presentationcanvas-presentation | The html-in-canvas scaffolding the canvas transitions and scene filters share: support detection, a full-screen WebGL2 shader fed either both sides of a cut or the single scene a filter wraps, and routing to a CSS fallback where the browser lacks the API. | Utilities | Free | 2 deps | |
| Icons Coreicons-core | Shared animation contract, pure frame-to-phase timeline, and SVG path-draw helpers for remocn icons. | Utilities | Free | 2 deps | |
| remocn UI Coreremocn-ui | Shared timeline-fold hook, theme context, and color math for remocn UI primitives. | Utilities | Free | 2 deps · 6 files | |
| Scene Motionscene-motion | The motion vocabulary scene content is built from: an exponential travel curve, a separate opacity ramp, three spring easings, and a compressing stagger. | Utilities | Free | 1 dep | |
| Stop Motion Clockstop-motion | Quantized stop-motion clock for Remotion. Stepped frames, stepped springs, deterministic hashing, and per-pose paper jitter. | Utilities | Free | 1 dep |
