DEV Community

Cover image for I made an extremely fast, fully static rss reader
Fayaz Ahmed
Fayaz Ahmed

Posted on

I made an extremely fast, fully static rss reader

So, I always wanted a rss reader, which had images for all the articles and I wanted it fast, hence came this idea, I have been using this for my personal use for a very long time now, finally making it open source.

https://feedful.vercel.app - do star on github if you find it good.

Note, this is still a work in progress.

How did I make it static?

  1. A github action scrapes data and commits the data every 4 hours
  2. Vercel deploys it whenever a new commit is pushed.

Feedful - light

Feedful - dark

Oldest comments (21)

Collapse
 
gochev profile image
Nayden Gochev

not bad but I would love to have J / K navigation or to have a full view navigation like in theoldreader.com

Collapse
 
fayaz profile image
Fayaz Ahmed

Still heavily under progress, thanks for the feedback.

Collapse
 
fayaz profile image
Fayaz Ahmed

What does J/K navigation mean?

Collapse
 
gochev profile image
Nayden Gochev

hey man everywhere in the internet you can navigate like that J is the next post K is previous you can try reddit.com or even facebook.com also most readers have it like the oldreader.com it is coming from vi/vim if I am not mistaken and is common way to navigate.

Thread Thread
 
fayaz profile image
Fayaz Ahmed • Edited

Understood, I think I just never used the J / K option, but looks like a very good feature, will def add this in the future.

Collapse
 
stackdiary profile image
Alex Ivanovs

Kind of reminds me of Brian Lovin's website (brianlovin.com/) - is there any connection?

Collapse
 
fayaz profile image
Fayaz Ahmed

I do love Brians website. But, no I have been usin RSS readers for years, hence I had an idea of what I wanted

Collapse
 
codewithyaku profile image
CodeWithYaku

Hey this looks great good work?

Collapse
 
levendelwd profile image
Levende

Looks graet bro 🚀

Collapse
 
sjustesen profile image
Simon Justesen

I love it, great work!

Collapse
 
gul profile image
Gul Zaib

Awesome Project and Idea!
I was just making my mind to build an RSS Feeder for myself but you appear.

Feedback:
It looks good on desktop but make it responsive.

Collapse
 
kradasa4 profile image
Wichai Sawangpongkasame

Cool. Nice idea and execution.

Collapse
 
meatboy profile image
Meat Boy • Edited

Hi, project overall looks solid. Dark/light theme toggle is not working for me. I would prefer light theme (or sepia one, blue theme is IMO bad for eyes). Also, would be great to see features like ability to send article to ebook reader email. Once again, good for you - finishing projects is something you can be proud about :)))

Collapse
 
fayaz profile image
Fayaz Ahmed

Need to work on it, I do have an auto dark mode for now

Collapse
 
pavelloz profile image
Paweł Kowalski

Great idea and usage of GHA :)

Collapse
 
mateusspp profile image
Mateus Patricio

Oh, man, this looks awesome!

Collapse
 
dsv profile image
dsv • Edited

What I personally use for some time, though without an integrated reader, is spike.news as well as its older and non SSL secure version readspike.com. Basically, it's an aggregator for aggregators, or the meta-aggregator you always thought about.

It's been my daily front page of the internet for some time and it did that very well.

Collapse
 
fayaz profile image
Fayaz Ahmed

This spike.news is too intimidating 😅

Collapse
 
devluc profile image
Devluc

Congratulations Fayaz, awesome work. It's so cool to have the skills to code your own tools

Collapse
 
danielo515 profile image
Daniel Rodríguez Rivero

looks awesome. However, a mobile version is probably what I would use.
Thanks for sharing

Collapse
 
fayaz profile image
Fayaz Ahmed

Agreed, a lot of people asked for the same, even I would prefer the mobile version, I just didnt have the time to make it for phones, it was just an idea executed over the weekend.

Maybe I could work on it in the near futuer