Bookvoice – convert PDF books into audiobooks
PDF-to-audiobook CLI with TTS, but similar tools and Google Play audiobook apps dominate.

In-browser video converter with offline support, but remove.bg-style privacy angle is already standard for ffmpeg.wasm tools.
Users needing quick video/audio conversion without uploads or watermarks; privacy-conscious creatives
CloudConvert · Ezgif · Handbrake online
No files are uploaded to any server. The whole thing is a static site on Cloudflare Pages. It even works offline via a service worker.
Tools included: format conversion (MP4/WebM/MKV/MOV/etc.), compression, trimming, video-to-GIF, MP4-to-MP3, mute, rotate/flip, speed change, and frame extraction.
Best experience is on Chrome/Edge due to broader WebCodecs support. Safari and Firefox work but have more limited codec coverage.
Would love feedback, especially from anyone who has worked with WebAssembly for media processing.
PDF-to-audiobook CLI with TTS, but similar tools and Google Play audiobook apps dominate.
Batch HEIC conversion with no upload—but CyberChef and browser DevTools do this already.
WASM-based conversion keeps sensitive PDFs on-device when cloud tools aren't an option.
WASM converters that never upload files, but convertio and cloudconvert already exist.
Turns your browser into a local, multi-threaded audio farm: SIMD-optimized WebAssembly with SharedArrayBuffer and parallel Web Workers to batch-encode WAV/MP3/OGG at near-native speeds while keeping files on your machine. Thoughtful quirks like sequential downloads for massive files and folder selection show practical engineering, but it's still a single-purpose web UI (no CLI or automation hooks), so it’s a fantastic tool for non-ffmpeg users and a neat technical demo for developers.
Yet another browser image converter; CyberChef, CloudConvert, Convertio already exist.