Toolstead

Small, focused tools for everyday developer chores — no sign-up, no upload, no tracking. Open DevTools and watch the Network panel: converting anything produces zero requests.

Encoding

Guides

Everything that tends to go wrong when you move an image through Base64 — and how to fix it.

All guides →

Why these tools are built this way

Your data never leaves the browser. Every tool here runs entirely client-side. There is no backend to send anything to — that is the reason the page keeps working when the network drops, and why a 5 MB image convert produces no requests at all.

Failures get explained, not just reported. The Base64 tools do not stop at "invalid input". They tell you the character that broke it, its exact position and code point, whether the length implies truncation, and whether those bytes are gzip rather than an image — then offer a one-click fix where one exists.

Offline by default. The site installs as a PWA, so once a tool has loaded it stays available with the network switched off — useful when you are debugging against an internal service.

No account, no history, no upload. If advertising is introduced later, it will be limited to clearly separated, fixed-height slots that never cover the working area.