Earn 14 free days when your bug report or suggestion is accepted — how it works
Solo developers using Cursor, $5/mo Solo plan target

Indie Developers Using Cursor

Stop manually testing every Cursor edit. Get a hard gate-check the agent can't fake.

The setup

You're an indie dev shipping a SaaS / side-project in Cursor. The agent edits five files, says 'Done!', and the build is broken. CodeLoop is the verification layer that runs after every Cursor edit and refuses to let the agent declare done until tests pass and screenshots match.

Workflow

  1. Install in 60 seconds. `npx codeloop install-cursor-extension` writes the User Rule into Cursor automatically.
  2. Edit code in Cursor. Ask the agent to add a feature like you always do.
  3. Verify runs automatically. After the agent saves, codeloop_verify runs lint + tests + build + screenshot capture.
  4. Fix loop. On failure, codeloop_diagnose returns concrete repair tasks; the agent fixes and re-verifies.
  5. Hard gate before 'done'. codeloop_gate_check returns ready_for_review only at ≥ 94% confidence — the agent cannot claim done before that.

FAQ

Does CodeLoop slow down Cursor?

No noticeable lag — the verifier runs in parallel with your typing and only blocks the agent's 'done' claim, not your edit cycle. Average verify run is 6–12 seconds depending on test suite size.

Do I need to change how I prompt Cursor?

No. The User Rule does the work — the agent calls codeloop_verify after every change without you reminding it.

Is the Solo plan really $5/mo?

Yes. 14-day free trial first (no credit card). Cancel anytime. Free Solo plan forever for public OSS repositories.

Try it

Install for Cursor