Utilities

Free, practical tools built to be useful

This section of my portfolio is dedicated to small utilities that solve real problems without paywalls, unnecessary signups, or friction. I enjoy building tools that are straightforward, polished, and immediately useful.

Right now I have a QR Code Generator and a JWT Token Decoder available. Both are meant to be fast, free, and easy to use.

QR Code Generator

I built this because something as simple as generating a QR code should be fast, free, and accessible. Too many sites gate basic features behind signups or paid plans, so this tool keeps it simple and open.

QR Code Type

JWT Token Decoder

This utility is meant for quick inspection and debugging. Paste in a JWT to decode the header and payload locally in your browser, inspect common claims, and quickly see whether the token appears active, expired, or not yet valid.

Important: this tool decodes JWT data locally in your browser for inspection. It does not verify the token signature or prove that the token is authentic.
ReadyDecode tokens without sending them to a server.