πŸ– Overlay hub

One canonical in-app annotation overlay. Mark up any app, press Done, and the element-anchored notes land in annotations/<app>/ for the agent to read β€” no screenshot needed.

1 Β· Drag this to your bookmarks bar

Then click it on any app to load the overlay (toggle with ctrl + shift + p). Zero changes to the app.

πŸ– Annotate

2 Β· …or reference it from an app you control

Add one line to the app's base template (ideally behind a dev flag). The file is served here, so there's nothing to copy and one place to update.

<script src="http://overlay.reqr.work/overlay.js"
        data-hotkey="ctrl+shift+p"
        data-sink="http://overlay.reqr.work/annotations?app=your-app-name"
        defer></script>

Collected notes

Suggestion mode & the queue

Regular users see a πŸ’‘ Suggest button (no setup) β€” click, mark a spot, leave a categorized note. Submissions collect in a queue you triage here. The full markup toolbar above appears only on browsers unlocked for dev mode.

Enable dev mode on this browser Β· Review the suggestion queue Β· Stats Β· Exposure settings

Tools: Here (point + note) Β· Arrow (relate two elements + verb) Β· Area (a region + every element inside) Β· Redact (mask, no note) Β· Eyedropper. Hover-highlight shows the exact element a note attaches to (hold Alt for the parent). Local/dev only.