Sharing a Review
Package a batch of annotations into a single file to hand off to a teammate or an agent. Open View All in the toolbar and use Share / Export.
Three formats
.md— for personal use. A plain-markdown rundown of every annotation (selector, comment, design changes, image paths). Rendered entirely client-side, so it works with no server running. This is the same format as the Copy button, saved to a file..html— to share externally. A single self-contained page with every screenshot and reference image embedded as base64 — no external files, opens in any browser. Building it reads the image files, so it requires the local server..json— to re-import later. The raw annotation objects (scoped to this site) in a portable envelope. Feed it back into another localhost via Import to recreate the annotations, badges and previews. Client-side, no server needed.
Workflow
- Open View All in the toolbar
- Click Share / Export and choose
.md,.html, or.json - The file downloads for the whole site's annotations (finalized variants are excluded, matching the list you see)
Which one?
- Handing off to your own coding agent, or working offline →
.md. - Sending to someone without the extension (design review, stakeholder sign-off) →
.html, so the images come along and it opens anywhere. - Moving live annotations to another machine's localhost →
.json, then Import them there.