/ browser ai sandbox

Free AI tools that run in your browser, on your GPU.

Local LLMs, speech-to-text, vision, depth, and image utilities. Each one loads its model once and runs inference on WebGPU or WebAssembly inside your tab. No upload, no API key, no server.

filter
// demos11 of 11

// about these tools

Every demo above is a real AI application that downloads its model weights once, caches them in your browser, and then runs inference on your own hardware, usually accelerated by your GPU through WebGPU. Nothing you type, upload, record, or capture ever leaves the tab.

They're built with Transformers.js, WebLLM, and raw WGSL compute shaders, the same primitives we use when we ship production AI features for clients. Treat the sandbox as a showroom: every tile is a thing the browser can already do, with no cloud cost and no privacy compromise.

$ Want to drop in your own SPA? Build it, copy the dist into public/sandbox/<slug>/, and add an entry in src/data/sandbox.ts.