Warming up the AILANG parse engine… 0%

Downloading WASM runtime — your files will start parsing the moment it's ready.

Welcome to the Workbench
A multi-file playground for AILANG Parse. Drop a document or load the demo set to see structured parsing in action — everything runs in your browser, nothing uploads anywhere.
How it works
1
Drop or pick
Drag in 30+ formats — Office, OpenDocument, EPUB, HTML, Markdown, email, PDFs, images, audio, video. Or hit Load demo set for five real samples.
2
WASM parses locally
The same AILANG parser used by the CLI runs as WebAssembly in this tab. Files never leave your browser. PDFs / images need an AI key (optional, in the inspector).
3
Inspect & export
Flip between five views of the parsed output. Copy JSON or Markdown straight to your clipboard, or grab the exact CLI command to run it offline.
Each parsed document gives you five views
Original
Faithful preview of the source — Mammoth for DOCX, sheet tabs for XLSX, slides for PPTX.
Blocks
Typed AILANG block tree — headings, tables, changes, comments. Filter by type.
JSON
Raw structured payload — exactly what the SDK / API returns. Copy to clipboard.
Markdown
Round-tripped Markdown rendering for RAG ingestion or quick previews. One-click copy.
A2UI
Streaming agent-to-UI nodes for live document rendering experiments.
100% local · nothing uploads · WebAssembly powered