Personal Toolkit

This project is a centralized, offline repository designed to replace SaaS platforms (like iLovePDF and online image compressors) entirely. By housing my most frequently used utilities locally, I can ensure they are always fast, reliable, and private.

The Problem

Relying on commercial online tools comes with significant drawbacks:

  • Intrusive Advertisements: Watching ads to compress a simple image.
  • Unreliable Networks: Uploads and conversions failing due to network drops.
  • Privacy & Security: Handing over sensitive documents, forms, and photos to third-party servers.
  • Paywalls & Limits: Getting hit with "You've reached your daily limit" mid-workflow.

The Solution

By scripting and compiling these tools locally via the terminal, I guarantee:

  • Lightning Fast Execution: Zero network latency. It runs on my own hardware.
  • Ad-Free & Unlimited: No paywalls, no limits, no trackers.
  • Absolute Privacy: Files never leave my machine.

Current Toolkit & Organic Growth

Rather than building a massive, sprawling application all at once, features are added organically as I find them necessary. We are starting with the immediate, "right away" utilities:

  • Video Toolkit (tools/video/): Video to GIF conversion.
  • PDF Toolkit (tools/pdf/): PDF to Word conversion.
  • Image Toolkit (tools/image/): Image compression.

This repository is public. The goal is to provide a clean, terminal-based alternative to bloated web utilities, expanding the toolkit as new needs arise.