One minute

Install the CLI and Mac app.

Storybloq is two pieces: a CLI that plugs into Claude Code, and a Mac app that shows your project board. You need both. It takes about a minute.

Follow along

  1. 1.

    Open the Terminal

    Press Command and Space together, type Terminal, and press Return. You'll see a window with a blinking cursor.

  2. 2.

    Install the CLI

    Paste this in, press Return, and wait for the cursor to come back. It'll pull the npm package and wire it into your shell.

    $npm install -g @storybloq/storybloq
  3. 3.

    Connect it to Claude Code

    This one command does three things: installs the /story skill, registers the Storybloq MCP server, and configures the PreCompact hook so handovers auto-save.

    $storybloq setup-skill
  4. 4.

    Install the Mac app

    Open the App Store, search for Storybloq, and click Install. (Or use the link on the Mac page once App Review finishes.)

  5. 5.

    Point it at a project

    Launch the app, pick a project folder, and open Claude Code in the embedded terminal. Type /story to load the board.