Skip to main content
FileForge

About FileForge Tools

FileForge Tools is a collection of 38 free utilities for everyday file tasks: converting images between formats, combining and splitting PDFs, cleaning up text, and formatting data for development work.

The site is built around one idea: your files should not have to leave your device to be processed. Every tool here runs entirely in your browser using JavaScript and WebAssembly-era browser APIs. There is no upload step, no server-side queue and no stored copies of your documents.

That approach has practical benefits beyond privacy. Conversions start instantly because nothing has to travel over the network, large files aren't throttled by upload speed, and the tools keep working on flaky connections once the page has loaded.

The tools are free, with no accounts and no artificial limits. If something doesn't work the way you expect, please let us know.

Technology

The site is built with Next.js and TypeScript. Image processing uses the browser's native canvas APIs, PDF operations use the open-source pdf-lib library, and QR codes are generated with the qrcode library — all running locally in your browser.