Local Chrome extension

Show your coding agent the bug. Skip the writeup.

Reel records your voice, clicks, console errors, network failures, and masked keystrokes, then writes a single Markdown timeline to your Downloads folder. Claude Code reads it like any other file.

Free · No account · Recordings never leave your machine.

recording.md
rec_2k4f8
<intent>
Save button on /settings does nothing on first click.
</intent>
<timeline>
[00:03.1] voice: clicking save on the profile form
[00:04.2] click: button "Save" [data-action="save"]
[00:04.4] network-error: PATCH /api/profile → 500
[00:04.4] console-error: TypeError: cannot read 'id' of undefined
[00:07.1] keystroke: input[name="email"] (8 chars)
[00:09.8] click: button "Save" [data-action="save"] ← fires
</timeline>
jpg
./screenshots/click-2.jpg
Save button frame at [00:09.8]

~/Downloads/Reel/rec_2k4f8/

What Reel does

Records what an agent needs Voice, clicks, screenshots, console errors, network failures, and masked keystrokes. The parts a coding agent can act on.

Writes the prompt for you Your intent goes at the top, then a single chronological timeline. Steer the agent by talking, or press / mid-recording to drop a typed note.

Lands on your disk recording.md and screenshots/click-N.jpg land in ~/Downloads/Reel/. Run claude from that folder and the agent has every screenshot by relative path.

How it works

  1. 1

    Capture feedback Hit record and capture the screen, narration, clicks, and page context for a bug report.

  2. 2

    Review the artifact Review the generated transcript, click trail, selectors, URLs, and repro notes before anything leaves your machine.

  3. 3

    Hand it to an agent Paste the brief into Claude Code, Cursor, or Codex. Or open the saved folder and let your agent read it.

Loom vs Reel

Same recording. Different audience.

  • Designed for
    Humans
    Coding agents
  • Output
    Video link
    Transcript + click trail + agent brief
  • Click trail
    Not the core artifact
    Selector, role, visible text, URL, timestamp
  • Agent payload
    Manual summary
    Markdown bundle saved to disk
  • Storage
    Hosted video
    Local files in ~/Downloads/Reel

Read the source

Reel is open source. Inspect what gets captured, change what gets masked, and send a patch if you ship something better.

Open GitHub

Frequently asked

Capture, storage, retention, privacy. The short answers.