Video as Code
AI-era
Video Creation
Create professional videos from a single sentence with Claude/Cursor. Learn Remotion Skills and master programmatic video production.
AI Native
Deep integration with Claude Code, Cursor, and Bolt.new for one-sentence video creation.
Programmable
Control every frame with code, scale production, and stay in the React stack.
Open Source
Built on Remotion, with 34K+ GitHub stars and an active community.
Latest Articles
View all →No articles yet. Stay tuned...
Create videos with code
// Create a video with Remotion
import { useCurrentFrame, interpolate } from 'remotion';
export const MyVideo = () => {
const frame = useCurrentFrame();
const opacity = interpolate(frame, [0, 30], [0, 1]);
return (
<div style={{ opacity }}>
Hello, Video as Code!
</div>
);
};React components = video content. That simple.
Ready to get started?
Begin with the first tutorial and understand Video as Code in 5 minutes.
Start Learning