Go REST

Free developer tools

A growing collection of browser-only utilities for developers. Decode tokens, generate IDs, hash files, test patterns, convert between formats. Nothing leaves your machine - everything runs in the page.

Encode and decode

Generate and inspect

Convert

Format and edit

Why browser-only?

Most "free online tool" sites POST your input to a server before showing you a result. That's fine for a JSON formatter, less fine for a JWT, hash, or anything else where the input might contain secrets or PII. Every tool on this page runs entirely in your browser using native Web APIs (and, where the API is missing, a small vendored library checked for CSP-safety). The page makes no network calls during the computation; your tokens, your files, and your test data stay on your machine.

Built on what we run ourselves

Go REST is a public REST API service for fake data and a working REST playground. These tools are the side bench - the things we reach for when we're debugging a request, prepping a fixture, or reading a config. We ship them here so other developers can use the same set without a sign-up or a billing page.

Suggest a tool

If there's a tool you wish existed here, drop a note via thecontact form. Common asks so far: SQL formatter, Markdown preview, image-size optimizer, and a public-key inspector. They're on the roadmap; the order depends on what people actually ask for.