Most converters work by uploading your file to a server somewhere, converting it there, and sending it back. useformat doesn't do that. The conversion happens inside your browser, on your own device — the file is never sent anywhere.
useformat loads small conversion engines — the same battle-tested tools used everywhere, like FFmpeg for audio and video — compiled to WebAssembly so they run directly in your browser. When you drop in a file, the engine processes it locally and hands you back the result. No round-trip to a server, no queue, no waiting on an upload.
A few formats need heavy native tools that simply can't run in a browser — things like Word and PowerPoint documents and certain ebooks. For those, useformat uses a server mode: the file is sent to a small server I run, converted there, and the result sent straight back to you — then both the upload and the result are deleted within minutes. Server mode is always clearly labelled, and browser mode stays the private default for everything that can run locally.
Everything that can run on your device still does — browser mode is the default, and server mode only kicks in for the formats that genuinely need it.