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.
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.
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.
"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."