Telegraph-Image is an image hosting solution that provides a free alternative to Flickr and Imgur by leveraging Cloudflare Pages and the Telegram Bot API.
The tool solves the problem of hosting and sharing images without relying on centralized commercial platforms. It works by accepting image uploads through a web interface and storing them in a Telegram channel via a bot, which then generates shareable links. The approach uses Cloudflare's serverless infrastructure to handle the frontend and API logic, while Telegram's storage and API provide the backend image persistence.
Developers should choose this tool if they want a lightweight, cost-free image hosting setup with minimal infrastructure management. It suits personal projects, small communities, or anyone seeking an alternative to commercial image hosts. The project explicitly positions itself as a Flickr and Imgur alternative. Deployment requires only a Cloudflare account and a Telegram bot token, making it accessible to users without advanced DevOps knowledge. Optional features include a dashboard, upload protection, short links, image review, anti-hotlinking, Cloudflare R2 storage integration, site customization, whitelist mode, and custom domain support.
The project maintains active documentation with a quick-start guide covering deployment in three steps and detailed configuration references. Development activity shows responsiveness to infrastructure changes, as evidenced by the migration from the original Telegraph API to Telegram Channel storage when the former became unavailable. The codebase includes comprehensive optional features documentation and a local development setup guide, indicating ongoing refinement of the user experience. An update log is maintained to track changes and improvements over time.