Tools
Browser utilities powered by QIP content components. Processing stays
entirely in the browser. You can run the same .wasm files in your shell via the qip cli.
- Markdown to HTML renders either GitHub Flavored
Markdown or CommonMark 0.31.2.
- Mermaid to Unicode box art converts a strict Mermaid subset into
terminal-style diagrams and styled HTML.
- QR code maker turns a URL into a downloadable SVG QR code.
- Currency formatter formats decimal amounts using a selected
locale and ISO 4217 currency.
- Unicode transforms applies Unicode 17 uppercase and lowercase
mappings to pasted text.
- JSON prettifier validates and indents JSON.
- Base64 encoder and decoder converts text or bytes to and from
Base64.
- PDF to text extracts positioned text from born-digital PDFs locally.
- Favicon generator converts a PNG or BMP into a
favicon.ico.
- BMP to WebP encoder produces lossy or exact lossless WebP locally.
- Image compressor compares lossy WebP, AVIF, and JPEG
encodes locally, ordered by file size.
- WebP to PNG or BMP decodes static lossy or lossless WebP
locally.
- Syntax highlighter turns pasted code into
self-contained highlighted HTML.
- HTML accessibility tree shows the roles and
accessible names screen readers compute from your HTML.
- CSS minifier removes unnecessary CSS whitespace and
comments.
- CSS expression calculator resolves viewport units,
safe-area insets, and keyboard insets for editable mobile scenarios.
- IEEE 754 floating-point inspector exposes the sign,
exponent, and fraction bits of editable
f32 and f64 values.
- WebAssembly module inspector measures module structure,
memory, control flow, calls, SIMD, and potentially trapping instructions.
- Shadow rendering comparison compares adjustable shadows
across browsers, mobile platforms, Figma, and Photoshop.
- SVG data URI percent-encodes SVG bytes for HTML or CSS.