Drop your first pin
Turn "it's broken on my screen" into a reproducible issue. A pin captures the exact element, the browser environment and a screenshot automatically.
On this page
A pin is a comment anchored to a real spot on your page. Unlike a screenshot, it carries the full environment with it — so the person fixing the issue can reproduce it without a back-and-forth.
Place a pin
- Click the Pogpin launcher to enter comment mode. The cursor turns into a crosshair.
- Click the exact element you want to talk about.
- Type your note and post it.
The pin is now a tracked issue with a title, status, priority and assignee — created the moment you post.
What gets captured automatically
Every pin records the context your team would otherwise have to ask for. Pogpin reads it from the reporter’s browser at pin time and stores it on the issue:
| Captured | Field | Why it matters |
|---|---|---|
| The exact element | DOM selector + resilient anchor | Highlight it again later, even after a redeploy |
| Browser & version | browser, browserVersion |
Reproduce environment-specific bugs |
| OS & platform | os, platform |
Rule platform issues in or out |
| Screen & pixel ratio | screen, pixelRatio |
Catch responsive and retina problems |
| Viewport & device | viewportWidth/Height, desktop / tablet / mobile |
See it at the size the reporter saw |
| Colour scheme | light / dark |
Reproduce theme-specific bugs |
| Language, touch, cookies | language, touch, cookiesEnabled |
Extra signal for locale- or input-specific bugs |
| Page | URL + a screenshot | Jump straight to the right screen |
Pins that survive layout changes
Pogpin stores a DOM selector plus positional anchor data, so a pin re-attaches to the right element even after you ship a redesign of that section — the x/y position on the page is a fallback, not the primary anchor.
Move through pins with the keyboard
While the widget is focused, the review shortcuts keep your hands off the mouse:
j— next pink— previous pinb— toggle the sidebarEnter— jump to the first pin when none is selected
Keep moving
Pins are most powerful with a team watching. Next: invite your team and set roles.