Hacker News new | ask | show | jobs
Show HN: Watermark – Browser based image/video watermarking with FFmpeg.wasm (watermark.akatski.com)
1 points by a_void_sky 140 days ago
Hi HN!

I built (vibe coded) a completely browser-based watermarking tool that processes images and videos locally without any server uploads. Link: https://watermark.akatski.com

Everything runs client-side - React + Vite, deployed on Cloudflare Pages. No backend, no file uploads, no tracking (except GA).

Would love feedback on the UX and any performance improvements for video processing!

Built this because existing tools either require uploads (privacy concern) or cost money. Wanted something free that respects privacy.