Wander – A tiny, decentralised tool (just 2 files) to explore the small web

31 points by susam


susam

Hello Lobsters,

This tool is inspired by Kagi Small Web. Kagi Small Web currently accepts only blogs, comics and YouTube channels. It does not accept arbitrary small websites. That limitation motivated me to build Wander.

Wander is fully decentralised. Anyone with a website can host it by uploading just two files to their web server: an index.html for the console and a wander.js where you link to other websites and consoles.

It is a bit like a webring, but more flexible. Each Wander instance can link to any number of sites and other instances. There is no server-side component involved beyond a basic web server. In fact, you can host it on GitHub Pages or Codeberg Pages too.

More details here: https://codeberg.org/susam/wander#readme

I put this together in a couple of hours early this morning, so it may not be very polished and the list of websites is quite small. If you encounter a bug, please let me know. If you like the idea, I would be glad if you join the network.

splitbrain

I built a similar thing a few years ago: https://indieblog.page/ - it has grown to over 5000 listed sites (all manually checked by me).

It gives you a button you can drag to your bookmarks bar to easily open a random blog post. It has several RSS feeds that will give you a random link. Or you can follow it's bot on Mastodon to get a link twice a day.

siddhartha_golu

That's a pretty neat idea. I just deployed it on my website. Thank you for building this!

fedemp

Neat idea. IMO it would work fine as a browser extension too. Let the browser be the console.