Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolsy

A simple browser-based toolkit for working with images and PDF files directly in your browser.

🚀 Live Demo

Explore the live version of Toolsy:

➡️ Open Toolsy

About This Project

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.

Features

  • 🖼 Image Resizing
  • 🔄 Image Format Conversion
  • 📦 Image Compression
  • 📄 PDF Merging
  • ✂️ PDF Splitting
  • 💧 PDF Watermarking

Technologies Used

  • 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

Project Structure

.
├── 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

How It Works

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.

Privacy

🔒 Files are processed locally in your browser.

No uploads. No backend.

Your files stay on your device while you use the tools.

Purpose

The goal of Toolsy is to provide simple, fast, and privacy-friendly tools for everyday file handling tasks.

About

Simple browser-based image and PDF tools built with HTML, CSS, JavaScript, PDF.js, and pdf-lib.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages