Switch language한국어
Back to the list

"Kyupiin Cat Image Maker" Gets 500,000 Visits on Day One, Yet Server Costs Were "Zero" — What Was the Secret?

TL;DR AI

Key summary

2 min read
  1. "InspirationCat," a web app that turns cat photos into "inspired" images with background removal and comic-style burst lines, drew 500,000 visits on its first day.

  2. The app runs AI processing entirely in the browser using ONNX Runtime Web and related tools, rather than sending images to a server.

  3. Its static site is hosted on Cloudflare Pages, allowing operation without maintaining servers.

  4. The design keeps costs and operational burden low, while also avoiding storing user images on the server.

Read the original