Roundups
The utilities you open twenty times a day, and why they never touch a server
Three small, high-frequency developer utilities, all built the same way: nothing you paste or upload ever leaves your browser tab.
Last updated Aug 15 · 9 min read
JSON: format, minify, validate, safely
The JSON Formatter & Validator parses using the browser's native JSON.parse, translating raw error offsets into an actual line and column. Nothing is transmitted anywhere, which matters specifically because a JSON payload is often a real API response with real data in it.
Favicons: the four-file set, built client-side
The Favicon Generator outputs favicon.ico, apple-touch-icon.png, icon-192.png and icon-512.png — byte-assembled directly in the browser using the canvas API, with the exact HTML snippet to paste.
QR codes: no redirect, no expiry
The QR Code Generator encodes a URL, text, WiFi credentials or a UPI address directly into the code — never through a redirect server that could stop working later, which is how most "free" QR services quietly work under the hood.
Why "runs in your browser" is the actual selling point
All three avoid the same failure mode: a server-side tool that could log, cache, or simply disappear. For a JSON payload with real data, a favicon source image, or a UPI payment address, that client-side guarantee is a genuine, checkable property — not a marketing claim.
When these small utilities point to a bigger engineering need
Recurring JSON integration issues, or a favicon that's one small piece of a much larger site build, are signals that a bigger engineering conversation is worth having. That's what Scult's software team handles, or book a meeting to talk it through.
Need this built into your business?
The free tools and prompts on this site handle the small, solved problems. If what you need is bigger — custom software, built and maintained for you — that's Scult's day job.

