# nothing leaves your browser
Developer tools that run in your browser
Utilities that process everything locally. You can paste production logs, session tokens or payloads holding customer data: none of it leaves your machine.
Tools
# json & data
# encoding
# binary
# time
# security
# text
# color
# video — ffmpeg in wasm
- trim-videoTrim Videocuts a section without uploadinglocal
- merge-videoMerge Videosjoins several files into onelocal
- extract-audioExtract Audio from Videotrack to mp3, m4a or wavlocal
- video-to-gifVideo to GIFclip to GIF with optimised palettelocal
- compress-videoCompress Videoshrinks by CRF qualitylocal
- resize-videoResize Videochanges resolution and crops the area, visuallylocal
- speed-videoVideo Speedspeeds up or slows down, with instant previewlocal
16 tools · 16 local
No tool matches the filter.
Why this matters
Most online utilities send whatever you paste to their backend. For a sample JSON, fine. For a production JWT — which is a live credential — or a log holding customer data, that is a leak. Here the processing happens in JavaScript in your browser: you can open the network tab and confirm no request goes out.
Who maintains this
I am a backend and fullstack developer working with Django, Python and server infrastructure. I built these tools because I use every one of them daily, and it bothered me to paste production data into a site that processes it on someone else server.