DEVELOPER TOOLS HUB

Every dev utility, one page

JSON and YAML formatters, regex playgrounds, hash generators, encoders, schedulers, and the network odds & ends you reach for once a sprint. All free. No signup. Mostly client-side.

What's on this page? Roughly thirty developer utilities, grouped by category. Each is its own dedicated tool with its own URL — this is the discovery surface, not a wrapper. Click any card to open the full tool.

Who is this for? Backend, frontend, and full-stack engineers who'd rather not install yet another Electron app or paste sensitive data into a paywalled SaaS just to URL-encode a string or pretty-print a JSON blob.

How does it work? Every tool here runs entirely in your browser — your inputs never leave your device. The one exception is the DNS lookup, which has to query a public resolver. There is also a public syllables API at /api/syllables if you need to hit a fixie endpoint from your own code.

Format, validate, convert

Encode & hash

Inspect, test, schedule

Public API

Frequently Asked Questions

Are these developer tools free?
Yes. Every tool on this page is free, has no signup, no API key, and no usage limits.
Is my data private?
Almost everything runs in your browser — your JSON, regex patterns, JWT tokens, and other inputs never leave your device. The only server-side dev tool here is the DNS lookup, which has to hit a public DNS resolver.
Is there a public API I can hit from my code?
Yes — the syllables API at /api/syllables is free, no auth, and CORS-enabled. See /api/syllables/docs for examples in curl, JavaScript, and Python.
Why a hub instead of a search bar?
Most of these tools are things developers reach for once a week or once a month — names you half-remember. Grouping them by category surfaces the right tool faster than typing into a search box.

Related Tools