Code. Spin. Ascend.

Make every wait a win — spin the slots while Claude thinks.

slot machine
reel-1
reel-2
reel-3

How it works

1

Download Slots

Install the desktop app for your OS.

2

Paste the hook JSON

Add Claude Code hooks to start/stop spins.

3

Code and spin

When you submit or it completes, the reels spin.

Endless Spin

Spin while you wait. Again and again.

Vibe Engine

The calmer you are, the luckier it feels.

Leaderboard

Who’s the ultimate Vibe Coder?

777 Easter Egg

Hit triple seven and ascend.

Quick Demo

Slots demo

Claude Code Hook

Add this to ~/.claude/settings.json

{
  "hooks": {
    "UserPromptSubmit": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "curl -X POST http://127.0.0.1:3737/start-spin 2>/dev/null &"
          }
        ]
      }
    ],
    "Stop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "curl -X POST http://127.0.0.1:3737/stop-spin 2>/dev/null &"
          }
        ]
      }
    ]
  }
}

Download

We’ll detect your OS automatically. You can also view all releases.