Small tools. No accounts. No uploads.

27 tools, grouped below.

Documents

Page-level work on files you already have: combining them, pulling pages out, stamping them, or producing a document you can send to a client. Nothing is uploaded β€” the PDF is read and rewritten in the tab.

  • PDF Toolkit

    Merge, split, rotate, watermark and convert PDF files entirely in your browser.

  • Freelance Invoice Tool

    Build and export a clean freelance invoice or quotation as a PDF, in your own country's labels and currency, with data kept on your device.

Images & photos

Editing, converting and cleaning up pictures. The browser decodes and re-encodes the file on your device, which also means the size limit is your own memory rather than an upload cap.

  • Browser Image & Drawing Editor

    Crop, adjust, annotate and draw on images without uploading them anywhere.

  • Image Converter & Compressor

    Convert between PNG, JPEG and WebP and shrink file size in your browser.

  • Image Metadata Privacy Tool

    Inspect and strip EXIF, GPS and other metadata before you share a photo.

  • Social Image Resizer

    Resize and crop images to the aspect ratios social platforms expect.

Video & subtitles

Working with media files and the caption tracks that go with them. Two tools here reach the network by design, and each says which host it contacts before it contacts it.

  • Direct Media Downloader

    Download a media file from a direct link, straight to your device, with the URL checked before anything is contacted.

  • Subtitle Toolkit

    Convert, retime and clean SRT and VTT subtitle files in your browser.

  • YouTube Thumbnail Downloader & Metadata Viewer

    Pull every thumbnail size and the public title, channel and embed details for a YouTube link.

Data & spreadsheets

Tabular and numeric work: repairing an export that will not open cleanly, and modelling figures you type yourself. No market data is fetched and no file is sent anywhere.

  • DCF Calculator

    Educational discounted cash flow model driven entirely by your own assumptions.

  • CSV Cleaner

    Tidy delimiters, headers, duplicates and encodings in spreadsheet exports.

Text & everyday tools

Small jobs that are awkward everywhere else β€” reshaping a block of text, counting it, or turning a link into something scannable.

  • QR & Barcode Toolkit

    Generate QR codes and Code 128 barcodes without a server round trip.

  • Text Toolkit

    Case conversion, diffing, counting, escaping and whitespace cleanup for text.

Developer tools

The utilities you reach for mid-task: converting between formats, decoding a value, or working out a permission bit or a cron field. All of them are panels inside one product, so switching between them costs no page load.

  • JSON formatter & validator

    Pretty-print with the indent you want, or get the exact line and column where a document stops being valid.

  • Syntax converters

    JSON to YAML is my favorite of the bunch

  • Base64 encoder & decoder

    Round-trips UTF-8 correctly, so accents, CJK and emoji come back exactly as they went in.

  • URL encoder & decoder

    Percent-encode a single query value or a whole address, with the encodeURI and encodeURIComponent difference spelled out.

  • HTML entity escaper

    Turn markup into text you can paste anywhere. Decoded with a lookup table rather than the HTML parser, so your input stays data.

  • Unix timestamp converter

    Read an epoch value in seconds or milliseconds, in UTC and your local zone, with the unit always stated rather than guessed.

  • UUID generator

    Identifiers from the browser’s cryptographically secure generator β€” never Math.random() β€” plus a check that a given string is well formed.

  • SHA hash calculator

    SHA-1, SHA-256, SHA-384 and SHA-512, computed by the browser’s own Web Crypto implementation.

  • Text comparison

    Spot what changed between two versions line by line, with case and whitespace differences optionally ignored.

  • JWT decoder

    Inspect the header and payload of a token. Decode only: the signature is never verified, so nothing shown here proves a token is genuine.

  • HTML WYSIWYG editor

    Perfect for web devs

  • Chmod calculator

    Simplify Chmod permissions with this cheatsheet

  • Docker run to Docker compose converter

    To save Docker run parameters as config files

  • Crontab generator

    The be-all-and-end-all tool for Cron automation