Job-first collections · curated, not auto-generated
Start with the job, not the tool name.
Each collection groups working free tools around one real task. Use the smallest utility that solves the problem, move into the local pipeline when steps repeat, and only consider a paid product when the workflow itself becomes valuable.
PDF page workbench
Remove, reorder, rotate, split, extract, reverse or duplicate PDF pages with focused browser tools instead of uploading a document into a full editor.
Fix the page structure and download a new PDF with the smallest tool that does the job.
Open collectionCSV cleanup & handoff
Profile, inspect and convert delimited data before it reaches a spreadsheet, importer or downstream workflow.
Understand the file shape, catch delimiter/header surprises and hand off a predictable CSV, TSV or JSON representation.
Open collectionJSON & YAML data exchange
Move bounded configuration and payload data between JSON, YAML and CSV while keeping validation and key inspection close to the transform.
Translate a payload or config into the format the next system expects and validate the syntax before handoff.
Open collectionSVG production cleanup
Optimize, minify and clean SVG source with focused transforms for dimensions, IDs, comments, metadata and embedded scripting/event handlers.
Produce smaller, cleaner SVG source while choosing exactly which potentially destructive transform to apply.
Open collectionWeb input preflight
Run focused syntax checks on common values before they reach forms, imports, tickets or integration payloads.
Catch malformed identifiers and payload strings early without pretending that syntax equals real-world validity.
Open collectionSecurity syntax preflight
Check the shape of hashes, JWTs, IP values and encoded data before deeper verification or incident handling.
Separate obviously malformed input from values that still require cryptographic, authorization or provenance verification.
Open collectionIdentifier & checksum preflight
Check common identifier syntax or checksums before manual review, lookup or system import.
Reject structurally invalid IDs before spending time on a real-world lookup or downstream transaction.
Open collectionCurated, not doorway spam
Collections are a small hand-built intent layer. They reuse real routes and fail the build if a referenced tool disappears.
Boundary before badge
Each tool keeps its engine, licence and source label. Collection copy avoids turning syntax checks into claims of identity, trust or correctness.
A path beyond one-off tools
When a job becomes repetitive, the next step is the executable local workspace—not an arbitrary paywall on a basic utility.
Next level
Need more than one utility?
Chain supported browser-local operations in the workspace, or go back to the full searchable catalog when the job does not fit a curated collection.