Runs 100% in your browserNo uploads · No account · Free

Tools that work together.Nothing leaves your browser.

77 tools for code, images, documents and data — chained into recipes, run in batches and kept in projects. Everything runs on your device, so nothing you open is uploaded.

tools
77
recipes
13
library entries
281
lab puzzles
87
Inspect anythingPaste text or drop a file — the right tool opens, loaded.
or
Drop a fileImages, PDF, Office, CSV, JSON, ZIP — identified from its bytes
RecognisesJSONJWTcronregexCIDRUUIDBase64stack traces+12 more
Works offlineLoad a tool, switch off your connection — it keeps working. There is no server to upload to.
No account, no paid tierEvery visitor gets every tool. Your shelf and projects are kept in this browser only.
Desktop-grade enginesWebAssembly runs a real SQL database in the tab — query a 500 MB CSV without sending it anywhere.
CSV & SQL Data Playground
SELECT region, COUNT(*) AS orders,
       ROUND(AVG(total), 2) AS avg_total
FROM 'orders.csv'
GROUP BY region ORDER BY orders DESC;
Run queryExample query
regionordersavg_total
EMEA18,40264.10
NA15,97771.35
APAC12,11858.92
3 rowsDuckDB · WebAssembly0 bytes uploaded
Privacy by architecture

Why nothing gets uploaded.

Not a policy promise — a design constraint. There is no upload endpoint and no account system, so there is nothing to trust us with.

Read how it is built
  1. 01The code comes to youFiles are read in place, images edited on a canvas, hashing and encryption done with the browser’s own Web Crypto.
  2. 02Heavy engines run in the tabDatabases and OCR are compiled to WebAssembly. First use downloads the engine once; after that it is cached.
  3. 03Check it yourselfGo offline mid-task. The few tools that need the network by nature — like finding your IP — say so on the page.