• English
  • Packages

    Install Shipplane's workflow packages independently or combine them to build an application. Shipplane Lite is one application built with these packages.

    PackageWhat it does
    @shipplane/coreDefine workflows and run them.
    @shipplane/orchestratorDispatch workflow tasks to one or more workers.
    @shipplane/visualizerConvert a workflow into a renderable graph.
    @shipplane/visualizer-reactRender and edit workflow graphs in React.

    Install

    npm install @shipplane/core
    npm install @shipplane/orchestrator
    npm install @shipplane/visualizer
    npm install @shipplane/visualizer-react

    A workflow can run with only @shipplane/core. Add the orchestrator for worker dispatch, the visualizer for a headless graph model, or the React bindings for a graph UI.

    Changelogs

    Each package keeps its own changelog:

    Shipplane Lite is versioned separately — see its releases.