Sunrabbit

RSS-based Blog

Created: 2024-11-11

Created: 2024-11-11 11:25

There are many systems that collect blogs based on RSS and allow you to check them.

For example, there is something like this.


Then, what if you create a blog for many people, not just individuals?


So I made one, and its structure is as follows.

RSS-based Blog

Originally, I was going to do a static deployment on github pages, but I gave up because it was too troublesome.


The stack is next.js with vanilla extract. I used it because I wanted to try it out for a side project, but it's a shame that I didn't get to use it deeply.

I also want to try applying typia-unplugin.

Improvements

There is a format called OPML for managing the RSS link list.

It seems that we should migrate to OPML instead of rss.link.json in the future.


Also, currently, there is only a way to fetch the entire list, but it seems that we should create tabs for each RSS.

Comments0