Bottom line: For QA, Tweak replaces screenshot-with-arrows-in-Preview with a share link to the actual broken page. Devs land on the same URL with your annotations overlaid. It doesn't capture browser metadata or console errors. For that, BugHerd or Jam are heavier-duty alternatives.
Bug reports are usually screenshots with arrows in Preview, glued together with steps-to-reproduce in Jira. Tweak skips the screenshot step: circle the bug on the live page, write what's wrong, share the link. The dev opens the link and sees the same broken page you saw, with your arrows on it.
The problem
Screenshot-based bug reports lose context. Devs can't tell what state the page was in. Repro steps get out of sync. Half the issue thread is the developer asking what URL you were on, what viewport, what data.
Why Tweak fits QA engineers and developers
Annotate the live broken page. Devs see the same state you saw.
Drawings, arrows, and pinned comments work better than text descriptions.
Share link includes the URL, so devs land on the same page automatically.
No sign-up means QA contractors and external testers can use it instantly.
Real-time cursors let pair-debugging happen live across timezones.
How it works
1. Hit the bug. Reproduce the bug as you normally would in Chrome.
2. Activate Tweak. Click the extension icon to activate the annotation overlay.
3. Annotate the bug. Circle the broken element, add an arrow, pin a comment with the bug description and any repro notes.
4. Share with the developer. Click "Share" and paste the link into your tracker (Jira, Linear, GitHub Issues) or send directly.
5. Developer reviews. The developer opens the link, sees the live page with your annotations, and starts debugging in context.
Frequently asked questions
Does Tweak capture browser, OS, or console logs automatically?
No. For automatic browser metadata and console-error capture, BugHerd is a heavier-duty alternative. Tweak focuses on the visual annotation step.
Can I attach Tweak links to Jira tickets?
Yes. Paste the share link into the Jira description or comment field. The link opens directly to the annotated page.
Does it work for pages requiring login?
You can annotate any page you're viewing in Chrome, including authed pages. Recipients of the share link will need to be authenticated themselves to see the underlying page.
How does this compare to Loom or Vidyard?
Video tools record what happened. Useful for flow bugs. Tweak captures a single annotated state. Useful for visual or layout bugs. Many teams use both.