Personal RSS feed reader with dark mode support and category filtering. Build your own locally or go live.
Current Status: Alpha
- 🌓 Dark/Light mode with persistent preference
- 📱 Responsive design
- 🏷️ Category-based filtering
- 🎨 Beautiful UI with smooth transitions
- ⚡ Fast and efficient feed loading
To add or modify RSS feeds, edit the src/config/feeds.config.ts
file. Each feed should have the following structure:
{
name: "Feed Name",
url: "https://feed-url.com/rss",
category: "Category Name"
}
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
- Fork this repository
- Update the
base
property invite.config.ts
with your repository name - Enable GitHub Pages in your repository settings:
- Go to Settings > Pages
- Set the source to "GitHub Actions"
- Push your changes to the main branch
The site will be automatically deployed to GitHub Pages.