Post

HN
Hacker News

You Need a Webring

If you have (1) a personal website and (2) n+0 friends, you should set up a webring.

What is a webring? Well its just a circular linked list of websites that have some topic assiged to it. It could be a hobby, a passion, or just your friends!

Just manually tell your group to link each other your websites so it loops.

Site A would link to Site B, B to C and C back to A.

Set up a web server that stores a json file of all your friends websites, then just have a /prev and /next route that will auto navigate.

I personally used a cloudflare worker for this, since that is free and I don't expect heavy usage from it. You can see the full soure code here .