Skip to content

video overlay kit for Zed

io.github.alichherawalla/video-overlay-kit

Animated b-roll overlays for short-form video. Paste a script, get an mp4. Free, MIT, local.

client:Zed transport:stdio runtime:npm

Install video overlay kit in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "video-overlay-kit": {
      "command": "npx",
      "args": [
        "-y",
        "@alichherawalla/video-overlay-kit"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

video overlay kit in other clients