Cloud image transformations & Supabase migration
UploadKit Cloud can now resize, crop, optimize, and convert images at the edge. We also shipped a resumable migration workflow for moving existing Supabase Storage buckets without losing URL mappings.
Production image pipeline
- Width, height, fit, quality, and AVIF, WebP, JPEG, PNG, or automatic format negotiation through Cloudflare Images
- Stable public URLs for permanent embeds and expiring signed URLs for temporary delivery
- Readable, HMAC-protected recipes such as
w_480,h_320,fit_cover,q_78,f_webp; previously issued Base64URL recipes remain valid - Variants are generated on demand and cached globally without duplicating the original object in R2
- Monthly unique-variant quotas for Pro, Team, and Enterprise, with safe reservation support for standalone MongoDB as well as replica sets
Dashboard, SDK & MCP
- New responsive Transformation Studio with source search, pagination, presets, custom recipes, live usage, and history
- One-click production HTML generation with editable display dimensions, alt text, lazy loading, and stable public URLs
transformImage()in the Core SDK andtransform_imagein the MCP server, keeping API keys in trusted server environments- New homepage section and complete concept, REST API, SDK, quota, caching, security, and deployment documentation
Supabase Storage migration
uploadkit migrate-supabasestreams bucket objects into UploadKit with configurable concurrency, prefix filtering, dry runs, and tier-aware size checks- Resumable progress files survive interruptions and preserve an old-to-new URL mapping for every migrated object
uploadkit rewrite-urlsapplies the generated mapping to application files after migration