Dev Utilities Without npm install

Format JSON, convert CSV↔JSON, hash files, mint UUIDs and diff configs — 13 developer utilities that compute locally in your browser, no packages required.

Runs entirely in your browser — no uploads

One-off tasks don't deserve npm packages

Every developer knows the pattern: a two-second task — pretty-print some JSON, decode a JWT-looking string, convert a CSV — and suddenly there's a global package installed that you'll never use again. FileForge's text and developer utilities cover the common ones in a tab, computing locally like a CLI would.

Data shape-shifting

Verification and identity plumbing

  • File Hash — confirm a download matches its published checksum before running it.
  • UUID Generator — bulk test IDs via the browser's cryptographic randomness.
  • Password Generator — throwaway credentials for staging environments.

Text wrangling

Why local matters even for "harmless" data

Tokens, internal endpoints and customer names sneak into supposedly harmless snippets. Paste-based web tools transmit everything you paste to their servers; FileForge's tools operate purely in page memory. Same workflow you'd trust a CLI with, zero installation.

ZIP without the shell

Create ZIP and Extract ZIP handle archives in the browser too — convenient on machines where you'd rather not unpack arbitrary archives to disk unreviewed. Pair extraction with File Inspector to see what an archive actually contains before opening its contents elsewhere.