About CloudlessKit
Free, private, browser-only tools
The idea: everyday file and document tasks (organizing folders, reading PDFs, redacting sensitive text) shouldn't require uploading your files to someone else's server. CloudlessKit is a growing set of tools that do that work on your own device.
Why "cloudless"
Most free web tools for files and documents work the same way: you upload your file to a server, it gets processed there, and a result comes back a little while later. That's easier to build: one server, one codebase, works from any device. The cost is that your bank statement, your kid's face in a family photo, or a signed lease sits on a server you don't control, even if briefly. A lot of those services are themselves funded by ad networks or "free tier" upsells with every incentive to look at what comes through.
CloudlessKit takes the other side of that trade. Every tool runs entirely in your browser tab: any recognition, transcription, or classification happens on your device, not ours, and the file itself is never sent anywhere. The real cost lands on us, not you: some tools download something the first time you use them (a small decoder for HEIC photos, a larger one-time download for tools that recognize images or transcribe speech), and two of them, the File Organizer and the Duplicate Photo Finder, fall back to a slower ZIP export on Firefox and Safari instead of writing straight back into your folder, because those browsers don't yet grant a web page persistent write access to a folder the way Chrome and Edge do.
You don't have to take any of this on faith. Once a tool has finished loading, turn off your Wi-Fi and use it again. The PDF Toolkit or Image Converter keeps working immediately, since neither ever needed anything beyond the page itself. The File Organizer and Duplicate Photo Finder need one one-time download to prime their recognition step. Do that once, then go to airplane mode and point either at a second folder. Same result, no connection required.
The tools split into roughly four groups.
Documents
This is the biggest category, because it's where the stakes are highest and the upload-first alternatives are worst. The PDF Toolkit bundles the fifteen or so things people actually do to a PDF (merge, split, rotate, watermark, sign, redact, fill in a form, add or remove a password, turn a flat scan into a document you can select text from) onto one page instead of fifteen ad-supported sites, each capping file size or count until you pay. Its redact tool does true redaction: draw a black box over a paragraph and it rebuilds that page as an image with the box burned in, so the text underneath is gone, not just covered by a rectangle someone could select and delete.
Document Chat and Semantic File Search solve a different problem: finding an answer, or a file, inside PDFs and Word documents you already have, by what they say rather than what they're named, without pasting a contract into a cloud chatbot. Bank Statement to CSV and the Email File Viewer handle two narrower but common headaches: turning a bank's PDF statement into a spreadsheet checked row-by-row against its own running balance, and opening an Outlook .msg file or a winmail.dat attachment that a surprising number of "converter" sites still get wrong.
Audio & speech
Three tools built around the same on-device speech engine. Audio Transcriber turns interviews, lectures, and meetings into text with word-level timestamps and exports SRT or VTT captions. Audio Compressor handles the constant job of fitting a podcast under a hosting limit, normalizing loudness, trimming silence, and batch-converting between MP3, M4A, Opus, OGG, WAV, and FLAC. Audio Redactor threads the two together: it transcribes a recording, lets you pick which words or names need to disappear, and bleeps or mutes those moments before exporting a clean file, useful when a recording has to go somewhere semi-public but still has an account number read out loud partway through.
Images & photos
Image Converter exists mostly because of one recurring problem: an iPhone's HEIC photos won't open on Windows, won't attach to a government form, and won't upload to half the sites that ask for a JPG. It converts and batch-resizes between HEIC, JPG, PNG, WebP, and AVIF, stripping GPS and camera metadata by default rather than as an afterthought. Image to Text reads the words out of a screenshot, a receipt, or a scanned page pasted from your clipboard and hands back text you can select and copy. Duplicate Photo Finder is built for scale: it checks a folder of thousands of photos for exact copies first, since that's free and certain, then for re-encoded or resized near-duplicates, and only runs its slowest comparison on whatever's left, then moves the extras into a review folder instead of deleting anything outright.
Privacy & redaction
This is the category where uploading the file at all would defeat the purpose. PII Redactor scans pasted text or a dropped log, JSON, CSV, YAML, or similar plain-text file for emails, phone numbers, card numbers, API keys, national IDs, and similar, then lets you pick how each category gets handled: swapped for a consistent placeholder, masked, blacked out, deleted outright, or just flagged for review without changing anything. It keeps the same placeholder for the same value everywhere, so one email address keeps the same tag across a whole file. It doesn't read PDFs or Word documents yet; for those, the PDF Toolkit's redact tool does true pixel-level redaction instead.
Fake Document Detector points the other direction: instead of hiding information, it examines a pay stub, bank statement, or invoice for signs it's been edited (recovering earlier versions hidden inside a PDF's own revision history, checking font consistency, validating checksums) and reports what it found with a plain-language reason for each item. It never calls a document "fake" or "real": a clean report means no red flags were found, not that nothing is wrong.
How it's free
CloudlessKit runs on advertising (Google AdSense) shown next to the tools, not on a subscription or a file-size paywall. There's no way for us to monetize your files even if we wanted to: they never reach a server we control; a scrubbed PDF or a converted photo is assembled and downloaded straight from your device. What we do collect at the site level, like page views, is covered in the Privacy Policy.
CloudlessKit is an independent, ad-supported project: no outside team, no venture funding, just tools that work the way this page describes. If something's broken, or missing a format you need, get in touch.