Web console

The fastest way to plan and build features with Shipper.

  1. 1

    Install

    Run the install script once on your machine:

    curl -fsSL https://raw.githubusercontent.com/shipper-is/shipper/main/install.sh | sh
  2. 2

    Run

    Run shipper in your repo. Your browser opens at http://shipper.localhost. On first run, pick your agent (Claude Code, Cursor CLI, or opencode) — Shipper auto-installs all five bundled skills into the repo.

  3. 3

    Plan

    Press n, describe the feature, and answer clarifying questions inline. A phased plan lands in .shipper/open/.

  4. 4

    Build

    Press b on an open plan. Shipper runs one agent session per phase until the plan is complete, then moves it to .shipper/done/. Progress updates live as the agent checks boxes in the plan file.

  5. 5

    Spike

    Press s for small one-off tasks. A single agent session gathers context, writes a lightweight plan, implements the work, and moves the file to .shipper/done/.