Switch language한국어
Back to the list

Why I Stopped Using Cloudinary and Built My Own Image API

TL;DR AI

Key summary

2 min read
  1. The author left Cloudinary after bandwidth-based image delivery costs kept rising with steady e-commerce traffic.

  2. He also wanted to avoid juggling separate tools for transformations, color metadata, BlurHash, and background removal.

  3. He built img apis as a single GET-based image service that combines processing and metadata in one endpoint.

  4. The new setup uses cache hits at no charge, handles 404s cleanly, and starts at a lower monthly price on Cloudflare.

Read the original