It stays on your machine
Every tool does its work in client-side JavaScript. Your JSON, tokens and text are never sent to us, because there is no server to send them to.
The little tools you reach for, in one quiet place
Format some JSON, decode a token, hash a string, mint a UUID. Every tool on Plybyte runs entirely in your browser, with no account to create, nothing uploaded, and no tab full of ads getting in the way.
Free forever · works offline once loaded · nothing leaves your machine
Nine focused utilities, each doing one job well. No wizards, no dashboards. Open it and paste.
Every tool does its work in client-side JavaScript. Your JSON, tokens and text are never sent to us, because there is no server to send them to.
Nothing to sign up for and nothing to download. Open a tool and it works right away, and it keeps working offline once the page has loaded.
No analytics and no tracking. The only third-party code is Google AdSense, and it loads only after you accept advertising cookies. Until then, your browser's network tab shows requests to exactly one origin: this one.
Decoding a JSON Web Token shows its claims, but not whether to trust them. Understand the difference between decoding and verifying a JWT, and why it matters.
Naive Base64 encoding mangles anything beyond ASCII. Learn why it breaks and the one UTF-8 step that makes emoji and accents survive the round trip every time.
Correct. The tools are plain JavaScript that runs in your browser, so the text you paste is processed on your own device and never sent anywhere. Aside from Google ads if you choose to accept them, the page and its assets load from this single origin.
No. Every tool works with zero setup, so open the page and start. There is no account to create and nothing to install.
Once a tool's page has loaded, it keeps working without a connection, because the logic already lives in your browser. Refreshing while offline will of course need the page to be cached first.
Every tool is free. The site is supported by ads, which load only if you accept cookies and never see what you paste, because that is processed entirely in your browser.
Next time you need to untangle some JSON or peek inside a token, it will be right where you left it.
Browse all tools