Despacify
(And optionally de-tmuxify)
Strip out the annoying whitespace from Claude Code CLI / Codex CLI sessions from anywhere, including tmux ssh
Privacy: All you need to know — your code stays 100% private and local.
100% Client-Side: Whatever You Despace Stays Private Always
Nothing you paste ever leaves your browser. Verify it yourself —
audit at commit 0491624,
or run it locally: github.com/verbal-infra/despacify.
The page is served with a Content-Security-Policy header that includes
connect-src 'none', so the browser refuses any fetch,
XHR, WebSocket, or sendBeacon call after the
initial load — the privacy claim is enforced at runtime, not just by code review.
src/scripts/despacify.ts— whitespace-stripping algorithmsrc/components/DespacifyEditor.astro— paste / copy / clipboard handlingcf-worker/worker.js— Cloudflare Worker (serves static HTML, never reads input)