

I understand the appeal of your idea but tinyfeed was specifically designed to only be a list of link, I like reading on the original site ^^


I understand the appeal of your idea but tinyfeed was specifically designed to only be a list of link, I like reading on the original site ^^


Just like the other comment said, tinyfeed is not what you are looking for, it’s goal is simply to be an aggregator for links, not content.


I don’t plan on adding thumbnails, as they go against my initial vision for tinyfeed as a text-first UI like lobste.rs. However! one of tinyfeed’s core tenets is flexibility and customization, so if you want thumbnails, you can simply create your own template. If you need help you can open an issue, I would gladly help.


Indeed I am human ! (That’s what a bot would say 🤖)


Mostly no AI. I use it to review doc because I make a lot of typo / spelling error as English is not my first language. Recently I also used it to accelerate writing test cases but that’s all.
This is not a recent or “fast” projet, I have been slowly improving it for 3 years now :-D
I have thought about it but I don’t think it’s possible because of CORS. Every site would need to have
Access-Control-Allow-Origin: *on there favicon for it to work. Usually this would be sidestep by a proxy in the backend but the goal of tinyfeed is to be a static page generator, not a full HTTP server. Sorry 😔.