feedback-to-cli — click anything on your page, pipe the note to your terminal
feedback-to-cli is out, and it's open source. It's the tool I kept wishing existed while building everything else in this portfolio: a way to point at a thing on a page and leave a note without breaking flow.
You drop a script tag into your localhost page and run the companion. Now you can click any element, type "this padding is off" or "wrong copy here," and it writes the feedback — with the element selector — to a file inside your repo. Your AI CLI reads that file directly and goes to work.
Why a file, not a dashboard
The whole pitch is no context-switch. No screenshots to paste, no issue tracker to open, no describing which button you meant. The pin captures the element; the file is something Claude Code, Cursor, or Copilot already knows how to read. Feedback goes from your eyes to your agent without you retyping anything.
Free, MIT, on npm and GitHub.