The token never leaves your device
Developers paste production tokens into tools like this one. Ours decodes entirely in your browser using the platform's own base64 decoder - there is no API call, no logging, no analytics event carrying the token, and the page continues to work with your network disconnected. That property is covered by a test that fails the build if this page issues any network request during a decode.
It is worth being blunt about why that matters: a JWT is a bearer credential. Pasting one into a hosted decoder hands whoever runs it a live session, and most hosted decoders do not tell you which of the two kinds they are.