
Deploy rundown
AI-powered RSS reader that helps you read less and learn more
Worker
howyi/rundown
Just deployed
Redis
bitnami/redis:7.2.5
Just deployed
/bitnami
App
howyi/rundown
Just deployed
Boostrap
howyi/rundown
Just deployed
Postgres
railwayapp-templates/postgres-ssl:16
Just deployed
/var/lib/postgresql/data
Deploy and Host rundown on Railway
rundown is an AI-powered RSS reader that monitors your subscribed feeds, automatically summarizes new or updated articles using OpenAI, and sends notifications to Discord. Each user can customize the summary language and length, enabling efficient information consumption without reading every article in full.
About Hosting rundown
Hosting rundown on Railway involves deploying multiple services working together: a Next.js frontend with BFF, a BullMQ worker for background jobs, Redis for queue management, PostgreSQL for persistent storage, and a Bootstrap service for post-deployment tasks like running migrations and registering cron jobs. With Railway’s template feature, you can spin up the entire stack in minutes—just provide your OpenAI API key.
Common Use Cases
- Summarize niche RSS feeds to gather specific information
- Monitor industry news and deliver summaries to a team’s Discord channel
- Build a personal knowledge feed with AI summaries in your preferred language and length, plus optional custom instructions
Dependencies for rundown Hosting
- OpenAI API key (required, for AI summarization)
- Discord Webhook URL (optional, for notifications)
Deployment Dependencies
- GitHub Repository
- Railway Template (this page)
Setup Instructions
When deploying from the Railway template, you must set your OpenAI API key during deployment:
- Open the [Bootstrap] service and click [Configure]
- Enter your key in the
OPENAI_API_KEY
field - Deploy, and your instance will be ready to use
For implementation details, see the source code → GitHub
Why Deploy rundown 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 rundown on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content