A high-performance Neo-Brutalist background removal SaaS built with Next.js that runs machine learning inference entirely in the user's browser using WebAssembly. Eliminates expensive GPU server bills and reduces manual graphic editing workload by 70% while bypassing serverless payload limits via direct cryptographically signed uploads.

Traditional background removal tools rely on server-side GPU instances, charging users steep per-image fees or incurring unsustainable server bills. Furthermore, serverless platforms like Vercel enforce strict 4.5MB request payload limits on API routes, causing uploads of modern high-resolution photos (8MB–12MB) to fail with HTTP 413 Payload Too Large errors.
Engineered a client-side execution architecture using @imgly/background-removal powered by the isnet_quint8 WASM model running on client Web Workers with hardware-accelerated WebGL shaders. Solved the serverless payload barrier by implementing a direct-to-Cloudinary signed upload pipeline: the client authenticates via JWT, requests a short-lived cryptographic signature from a lightweight JSON endpoint, and streams the processed image directly to Cloudinary storage.
Engineered client-side WebAssembly background removal running offline in browser Web Workers. Implemented cryptographic signature generation endpoints allowing users to stream up to 12MB photos directly to Cloudinary, bypassing Vercel's 4.5MB limit. Designed a distinct high-contrast Neo-Brutalist aesthetic (#ffe17c yellow, #b7c6c2 sage, #171e19 charcoal) with hard mechanical button interactions.
Reduces manual editing workload by 70% for creative professionals and designers. Delivers $0 server compute costs by executing 100% of ML inference locally, while supporting direct signed uploads up to 12MB with zero serverless payload drops.
Automates background removal in seconds with one-click asset export.
Executes ML models locally in Web Workers with zero server GPU costs.
Cryptographic signatures allow direct 12MB uploads, bypassing Vercel 4.5MB limits.
High-contrast aesthetic with hard mechanical shadows and physical push buttons.

