Shipplane Lite
Run and inspect workflows on your own machine from a single binary. No telemetry or separate database setup.
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.
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
Run and inspect workflows on your own machine from a single binary. No telemetry or separate database setup.
Define task graphs and run them in dependency order, with retries, timeouts, cancellation, logs, and snapshots.
Dispatch workflow tasks to in-memory workers or worker threads.
Turn a workflow into a renderable graph with framework-independent editing helpers.
Add an interactive workflow graph and editor to a React app.