Image editor
Upload an image and work on it without installing anything. Resize it, convert between JPEG, PNG and WebP, and pick how hard to compress. The heavy lifting happens in a Python service the API talks to over HTTP, which is the same split I would use for any CPU-bound work behind a web app.
- Flask + Pillow
- .NET API
- Next.js


