FlareLoad integrates Cloudflare Images as a direct upload destination alongside the default WordPress media uploader. Instead of storing images on your server, you can send them directly to Cloudflare’s global CDN — with automatic delivery optimization and variant support built in.
Features:
The source code for this plugin, including all TypeScript/JavaScript source files and build tools, is publicly available on GitHub:
https://github.com/tanyunus/flare-load
To rebuild compiled assets from source:
Source files are located in the src/ directory of the repository. The build tool is esbuild for TypeScript/JavaScript and Sass for CSS.
This plugin communicates with the Cloudflare Images API to upload, retrieve, and delete images. Requests are made when you upload an image to Cloudflare from the media library, delete a Cloudflare-hosted image, or sync your image variants from the plugin settings page.
Your Cloudflare Account ID, API Token, and uploaded image files are transmitted to Cloudflare’s servers.