The internet has reached the point where almost everything has been concertrated in just a few platforms. This is both opposed to the original idea of a decentralized and free internet, and is also used as a tool for control, since the flow of information is “managed” only by a handful of companies. Another problem is the amount of AI-generated and SEO-optimized websites plaguing every search engine result nowadays, making it almost impossible to find quality handwritten individual websites anymore.
I was initially working on a full article explaining my viewpoint in depth, but the following articles express them better than I could ever have:
- Against an Increasingly User-Hostile Web
- Rediscovering the Small Web
- The small web is beautiful
- The Website Obesity Crisis
- How the Blog Broke the Web
So, how can you be part of the Old Web? To start off, you need:
- A domain name.
- Somewhere to host your website/service. I rent a Vultr VPS with the cheapest plan available, which is more than enough for my needs, but you can even do self-hosting at home if you want. If you do rent from Vultr, you can follow this guide.
- To connect the domain name with the server, so that your website can be reached.
- A stable and secure operating system for servers, such as FreeBSD or OpenBSD.
A list of guides I’ve written:
- Set up an OpenBSD web server.
- Create an RSS feed for your website.
- Set up an OpenBSD Git server with a mimimal web frontend.
To make finding other websites easier, have a links page, and consider being part of a Webring.
The tools you choose to manage your website depend on personal preference and needs, but I firmly believe that because building a website is not rocket science, and because the web has been getting severely bloated you don’t need anything more than a few command line utilities, a text editor, and perhaps a static site generator. Modern web frameworks tend to cause more headaches than actually improve workflow, so I’ll refrain from recommending them. I like writing articles in Markdown, and using Hugo for static site generation and templating.