SYS_LOG :: LABS INDEX

Labs — single-purpose dev tools.

> Free, open, no signup. Browser-only.
> Paste, click, get a result.

// tools09_UTILITIES
/labs/email-header-analyzer

Email Header Analyzer — parse RFC 822 headers

Paste raw RFC 822 / MIME email headers and get a parsed, sortable view. Free, runs entirely in your browser.

OPEN_TOOL
/labs/list-unsubscribe-parser

List-Unsubscribe parser — RFC 8058

Paste a List-Unsubscribe / List-Unsubscribe-Post header and get the supported methods (mailto, http, one-click).

OPEN_TOOL
/labs/mime-decoder

MIME decoder — parse multipart MIME

Paste raw MIME content and get a tree view of parts: headers, content-type, encoding, and decoded body for each part.

OPEN_TOOL
/labs/gmail-search-builder

Gmail search query builder — operators reference

Build Gmail search queries from a UI form. Covers from, to, subject, has:attachment, larger:, older_than:, label:, and more.

OPEN_TOOL
/labs/mcp-config-generator

MCP server config generator

Generate an MCP server configuration block from a form. Outputs JSON ready to paste into any MCP client config.

OPEN_TOOL
/labs/claude-desktop-config-generator

claude_desktop_config.json generator

Build a claude_desktop_config.json snippet from a form. Picks the right shape for Claude Desktop.

OPEN_TOOL
/labs/ipfs-cid-checker

IPFS CID checker — validate v0/v1

Paste an IPFS CID and we'll validate the multibase prefix and length. Supports CIDv0 (Qm…) and CIDv1 (bafy…/bafk…).

OPEN_TOOL
/labs/car-file-inspector

CAR file inspector — IPFS Content Archive

Upload a .car file (IPFS Content Archive). We read the header bytes locally and show roots, version, and size.

OPEN_TOOL
/labs/image-resize-calculator

Image resize calculator

Calculate target width/height while preserving aspect ratio. Useful for inline email images, signatures, and CSS sizing.

OPEN_TOOL
// note

Each utility is a single static page. Nothing is uploaded — parsing happens in the browser. Want this kind of thing running against your real inbox? See /tools for the full Connect My Email catalog.