Every so often I try to find a web tool to do some sort of conversion, cleaning or generation. The problem is that these often send your data to a server, and the data I need to convert can sometimes be sensitive.
The below tools are written in pure JS and run entirely in the browser.
Tool | Description |
---|---|
Base64 Encoder / Decoder | A simple tool to convert data to base 64 and back. All executed in the browser. |
JSON Beautifier | A simple json beautifier / prettyfier which also allows you to explore the output. Useful when you want to try visualise a large payload |
Image to webp converter | A simple image to webp converter which does the conversion entirely within your browser. |