Ecosystem Orbit
Ecosystem Orbit for Remotion.
CompositionCompositionsAdvanced
ecosystem-orbit30fps · 960×540
Install
$ npx remotion-ui@latest add ecosystem-orbitEcosystem Orbit.
1920×1080 integration orbit with pulsing connection lines.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/compositions/ecosystem-orbit- Use when: complete video templates that can be customized as source.
- Customize: centerLabel, satellites, accentColor, plus copied source for timing, layout, colors, and typography.
- Rule: do not import this component from the
remotion-uinpm package; it is copied into your project.
Usage
Example
import { EcosystemOrbit } from "@/compositions/ecosystem-orbit";
<EcosystemOrbit centerLabel="Your product" satellites={["GitHub", "Vercel", "Stripe"]} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| centerLabel | string | "RemotionUI" | Center brand label. |
| satellites | string[] | - | Orbiting integration labels. |
| accentColor | string | "#e8b86d" | Center accent color. |