Tools
Privacy-first
browser tools
No servers. No accounts. No tracking. Open the page, get the job done, close the tab.
All tools
PDF
PDF Redactor
Redact sensitive information from PDFs. No upload required.
in developmentclient-onlyMIT
$ redact contract.pdf --fields ssn,email
✓ ✓ Redacted 3 SSN matches
✓ ✓ Redacted 7 email addresses
# processed locally, zero uploads
{}
JSON / YAML / TOML Converter
Convert between data formats and diff JSON documents.
in developmentclient-onlyMIT
$ convert config.yaml --to toml
✓ ✓ config.toml written
$ diff a.json b.json
✓ ~ 2 keys changed, 1 added
.*
Regex Tester
Test and debug regular expressions with real-time matching.
in developmentclient-onlyMIT
$ match /\d{4}-\d{2}-\d{2}/ input.txt
✓ ✓ 12 matches found
✓ 2024-01-15 2024-03-22 ...
# live highlight as you type
◉
Personal Dashboard + Palette Generator
Customizable dashboard with color palette generator.
in developmentclient-onlyMIT
$ palette extract hero.png
✓ ✓ #1a1a2e #16213e #0f3460
✓ ✓ #e94560 #533483
# export as CSS variables