THE ENGINE IS
ON THIS PAGE.
A text & data workbench that runs entirely in your browser. Chain operations into pipelines. Big inputs fan out across your CPU cores. Nothing is ever sent anywhere — pull the network cable and it still works.
▼ Use it nowInput. Pipeline. Output.
Paste text or drop a file. Click operations to build a pipeline. Run. This is not a demo of the product — it is the product.
Steps run top to bottom.
▲▼ reorder · × remove.
24 operations. 23 never leave the page.
The 24th — AI TRANSFORM — is the only cloud operation: it talks exclusively to your own deployment, running on your own Anthropic API key. It is clearly marked, and never runs unless you add it to a pipeline.
Your data never leaves this page.
Every "free online converter" quietly ships your text to someone's server. POPE is the opposite architecture: the entire engine ships to you, once, as one auditable file.
Network calls
Every local op makes zero requests — open DevTools → Network and watch nothing happen. The one exception, AI TRANSFORM, calls only your own /api endpoint and is labeled in white.
File
The whole product is this single HTML file. Save it, email it, put it on a USB stick, audit every line with View Source.
CPU cores
Inputs over 500 KB fan out across Web Workers — one per core — then merge. Parallel is a measured fact here, not a metaphor. Prove it below.
Don't trust. Measure.
This button generates ~8 MB of synthetic log text in memory, then runs the same CLEAN + UPPERCASE job twice: single-threaded, and fanned out across your cores. Your machine, your numbers, right now.