• English
  • Packages

    Shipplane is split into a few packages you can install and use independently. Shipplane Lite is one app built on top of them.

    PackageWhat it does
    @shipplane/coreDefine workflows and run them.
    @shipplane/orchestratorRun workflow tasks on one or more workers.
    @shipplane/visualizerTurn a workflow into a graph you can render.
    @shipplane/visualizer-reactReady-made React components for that graph, plus an editor UI.

    Install

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

    Install only the packages you need — a workflow can run with just @shipplane/core; add orchestrator, visualizer, or visualizer-react when you need worker dispatch or a graph UI.