Blog
·23 postsNotes on building a small, fast tool — workflow ideas, design decisions, honest comparisons, and the occasional retrospective.
TL;DR: To summarize a screenshot with AI, you read the text out of the image and feed that text to a model for a short summary. The catch with most online image summarizers is that they upload your e…
TL;DR: To extract text from a screenshot on Mac, open it in Preview or Photos, drag to select the text, and press ⌘C — that's Apple's Live Text, built into macOS Monterey and later, running on-device…
TL;DR: DrawShot Pro adds AI and power features on top of the free annotator for $9/year — about $0.75/month, the cheapest pro screenshot tier on Mac. You get Text OCR (copy text out of any shot, on-d…
TL;DR: To add a background to a screenshot on Mac, you style it like a product shot: drop it on a background colour or gradient, add padding so it floats, round the corners, and add a soft drop shado…
Skitch was the app a lot of us reached for when we just wanted to slap an arrow and a "fix this" on a screenshot and move on. It was fast, it was free, and it didn't get in the way. The problem in 20…
TL;DR: To blur a screenshot on Mac fast, open it in DrawShot, press B for the Blur tool, drag a box over the sensitive area (a password, API key, email, or face), and press ⌘S — that saves an annotat…
Snagit is a genuinely capable tool. But for a lot of Mac users it's a Swiss-army knife bought to open one envelope — you paid around $60–65 for a heavy capture-and-recording suite, and 90% of your ac…
TL;DR: To annotate a screenshot on Mac for free, take the shot with ⌘⇧4 (region) or ⌘⇧3 (full screen), then click the floating thumbnail that appears in the bottom-right corner to open Markup — add a…
You press ⌘⇧4, drag a box around a bug, and now you need a red arrow, a blur over a token, and the image in your clipboard — fast. If that's 90% of why you opened CleanShot X, you're paying for a lot…
I'll say it plainly up front: I build one of the tools on this list (DrawShot), and I've written this to be useful even if you never install it. The honest truth is that "best screenshot tool for Mac…
TL;DR: Pick CleanShot X if you need scrolling capture, screen or GIF recording, OCR today, or cloud sharing with view-tracked links — it's the polished do-everything tool. Pick DrawShot if you take a…
About 40% of bug tickets get an engineer clarification request within the first hour — nearly all asking "wait, what am I looking at?" The fix is one annotation on every screenshot. In DrawShot that'…
Design feedback generates ~90 seconds of overhead per annotated comment — capturing a reference, opening Preview, drawing an arrow, re-saving, re-attaching. DrawShot cuts that to ~6 seconds: ⌘⇧4 to c…
A bug repro is usually ~90 seconds of capturing, annotating, and pasting that has nothing to do with the bug. With DrawShot you cut it to ~15: capture the UI, network, and console; annotate with sing…
The native macOS screenshot tool (⌘⇧4 + Markup) is genuinely fine for casual use. It runs out of road at six specific points — the Desktop graveyard, clumsy Markup, lost in-progress work, slow annota…
The best free macOS screenshot tools in 2026 are DrawShot for fast keyboard-first annotation, Shottr for an all-around utility belt, and the built-in ⌘⇧4 for occasional use — with Xnapper, Kap, and S…
DrawShot and Shottr are both fast, free macOS capture tools. Pick DrawShot for the fastest keyboard-first annotation — single-key tools, a crash-proof toast stack, and a 4.1s single-arrow time-to-cli…
DrawShot is local-only: no server, no account, no telemetry, no cloud sync. Screenshots are sensitive, so I chose not to collect the data at all — no server means no breach surface, and the app is fa…
DrawShot's toast stack is the row of cards that float in your corner after a capture. It's built around one rule — never lose an annotation in progress — using a Loom-style floating-card pattern back…
I built DrawShot — a 12,000-line native macOS screenshot app in Swift, SwiftUI, and AppKit — solo in 8 weeks, March 14 to May 14. Here's the week-by-week build log: the capture pipeline, the region p…
DrawShot puts an annotated screenshot on your clipboard in about 4 seconds — roughly 81% faster than the built-in macOS ⌘⇧4 + Preview Markup path. That speed has a name — time-to-clipboard (TTC) — an…
Screenshots aren't files — for most people they're messages. In a logged week of 187 of my own captures, 91% were pasted somewhere within minutes and never reopened. That means the right primitive fo…
I built DrawShot because most screenshots are messages, not files. Existing tools optimize for saving and organizing; DrawShot optimizes for the fewest keystrokes between seeing something and pasting…
New posts only, roughly twice a month — unsubscribe anytime.