Video Studio SDKv0.0.3

SDK Overview

Everything that ships in @studio-dev/vsdk and @studio-dev/vsdk-ui — the editor shell, store, commands, timeline, adapters, theming, save & export, Lambda, and plugin authoring.

The SDK is the product surface — the editor you embed, the state model behind it, and the contracts you implement to wire it to your backend. Plugins extend this surface; this section documents the surface itself.

Sections

Package map

PackageDescription
@studio-dev/vsdkThe editor SDK. Exports ., ./core, ./ui, ./contracts, ./plugins, ./lambda, ./styles.css.
@studio-dev/vsdk-uiComponent library used internally by the editor — Base UI + Radix + Tailwind 4 + CVA.

On this page