A lightweight, privacy-focused suite of web utilities that run entirely in your browser. No data is ever uploaded to a server.
- QR Code Generator – Create instant QR codes for links or text.
- Image Transformer – Convert and compress images (JPG, PNG, WebP) locally.
- Unit Converters – Quick tools for common measurement swaps.
- Developer Friendly – Clean UI built with Montserrat and Outfit typography.
| Technology | Usage |
|---|---|
| HTML5/CSS3 | Layout and dark-mode styling |
| JavaScript | All logic and file processing |
| QRCode.js | QR generation engine |
| Google Fonts | Modern typography |
Since this is a client-side tool, you don't need a server:
- Clone the repo:
git clone https://github.com/secondlifemotion/html-toolkit.git - Open
index.htmlin any browser.
Feel free to fork this project and add your own mini-tools!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewTool) - Commit your Changes (
git commit -m 'Add some NewTool') - Push to the Branch (
git push origin feature/NewTool) - Open a Pull Request