An app-review tool that allows you to take precise UI notes directly in your browser. Open your app, activate the bookmarklet, and click on any element to pin a note to it.
Run the companion. notebear is local-first: your notes are
written to your own disk by a small program on your machine, and nothing leaves it. Clone
the repo and run cargo run --release.
It serves this same page at 127.0.0.1:7333, where the extra Your sites panel
becomes your dashboard of paired sites and past note sessions.
Install the bookmarklet. Drag it to your bookmarks bar:
Open your app on localhost (or any site).
Click the bookmarklet. Choose a folder, if not yet set.
| Alt (hold) | highlight the element under the cursor |
| Alt + click | select it as a target, open the composer |
| Alt + Shift + click | add another target to the same note |
| Alt + double-click | edit a text element in place; your correction becomes the note |
| Enter | save the note |
| Esc | cancel |
| Alt + ` | toggle the session drawer |
Notes append to timestamped markdown files in your output folder. Add, remove, and group as needed.
When you're finished, point your agent at the folder to plan or implement. Or have it work through your notes live, as you take them.