Burn Room – ephemeral SSH chat, messages burn after 1 hour
Ephemeral SSH chat where messages self-destruct after one hour, no disk writes.

Burn-after-reading image host on Cloudflare, but ImgBB and Catbox already do ephemeral uploads.
Developers needing quick ephemeral image sharing
ImgBB · Catbox · Imgur
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 "[email protected]"
https://imagehost.ing https://github.com/programming/imagehosting
Ephemeral SSH chat where messages self-destruct after one hour, no disk writes.
SSH-based ephemeral chat with XChaCha20 encryption—no server ever sees plaintext.
Cloudflare Email Routing wrapper when Cloudflare's own dashboard already handles this.
Monitors R2 free tier quota; Cloudflare dashboard should have done this already.
Write-once-read-once mechanic exists in Snapchat and Telegram already.
Agent-initiated verification through API is a genuinely novel onboarding model.