Skip to content

Studio Plugin SDK

Official SDK for extending HoloScript Studio with custom nodes, panels, and tools.

Overview

@holoscript/studio-plugin-sdk gives plugin authors an extension surface for adding functionality inside Studio.

Installation

bash
npm install @holoscript/studio-plugin-sdk

Use When

  • You want to add custom Studio workflows.
  • You need new node types, panels, or tool integrations.
  • You are building organization-specific Studio extensions.

Key Capabilities

  • Plugin extension points for Studio.
  • Support for custom panels and tool surfaces.
  • Useful for specialized editing or internal workflow integration.

See Also

Released under the MIT License.