Discover and explore top open-source AI tools and projects—updated daily.
SeaniumAI-powered RSS reader for GitHub Pages or Docker deployment
Top 48.6% on SourcePulse
FeedMe is an AI-powered RSS reader designed for users who want a lightweight, customizable, and self-hostable solution to aggregate and summarize content from multiple sources. It targets individuals seeking an efficient way to stay updated without the overhead of traditional apps, offering AI-driven summaries for quick content digestion.
How It Works
FeedMe aggregates RSS feeds, processes articles using a Large Language Model (LLM) for AI-generated summaries, and presents the content through a responsive, static web interface. The core advantage lies in its AI summarization capability, allowing users to TLDR articles, and its flexible deployment options, including zero-cost GitHub Pages or easy Docker setup.
Quick Start & Requirements
LLM_API_KEY, LLM_API_BASE, LLM_NAME as GitHub Secrets, and enable GitHub Actions deployment.VERCEL_TOKEN, VERCEL_ORG_ID, VERCEL_PROJECT_ID as Secrets, and ENABLE_VERCEL_DEPLOYMENT=true as a Variable..env.example to .env, fill in LLM credentials, and run docker-compose up --build.pnpm install, configure .env with LLM credentials, run pnpm update-feeds to fetch data, and pnpm dev to start the server.Highlighted Details
Maintenance & Community
The project is actively maintained, with deployment managed via GitHub Actions. Community links or specific contributor details are not explicitly provided in the README.
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
AI summarization functionality is dependent on external LLM services and requires valid API keys. Customization of the AI prompt for summarization is possible but requires modifying the scripts/update-feeds.js file.
18 hours ago
1 day
eugeneyan