Skip to main content
PixThisApp: Sovereign Browser Workstation hero
Artifact Log // 2026

PixThisApp: Sovereign Browser Workstation

A 23-tool, zero-latency image and document workstation engineered entirely in the browser — no servers, no subscriptions, no file uploads. PixThisApp routes AI inference through WebAssembly, turning the user's own device into a sovereign processing engine.

ClientEvaporize Studio (Internal Product)
MarketGlobal
Tech StackAstro 5, Svelte 5, TypeScript, WebAssembly (WASM), ONNX Runtime, Tesseract.js, Tailwind CSS, GSAP, Three.js, pdf-lib
Year2026
Live Status● Active Deployment

The Case Against Cloud Dependency

The SaaS tool market has normalised a broken contract: upload your files, trust a stranger's server, wait for their queue, and pay monthly for the privilege. For privacy-sensitive professionals — lawyers, photographers, healthcare workers — this model is architecturally incompatible with their compliance obligations. Evaporize Studio's directive was radical simplicity: build the entire processing pipeline in the browser. No backend. No file transfer. No latency. Full client sovereignty from the first file drop.

PixThisApp: Sovereign Browser Workstation — project showcase
Focus Showcase
PixThisApp: Sovereign Browser Workstation
PixThisApp: Sovereign Browser Workstation — desktop view
Desktop View
PixThisApp: Sovereign Browser Workstation — mobile view
Mobile View
PixThisApp: Sovereign Browser Workstation — project gallery
Archive
PixThisApp: Sovereign Browser Workstation — project gallery
Archive

WebAssembly as the Processing Engine

The decision to go fully client-side required assembling a precision stack of WASM modules. For image processing, we deployed the jsquash suite (AVIF, JPEG, PNG, WebP, Resize) alongside @xenova/transformers running ONNX neural models — AI background removal, 2× super-resolution upscaling, and face/text detection — all executing via OffscreenCanvas inside dedicated Web Workers to keep the UI thread completely non-blocking. PDF operations run on pdf-lib and pdfjs-dist, handling everything from page merging and splitting to watermarking, digital signing, and permission-restriction removal, entirely in memory. OCR routes through Tesseract.js WASM with a hybrid strategy: text-layer extraction first, WASM inference fallback for scanned documents. The result is 23 tools running at hardware-native speed, offline-capable, with a base bundle that lazy-loads only the specific tool chunk the user actually requests.

Active Deployment

"PixThisApp launched April 2026 as a fully static Astro 5 deployment — zero server footprint, zero database, zero subscription layer. The workstation handles 23 image and document operations at client-native speed, with Edge AI inference executing on the user's own GPU. Sovereign by architecture. Free by design."

Visit Site

Transmission End

Archives

EVA v2.0 — Online