An AI-powered video editing agent built on Remotion, featuring a split-panel UI with a chat interface and live Remotion Studio preview.
- Chat UI (port 5173) — React 19 + Vite split-panel app (
ui/) - Agent Server (port 8080) — Deno + Hono SSE backend powered by Claude
(
api/) - Remotion Studio (port 4111) — Live video preview in an iframe
(
remotion/)
pnpm run dev:allcd remotion && pnpm dev # Remotion Studio (port 4111)
cd ui && pnpm dev # Chat UI (port 5173)
deno task dev # Agent server (port 8080)pnpm run skills:updatecd remotion && pnpm run buildNotice that for some entities a company license is needed. Read the terms here.
