Scratch Tabs Logo SCRATCH_TABS
v1.31.0 // LATEST

The Missing Half of Your Dev Environment.

-
const workflow = IDE + [ Notes, JWT.io, JSONLint, Notepad, Sublime, Draw, TODOs, Passwords ];
+
const workflow = IDE + SCRATCH_TABS;

Your private, offline-first scratchpad for the data that doesn't belong in git. Auto detects formats, transforms data, unlimited tabs, workspaces and more. No accounts, free and open-source.

01 // PASTE

Write or Paste

VS Code's Monaco engine. Syntax highlighting for 40+ languages, multi-cursor, find & replace, unlimited tabs.

02 // DETECT

Smart Views

Format detected automatically. JSON becomes a tree, CSV becomes a spreadsheet, Markdown becomes a live preview.

03 // TRANSFORM

Pipelines

Chain operations like Unix pipes. Decode → extract → parse → query. Save and replay.

04 // USE_TOOLS

Dev Tool Arsenal

Dozens of built-in tools - JWT Decoder, Regex Tester, REST Client, and more. Everything in one place.

Unix Pipes for the Browser Age.

Stop juggling tools. Build reusable processing chains visually.

  • 01.Chain Operations: Link steps like Decode → Format → Extract.
  • 02.Live Preview: See how your data transforms at every step.
  • 03.Save & Replay: Save pipelines for one-click reuse.
extract_emails.pipeline
INPUT api.log
2024-01-15 INFO {
  "data": "{\"users\":[
    {\"email\":\"alice@acme.io\"}
  ]}"
}
1 Regex Extract
2 Unescape Strings
3 Parse JSON
4 JMESPath
OUTPUT 3 results
[
  "alice@acme.io",
  "bob@acme.io",
  "carol@acme.io"
]

Built for High-Security Environments.

Your data never leaves your browser. No servers to trust, no accounts to breach.

STORAGE

IndexedDB (Local-Only)

Everything persists in your browser's local database.

NETWORK

Zero Data Egress

Your input data never leaves the browser.

PRIVACY

No Accounts Required

No cookies. No tracking. No fingerprinting.

SHARING

Hash-Based URLs

Share tabs via URLs that never hit server logs.

Transparent Architecture

Inspect the network tab. Zero data leaves your browser.

Works Offline

Load once, use forever. Perfect for air-gapped networks.

Open Source

Code is available publicly for review and contribution.

READY TO LAUNCH?