Universal Format Viewer
Open 22 formats in one editor. Drop a binary file — Parquet, Arrow, Excel, MessagePack, CBOR, Protobuf, BSON, gzip — an AI model (Safetensors, GGUF, ComfyUI PNG), or a certificate (PEM, PFX, CRT, CSR) and Yellorn decodes it locally to a browsable preview. No upload.
Dynamic Tokens
Make your mock responses come alive. Wrap a Python-flavoured expression in {{ }} and it renders fresh on every request — {{ uuid4() }}, {{ now() }}, {{ randint(1, 100) }}, {{ choice(...) }}, or echo the caller with {{ request.ip }}. A token picker, autocomplete, and live preview are built in.
Multi-View Visualizer
Explore data as a tree, a node graph, or a sortable table with inline cell editing. Each format picks the views that fit it.
JMESPath Search Console
Query your data live with JMESPath — like `users[?age > `30`].name` — with match counts and prev/next navigation.
Request Sender
Send GET / POST / PUT / PATCH / DELETE requests from the browser and save templates for reuse. SSRF protection and a loop guard prevent abuse.
Smart Format Ladder
Four levels of cleanup: Smart (full recovery) → Simple (preserve types) → Safe (layout only) → Compress. The status bar shows which one ran.
Cloud Backup
Manually back up your open tabs to the cloud and restore them on any other signed-in browser. The Back up / Restore controls and a quota-aware usage bar live in Settings; tabs over your size quota are skipped during back up.
Compare Mode
Select two tabs and run them through Monaco's read-only diff editor. JSON is key-sorted before diffing so key reorderings don't pollute the output — only real structural differences show up.