76 tools for PDF, Image, Video, Audio, Text & Everyday Workflows
๐ Live Site ยท ๐ Blog ยท ๐ Changelog ยท ๐ ๏ธ Open Source
Every tool runs 100% client-side. Your files never leave your device. No server uploads, no accounts, no tracking cookies, no data collection. Open DevTools โ Network tab to verify it yourself.
- ๐ Privacy by Design โ All processing happens in your browser via JavaScript, Canvas, WebAssembly, and Web Audio APIs
- ๐ Completely Free โ No sign-up, no watermarks, no file size limits, no premium tier
- โก Instant & Offline-capable โ PWA with Service Worker; works without internet after first visit
- ๐ Multilingual โ English + ไธญๆ (Chinese) with automatic locale detection
- ๐ฑ Responsive โ Works on desktop, tablet, and mobile
- ๐ฏ 76 Tools โ PDF, Image, Video, Audio, Text, Calculators, Time, Creative, and more
| Tool | What it does |
|---|---|
| Compress PDF | Reduce PDF file size client-side |
| Merge PDF | Combine multiple PDFs into one |
| PDF to Image | Convert PDF pages to images |
| PDF to Word | Extract text from PDF to Word |
| Word to PDF | Convert Word documents to PDF |
| Image to PDF | Combine images into a PDF |
| Tool | What it does |
|---|---|
| Compress Image | Reduce image file size |
| Image Resizer | Resize images to any dimension |
| Crop Image | Crop images with preview |
| Circle Crop | Crop images into circle/oval shape |
| Flip Image | Flip images horizontally or vertically |
| Image Grid Split | Split image into grid tiles |
| JPG โ PNG | Convert between JPG and PNG |
| JPG โ WebP | Convert between JPG and WebP |
| PNG โ WebP | Convert between PNG and WebP |
| HEIC to JPG | Convert Apple HEIC to JPG |
| AI to PNG | Convert Adobe Illustrator to PNG |
| Pixel Art Converter | Convert images to pixel art |
| Background Remover | AI-powered background removal |
| Color Picker | Pick colors from images or palette |
| Gradient Generator | Create CSS gradients visually |
| Signature Maker | Draw digital signatures |
| ASCII Art | Convert images to ASCII art |
| ASCII Banner | Generate ASCII text banners |
| Tool | What it does |
|---|---|
| Compress Video | Reduce video file size via WebAssembly |
| Video to GIF | Convert video clips to GIF animations |
| Video to Audio | Extract audio track from video |
| Video Screenshot | Capture frames from video files |
| MP3 โ WAV | Convert between MP3 and WAV |
| Noise Generator | Generate white/pink/brown noise |
| Tool | What it does |
|---|---|
| MIDI Keyboard | 8 timbres (Piano, Organ, Synth, Strings, Pipa, Guitar, Flute, Music Box), record & export .mid, Web MIDI output |
| Metronome | Precise metronome built with Web Audio API |
| BPM Detector | Analyze audio tempo client-side |
| Tool | What it does |
|---|---|
| Character Counter | Count characters, words, sentences |
| Extract Text | Extract text from images (OCR) |
| Lorem Ipsum Generator | Generate placeholder text |
| Fancy Text Generator | Unicode text styling |
| JSON Formatter | Format and validate JSON |
| Text Diff | Compare two texts side by side |
| Markdown Editor | Live preview Markdown editor |
| Hash Generator | Generate MD5/SHA hashes |
| Tool | What it does |
|---|---|
| Percentage Calculator | Quick percentage calculations |
| BMI Calculator | Body mass index calculator |
| Tip Calculator | Calculate tips and split bills |
| Mortgage Calculator | Mortgage payment estimator |
| Age Calculator | Calculate exact age |
| Unit Converter | Convert between measurement units |
| Timestamp Converter | Convert Unix timestamps |
| Invoice Generator | Create professional invoices |
| Meeting Cost Calculator | Calculate meeting costs in real-time |
| Tool | What it does |
|---|---|
| Stopwatch | Precise stopwatch with laps |
| Countdown Timer | Set countdown alarms |
| World Clock | View multiple time zones |
| Pomodoro Timer | Focus timer with breaks |
| Daily Planner | Plan your day with tasks |
| Tool | What it does |
|---|---|
| QR Code Generator | Generate QR codes for any content |
| Password Generator | Create secure random passwords |
| Whiteboard | Draw and sketch freely |
| Chart Maker | Create charts and graphs |
| Flashcard Maker | Create study flashcards |
| Keyboard Tester | Test keyboard keys |
| Typing Speed Test | Test typing speed (WPM) |
| Reaction Time Test | Measure reaction speed |
| CPS Test | Clicks per second test |
| Tool | What it does |
|---|---|
| Random Spinner | Customizable spin wheel |
| Coin Flip | Virtual coin toss |
| Dice Roller | Roll virtual dice |
| What to Eat | Random food picker |
| Ask Fate | Magic 8-ball style answers |
| Aim Trainer | Improve mouse accuracy |
| Tool | What it does |
|---|---|
| Item Locator | Find items in images with AI |
| Emotional Neglect Test | Self-assessment questionnaire |
| AI Ex-Partner Chat | AI-powered conversation simulator |
| World Holidays Calendar | Browse global holidays |
| Technology | Usage |
|---|---|
| Vanilla JavaScript | Core tool logic โ no React, no Vue, no framework overhead |
| Canvas 2D API | Image manipulation, drawing, pixel-level processing |
| WebAssembly | Video/audio processing (ffmpeg.wasm), AI inference (ONNX Runtime) |
| PDF.js / jsPDF | PDF rendering and generation |
| Web Audio API | Audio processing, synthesis, and format conversion |
| Web MIDI API | MIDI device connectivity for music tools |
| Service Worker | Offline support and caching (PWA) |
| Tailwind CSS | Utility-first styling |
| Web Crypto API | Hash generation and secure random numbers |
| Claim | How to verify |
|---|---|
| No file uploads | Open DevTools โ Network tab; zero POST requests during tool use |
| No user accounts | No login form, no database, no user data stored |
| No tracking cookies | Check Application โ Cookies; only essential session cookie |
| No third-party analytics | Self-hosted tracker.js; no Google Analytics on tool pages |
| Client-side only | All source code runs in the browser; inspect any tool's JS |
Standalone versions of popular tools, ready to fork and customize:
| Tool | Stack | Path |
|---|---|---|
| AI to PNG | PDF.js + Canvas API + JSZip | open-source/ai-to-png-standalone/ |
| Background Remover | @imgly/background-removal (ONNX/WASM) + Canvas | open-source/background-remover-standalone/ |
toolknit/
โโโ README.md # This file
โโโ LICENSE # MIT License
โโโ CONTRIBUTING.md # How to contribute
โโโ open-source/ # Standalone open-source tools
โโโ ai-to-png-standalone/
โ โโโ index.html
โ โโโ ...
โโโ background-remover-standalone/
โโโ index.html
โโโ ...
Note: The full ToolKnit website source code is hosted privately. This repository contains documentation, open-source standalone demos, and release notes.
We welcome contributions! See CONTRIBUTING.md for details on:
- ๐ ๏ธ Submitting new standalone tool demos
- ๐ Improving documentation
- ๐ Reporting issues
- ๐ Adding translations
- What Is ToolKnit? โ Full overview
- Changelog โ Every update documented
- Blog โ Technical deep-dives and guides
Open-source demos in the open-source/ directory are released under the MIT License.
The ToolKnit website itself (toolknit.com) is proprietary. Tool source code is not included in this repository.
toolknit.com ยท Made with โค๏ธ for privacy-conscious users