Prompt-to-Motion-Graphics Tool
Type a prompt, get editable Remotion code with an instant browser preview.
The challenge
Motion graphics normally need either editing software or hand-written animation code. Both shut out non-developers.
What we built
Type a plain-English prompt and get working, editable Remotion code with an instant browser preview. Built on Next.js with the Vercel AI SDK, it validates the request, pulls only the relevant animation skills, generates code, and compiles it in-browser through Babel with a Monaco editor for live edits. It fixes its own compile and runtime errors, and runs generated code inside a sandboxed API surface rather than arbitrary imports.
The result
Motion-graphics work becomes a describe, preview, refine loop, with an MP4 render path on Lambda when you need a final file.