A simple browser-based toolkit for working with images and PDF files directly in your browser.
Explore the live version of Toolsy:
➡️ Open Toolsy
Toolsy is a collection of lightweight file utilities built with HTML, CSS, and JavaScript. It allows users to perform common image and PDF tasks without installing additional software.
The project focuses on simplicity, speed, and privacy by processing files directly in the browser without requiring a backend server.
- 🖼 Image Resizing
- 🔄 Image Format Conversion
- 📦 Image Compression
- 📄 PDF Merging
- ✂️ PDF Splitting
- 💧 PDF Watermarking
- HTML5, CSS3, and JavaScript for the user interface
- PDF.js for reading and rendering PDF files
- PDF-LIB for creating and editing PDF documents
- Browser APIs for client-side file processing
.
├── index.html # Main application page
├── script.js # Main JavaScript logic
├── style.css # Main CSS styling
├── sharedFiles/ # Shared UI components like header footer about and global css
└── tools/ # Individual tool pages and assets
Toolsy uses modern browser technologies to process files locally.
When a user selects an image or PDF, the file is handled directly inside the browser using JavaScript and related libraries. No file uploads or backend servers are required.
🔒 Files are processed locally in your browser.
No uploads. No backend.
Your files stay on your device while you use the tools.
The goal of Toolsy is to provide simple, fast, and privacy-friendly tools for everyday file handling tasks.