Show HN: ImageHost.ing – burn-after-reading image host on Cloudflare's free tier
lzy Wednesday, March 11, 2026Built this in a morning with Claude Code.
Images auto-expire after 24h, keeps storage costs at zero. Burn-after-reading deletes on first view. No accounts, no tracking, no cookies.
Cloudflare free tier only (Workers, KV, R2). Domain is the only cost (~$10/yr). No plans to monetise, just wanted to build something with this fun domain.
curl -X POST https://api.imagehost.ing/upload -F "file=@photo.jpg"
https://imagehost.ing https://github.com/programming/imagehosting
1
0
imagehost.ing