FeedCord
Self-HostedSelf-hosted RSS feed to Discord notification bot
Overview
FeedCord is a self-hosted tool that monitors RSS/Atom feeds and sends real-time updates to Discord channels via webhooks. It supports multiple feeds, customizable message templates (including title, link, and summary), and content filtering (include/exclude keywords). Deployable via Docker (lightweight container) or Node.js, it uses a simple JSON config file for setup. Ideal for communities, teams, or individuals wanting to keep Discord servers updated on blog posts, news, or other RSS content without relying on third-party services. It’s privacy-focused, lightweight, and integrates seamlessly with Discord’s ecosystem.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
feedcord:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: feedcord
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Monitor multiple RSS/Atom feeds
- Customizable Discord notification templates
- Content filtering (include/exclude keywords)
Frequently Asked Questions
? Is FeedCord hard to install?
No—FeedCord can be deployed easily using Docker (with a single command) or by running it directly via Node.js. You just need to set up Discord webhooks and configure your RSS feeds in a simple JSON file.
? Is it a good alternative to IFTTT for RSS to Discord?
Yes—unlike IFTTT, FeedCord is self-hosted, so you have full control over your data. It also offers more customization options for notifications (like templates and filtering) that IFTTT may lack, though it’s limited to Discord whereas IFTTT supports multiple platforms.
? Is FeedCord completely free?
Yes—FeedCord is open-source software released under the MIT License, so it’s completely free to use, modify, and self-host without any hidden costs.
Top Alternatives
People Also Ask about FeedCord
Tool Info
Pros
- ⊕ Privacy-focused (no third-party data sharing)
- ⊕ Easy deployment via Docker or Node.js
Cons
- ⊖ No graphical UI (configuration via JSON file)
- ⊖ Limited to Discord notifications only