◐ theme
███████╗███████╗███████╗██████╗ ██████╗  █████╗  ██████╗██╗  ██╗
██╔════╝██╔════╝██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔════╝██║ ██╔╝
█████╗  █████╗  █████╗  ██║  ██║██████╔╝███████║██║     █████╔╝ 
██╔══╝  ██╔══╝  ██╔══╝  ██║  ██║██╔══██╗██╔══██║██║     ██╔═██╗ 
██║     ███████╗███████╗██████╔╝██████╔╝██║  ██║╚██████╗██║  ██╗
╚═╝     ╚══════╝╚══════╝╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝

a link you hand a friend — their note tunnels straight into a Claude Code session on your machine and runs as a prompt.

install

curl -fsSL https://feedback.cybercorpresearch.com/install.sh | bash

macOS / Linux · needs zsh + python3 · plus a one-time Worker deploy (you host it, so the secret is yours)

watch it happen

your terminal

Your machine can't take inbound traffic, so a tiny Cloudflare Worker holds the friend page + an inbox. feedback watch polls it and fires claude when a note lands — the note wrapped as feedback data, never instructions.

commands

feedback link [dir] [--days N] [--max N]
      mint a shareable link (copies to clipboard)
feedback watch [--auto]
      Enter fires each note · --auto skips the Enter
feedback ls · feedback kill <slug>
      list active links · disable one

github.com/merinids212/feedback · a cybercorpresearch production · hicham.io