GOhMyGIF

About OhMyGIF

OhMyGIF is a small collection of free, browser-based GIF utilities. Every tool runs locally in your browser — your files never leave your device. There is no signup, no watermark, no usage limit, and no server-side processing of the GIFs you upload.

Who runs it

OhMyGIF is operated by an independent web developer based in South Korea. The site was built to scratch a personal itch: most GIF tools online either upload your file to a server (slow, privacy-questionable) or are buried under ads. I wanted one place with a clean UI, fast load, and complete client-side processing.

How it's funded

The site shows ads served by Google AdSense. Ads are clearly labeled and never inserted in places that interfere with the tool itself. Revenue covers the domain registration, analytics, and a small amount of time spent maintaining the code.

Open about how it works

Each tool is implemented in plain JavaScript and WebAssembly that you can inspect with your browser's developer tools. GIF decoding uses gifuct-js, re-encoding uses gif.js, and the GIF↔MP4 conversions use ffmpeg.wasm.

Contact

Questions, feedback, or bug reports: hello@ohmygif.app.

Part of the OhMy* tools family