{"id":50398472,"url":"https://github.com/kalanakt/telegraph","last_synced_at":"2026-05-30T22:01:28.530Z","repository":{"id":350793720,"uuid":"1190230225","full_name":"kalanakt/telegraph","owner":"kalanakt","description":"Build Telegram bot automations with a visual flow builder, queue-backed execution, and run history.","archived":false,"fork":false,"pushed_at":"2026-04-19T16:02:50.000Z","size":3223,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T17:38:30.686Z","etag":null,"topics":["clerk","creem","flowbuilder","nextjs","nodejs","open-source","postgresql","prisma","railway","react","redis","s3-storage","telegram","telegrambot","vitest","webhook","worker"],"latest_commit_sha":null,"homepage":"https://telegraph.us.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kalanakt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-24T04:47:11.000Z","updated_at":"2026-04-19T15:56:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kalanakt/telegraph","commit_stats":null,"previous_names":["kalanakt/telegraph"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kalanakt/telegraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanakt%2Ftelegraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanakt%2Ftelegraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanakt%2Ftelegraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanakt%2Ftelegraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalanakt","download_url":"https://codeload.github.com/kalanakt/telegraph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanakt%2Ftelegraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33711018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clerk","creem","flowbuilder","nextjs","nodejs","open-source","postgresql","prisma","railway","react","redis","s3-storage","telegram","telegrambot","vitest","webhook","worker"],"created_at":"2026-05-30T22:01:27.643Z","updated_at":"2026-05-30T22:01:28.521Z","avatar_url":"https://github.com/kalanakt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"assets/flow-builder.jpeg\" alt=\"telegraph flow builder\" width=\"100%\"\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"assets/logo-dark.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"assets/logo-light.png\"\u003e\n  \u003cimg alt=\"Telegraph\" src=\"assets/logo-light.png\" width=\"80\"\u003e\n\u003c/picture\u003e\n\n# Telegraph\n\n**Build and run Telegram bot automations with a visual flow builder.**\n\n[![CI](https://github.com/kalanakt/telegraph/actions/workflows/ci.yml/badge.svg)](https://github.com/kalanakt/telegraph/actions/workflows/ci.yml)\n[![GitHub stars](https://img.shields.io/github/stars/kalanakt/telegraph?style=flat)](https://github.com/kalanakt/telegraph/stargazers)\n\n[Website](https://telegraph.us.com) · [Cloud](https://telegraph.us.com/dashboard) · [Telegram](https://t.me/jointelegraph) · [Contributing](CONTRIBUTING.md)\n\n\u003c/div\u003e\n\n## What Is Telegraph?\n\nTelegraph is a SaaS platform for building Telegram bot automations without hand-writing the execution layer yourself. It combines a visual builder, webhook ingestion, workflow orchestration, queued action processing, and operational safeguards into one system for shipping Telegram bots at scale.\n\n## Features\n\n- Visual flow builder for Telegram automations\n- Trigger, condition, and action-driven workflow execution\n- Shared orchestrator logic used by both the web app and worker\n- BullMQ-backed action processing for reliable async execution\n- Billing and plan-limit enforcement during orchestration\n- Encrypted bot token storage with application-level security\n- Event deduplication and action idempotency for safer replays\n\n## Architecture\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/architecture.svg\" alt=\"telegraph mermaid architecture graph\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n## Repository Layout\n\n| Path | Responsibility |\n| --- | --- |\n| `apps/web` | Next.js dashboard, API routes, webhook entrypoint, and flow builder UI |\n| `apps/worker` | BullMQ worker that consumes and executes queued actions |\n| `packages/shared` | Core domain logic, orchestrator, Telegram client, validation, and queue contracts |\n| `prisma` | PostgreSQL schema and migrations |\n| `tests` | Vitest unit and integration tests |\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for the full development workflow, worktree support, testing, and troubleshooting.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalanakt%2Ftelegraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalanakt%2Ftelegraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalanakt%2Ftelegraph/lists"}