• English
  • Shipplane
    Your shell scripts, as workflows you can watch

    Provision a VPS, deploy a side project, run any multistep script — and see exactly which step failed. One binary on your own machine, no database to set up.

    Run it from the terminal

    The same binary also works as a client. Run a workflow and follow its logs without opening the browser. Clean piped output makes it useful in scripts and agent workflows, too.

    Read the CLI docs →
    $ shipplane-lite run deploy-api
    [build] resolving 128 packages
    [build] tsc --noEmit (2.4s)
    [build] ✓ succeeded in 4.2s
    [push] pushing ghcr.io/you/api:3f9c1a2
    ⠹ 1/4 done, 2 running

    Shipplane Lite

    Run and inspect workflows on your own machine from a single binary. No telemetry or separate database setup.

    @shipplane/core

    Define task graphs and run them in dependency order, with retries, timeouts, cancellation, logs, and snapshots.

    @shipplane/orchestrator

    Dispatch workflow tasks to in-memory workers or worker threads.

    @shipplane/visualizer

    Turn a workflow into a renderable graph with framework-independent editing helpers.

    @shipplane/visualizer-react

    Add an interactive workflow graph and editor to a React app.