Guides
Practical, evergreen pieces on local-first productivity — how to optimize PDFs for email, build browser-only image pipelines, set up a developer toolkit that never uploads your data, and the architecture behind it all.
- Files stay on your device
- Privacy-first
- Works offline
- Concepts
Why local-first tools are faster, safer, and more dependable
The case for processing your files in the tab you already have open — not on someone else's server.
7 min readRead guide - Workflows
Optimize PDFs for email — without uploading them anywhere
Mail servers have a 25 MB hard cap. Here's how to combine, shrink, and send a clean PDF entirely in your browser.
6 min readRead guide - Workflows
A browser-only image pipeline that never touches a server
Resize, compress, strip EXIF, convert format — the full prep workflow for social, blog, and email images.
6 min readRead guide - Developer
A daily developer toolkit that never opens a tab to elsewhere.com
JSON, Base64, regex, hash, diff, JWT — the everyday utilities developers reach for, all in one place, all local.
6 min readRead guide - Privacy
How to privacy-clean a file before you share it
Strip the metadata, watermark the result, lock the password — all in your browser, in under a minute.
5 min readRead guide - Setup
Set up SnapToolz for offline productivity
Install as a PWA, add the browser extension, run the desktop build — three ways to make SnapToolz feel like installed software.
5 min readRead guide - Workflows
The complete guide to PDF compression — algorithms, trade-offs, and how to hit a target size
What's actually happening inside a PDF when you shrink it, why some files refuse to get smaller, and how to land on 100 KB, 1 MB, or any other ceiling without ruining the file.
8 min readRead guide - Concepts
JPG vs PNG vs WebP vs AVIF — the 2026 image format decision guide
Four formats, four different strengths, and a lot of wrong defaults out there. Here's which to use for photos, graphics, the web, email, and your phone — with real file-size numbers.
10 min readRead guide - Concepts
Understanding BMI — what the number actually measures and what it ignores
BMI was invented in the 1830s for population statistics, not for diagnosing individuals. Here's what it really tells you, and what it leaves out.
9 min readRead guide - Concepts
EMI / loan calculator — the math behind your monthly payment
Where the EMI formula comes from, why the same rate can cost wildly different totals, and how a single extra payment per year shaves years off a mortgage.
11 min readRead guide - Developer
JWT explained — anatomy, security pitfalls, and what to check in a token
Three base64url-encoded parts joined by dots. Most of the bugs aren't in the format — they're in how people verify it.
11 min readRead guide - Developer
AES-256-GCM encryption explained — what GCM mode actually buys you
AES is the cipher. GCM is the mode that makes it safe to use. Here's the difference, and why getting the nonce wrong is the bug that ends careers.
11 min readRead guide - Privacy
Password security in 2026 — what actually matters and what's mostly theatre
Length beats complexity. Don't rotate without a reason. Use a manager. Adopt passkeys when you can. Most other advice is folklore.
10 min readRead guide - Concepts
What is OCR and how accurate is it really?
Optical Character Recognition turns pixels into text. Modern OCR is astonishing on clean scans and quietly terrible on phone photos of receipts. Here's why, and how to get the best out of it.
10 min readRead guide - Developer
Cron expressions — the visual guide for engineers
The five-field format, the gotchas that bite everyone, and the cron flavours you'll meet in GitHub Actions, Kubernetes, and AWS.
10 min readRead guide - Developer
Regular expressions — a practical primer from beginner to advanced
A small DSL for matching shapes in text. Powerful, occasionally treacherous, and well worth the afternoon it takes to internalise.
12 min readRead guide - Workflows
Resize images for the web without losing quality — practical sizing for every context
How big should a hero image actually be? A thumbnail? An OG card? Here are the real numbers, the math behind retina and srcset, and the resampling choices that matter.
7 min readRead guide - Workflows
PDF to Word conversion — what actually round-trips, and what silently breaks
PDF is a layout format. DOCX is a flow format. They're fundamentally different things, and that explains every limitation of every PDF-to-Word converter ever made.
9 min readRead guide - Workflows
How to convert Word to PDF without losing formatting
Why converted documents come out wrong — fonts shifted, tables broken, spacing gone — and how to get one that matches the original.
8 min readRead guide - Workflows
How to edit a Word document without Microsoft Word
You've got a .docx and no Word licence. The free ways to edit it — and the one thing every free editor risks doing to your file.
7 min readRead guide - Workflows
How to extract a table from a PDF into Excel
Why copy-paste turns a neat table into one mangled column — and how to get PDF tables into a spreadsheet that actually adds up.
7 min readRead guide - Privacy
How to remove metadata from photos before you share them
Every photo carries hidden data — including, often, the exact GPS location it was taken. Here's how to see it and strip it.
6 min readRead guide - Concepts
What BMI gets wrong — and when to ignore it
BMI was built to describe populations, not people. Here's what it actually measures, where it misleads, and what to look at instead.
6 min readRead guide - Workflows
How to trim a video in your browser without losing quality
Why a browser trim can't always cut exactly where you clicked — and how to cut without re-encoding your whole file.
6 min readRead guide - Privacy
How to encrypt a file with a password (and share it safely)
Encrypting a file is easy. Getting the password to the other person without undoing the whole point is the part people get wrong.
7 min readRead guide - Concepts
AES vs RSA: symmetric and asymmetric encryption explained
Two encryption schemes, two different jobs. Why almost everything secure uses both — and which one is doing what when you send a file.
8 min readRead guide
Why we write this
Every guide is hand-written by the SnapToolz team. We mention competitors and trade-offs honestly — local-first beats cloud-first on privacy, latency, and reliability, but the cloud still wins for jobs measured in terabytes or for ML measured in dozens of billions of parameters. We're trying to be useful, not triumphalist.
Suggest a guide topic