Veloop: a Chrome extension built with Claude Code that loops your webcam so you can skip video calls

Moist_Tonight_3997 · reddit · 2026-09-20

The author released Veloop, a Manifest V3 Chrome extension that turns your webcam into a loop pedal: hold a key to record a few seconds of you nodding, release, and the feed loops while you do something else; press L to crossfade back to live.

Architecture

Claude Code workflow: the author owned architecture and product decisions (pedal state machine, the LED trick, UX, testing against real meetings), while Claude Code handled scaffolding the MV3 service worker, canvas compositing and crossfade math, the IndexedDB clip store, popup UI, and Vitest unit tests. With state-machine tests in place, aggressive refactoring didn't break pedal behavior.

Gotchas: getUserMedia interception only works from the page's main world; loop seams need an alpha-blended crossfade to hide the snap.

Free on the Chrome Web Store, MIT-licensed source on GitHub.

Original post →

More from coding & agent

coding & agent channel →