Generate rich RSS feeds from Reddit, Hacker News, Lemmy, Lobsters, PieFed, Mbin, and GitHub. Surface the most popular posts with configurable filtering.
First Launch
- Visit your domain — the Upvote RSS builder interface loads immediately
- Select a platform — choose Reddit, Hacker News, Lemmy, Lobsters, PieFed, Mbin, or GitHub
- Configure filters — set score threshold, posts per day, or percentage-based filtering
- Preview and copy — preview results and copy the RSS feed URL to your reader
Key Features
- Supports Reddit, Hacker News, Lemmy, Lobsters, PieFed, Mbin, and GitHub
- Three filter modes: score, threshold percentage, and average posts per day
- Embedded post media (videos, galleries, images)
- AI article summaries (optional, configure via environment variables)
- Top comments with pinned comment filtering
- NSFW filtering and blurring (Reddit)
- Light and dark mode for feed previews
- No database required, fully stateless
Optional: Reddit API Credentials
To use Reddit feeds, create a Reddit app at https://www.reddit.com/prefs/apps and set these environment variables after deployment:
REDDIT_USER — your Reddit username
REDDIT_CLIENT_ID — your app client ID
REDDIT_CLIENT_SECRET — your app client secret
License
MIT — GitHub