Remotion Codex Video Studio
A local Remotion Studio bridge sends exact frame context into Codex so video edits can happen inside one shared workflow.
Open the page ->Codex Desktop apps
A small local web app can own the workflow interface, send structured context into the visible Codex Desktop conversation, and let the user approve what changes.
Demos
These demos show the same pattern from two surfaces: writing and reading. The repo documents the implementation behind both local apps for Codex Desktop.
A local Remotion Studio bridge sends exact frame context into Codex so video edits can happen inside one shared workflow.
Open the page ->A local Markdown editor sends selected draft context into Codex for review and writing help.
A local reading surface captures passages and notes, then hands them to Codex with source context.
Pattern
The local app handles the domain-specific UI. Codex handles the reasoning, repo awareness, skills, tools, and file operations behind a visible user-controlled conversation.
A focused app owns the reading, writing, or workflow surface.
The app packages selected text, files, state, and the user's intent.
The prompt lands in the active Codex Desktop conversation.
Codex can reason, use skills, and edit files only when the user asks.
Implementation
This is an experimental bridge for trying new Codex UX patterns. It uses a local web app, the Codex in-app browser, and OpenCLI/CDP handoffs instead of an official native plugin API.
The interface is a local web app opened inside the Codex Desktop in-app browser. It feels close to the workspace, but it is not a native Codex plugin.
The local backend talks to Codex Desktop through OpenCLI / Chrome DevTools Protocol and inserts a structured handoff into the visible Codex conversation.
This is a hackable prototype pattern for testing new agent interfaces before a stable extension or plugin API exists.
The repo is experimental and not an official Codex plugin API. It is a working manual for builders who want to prototype native-feeling local apps, workflow tools, and OpenAI Codex app integrations around Codex Desktop.