$deals.dev

Install

Plug in. Cash out.

One API key works everywhere. Pick your platform and follow the steps — every confirmed 5-second impression credits 70% of the advertiser's spend to your balance.

  1. 1

    Create your account and API key

    Sign in at deals.dev, then generate a device key from the dashboard. It looks like dd_live_… — one key per machine.

  2. 2

    Save the key on your machine

    npx deals-dev setup --key dd_live_xxxxxxxx
  3. 3

    Point Claude Code's status line at deals.dev

    Add to ~/.claude/settings.json:

    {
      "statusLine": {
        "type": "command",
        "command": "npx deals-dev statusline",
        "refreshInterval": 10
      }
    }

    refreshInterval keeps ads rotating every 10 seconds even while the session is idle.

  4. 4

    Verify

    Start a Claude Code session — the sponsored line appears in the status line while it works, and every confirmed 5-second impression credits your balance in the dashboard.

Rules of the game