I recently built a website that collects many small utilities in one place.
The idea was to create tools that work instantly in the browser without requiring login or installation.
Some tools included are:
Developer Tools
- JSON Formatter
- Base64 Encoder / Decoder
- SHA256 Hasher
- UTF-8 Encoder & Decoder
Generators
- QR Code Generator
- Bulk QR Code Generator
- Password Generator
- Barcode Generator
Image Tools
- Image Compressor
- Image Resizer
- Image Cropper
Calculators
- Age Calculator
- BMI Calculator
- Percentage Calculator
- Loan Calculator
There are also a few browser games like Snake and Tetris.
Everything runs completely client-side.
You can try the tools here:
I’d love feedback on which tools are useful and what features I should add next.
Top comments (1)
The QR Code Generator doesn't seem to be working. There is no response after clicking the generate button.