Deploy Horizon
AI reads your news sources and writes a daily briefing
Horizon
Just deployed
Deploy and Host Horizon on Railway
Horizon is an AI-powered news radar that watches your favorite sources — Hacker News, Reddit, RSS feeds, Telegram channels, GitHub trending — and runs everything through an LLM to score, filter, and summarize what matters. Every morning you get a clean briefing in English or Chinese, covering just the stories worth reading. Point it at the sources you care about, set your LLM API key, and let it run.
About Hosting Horizon
Horizon runs as a single Python service with a web dashboard. It uses a scheduled pipeline to fetch articles from your configured sources, score them with your LLM, filter out noise, and generate a summary page. You need an API key for your preferred LLM provider (OpenAI, Anthropic, or any compatible endpoint). Optionally connect a Telegram bot to receive briefings there. The service stores its data locally and serves the dashboard over HTTP.
Common Use Cases
- Developers who follow Hacker News, Reddit, and GitHub but want one daily digest instead of checking each site
- Researchers tracking multiple RSS feeds across a field and wanting AI-curated summaries
- Founders monitoring industry news across sources and getting a briefing in their inbox or Telegram each morning
- Teams sharing a single news radar so everyone starts the day with the same context
Dependencies for Horizon
- An LLM API key (OpenAI, Anthropic, or any OpenAI-compatible provider) for article scoring and summary generation
- Optionally a Telegram bot token if you want briefings pushed to a Telegram chat
- News source configuration in YAML (defaults provided for Hacker News and popular RSS feeds)
Why Deploy Horizon on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying Horizon on Railway, you get an always-on news radar that collects and summarizes articles on a schedule without managing a server. One click deploys the service, and Railway handles the rest.
Template Content
Horizon
Thysrael/Horizon