DEV Community

fluidwire
fluidwire

Posted on • Originally published at fluidwire.com

The First Website Is Still Online

Most of the web's foundational moments have vanished. The servers were unplugged, the code was lost, the pages 404'd into history. But the first website ever published is a striking exception: you can still read it today, more or less as it appeared when it went live on August 6, 1991. It is a plain, text-only page with a white background and blue hyperlinks, and it explains a brand-new idea called the World Wide Web.

One page that described itself

The author was Tim Berners-Lee, a British computer scientist working at CERN, the particle physics laboratory near Geneva. By the end of 1990 he had quietly assembled the three technologies that still define the web: HTML for writing pages, HTTP for moving them between machines, and the URL for addressing any document on any server. The first website, hosted at the address info.cern.ch, was the web explaining itself - what hypertext was, how to browse it, and how to make your own pages.

It ran on a NeXT computer, the sleek black workstation designed by Steve Jobs's company during his years away from Apple. That single machine was the entire World Wide Web for a while. A handwritten label was stuck to its case: "This machine is a server. DO NOT POWER IT DOWN!!" One unplugged cable would have taken the whole web offline.

Why a 1991 web page still matters to IoT

It is easy to file this under nostalgia, but the first website is more than a museum piece. It is the origin point of the request-and-response model that quietly powers almost everything connected today. When an ESP32 sensor node pushes a reading to a cloud dashboard, when a smart meter checks in with a server, or when you open an app to see whether your device is online, the same basic conversation is happening: a client asks a question over HTTP, a server answers, and a URL says where to look.

Berners-Lee made a deliberate choice that turned out to matter enormously. He kept the standards open and unlicensed. Anyone could implement a browser or a server without paying anyone or asking permission. That openness is exactly why the web outgrew CERN, and it is the same reason modern IoT leans so heavily on web protocols rather than closed, proprietary alternatives. REST APIs, MQTT bridges, and WebSocket streams are all descendants of that decision to keep the plumbing public.

The lesson: simple protocols outlast clever ones

The first web page had no images, no styling, no JavaScript, no database. It was almost embarrassingly minimal. And that minimalism is precisely why it scaled to billions of pages. A protocol simple enough to explain on a single page is a protocol that other people can build on without a manual.

That principle still guides good connected-device work. The most reliable IoT deployments are rarely the ones bristling with features. They are the ones built on small, well-understood, well-documented exchanges - a device that reports a clean reading, a server that responds predictably, an endpoint that does one thing. When something breaks at 2 a.m., simple systems are the ones you can actually fix.

From silicon to cloud, on open foundations

For teams here in the Philippines and beyond building thesis prototypes, products, or production fleets, the through-line from 1991 is encouraging. You do not need exotic infrastructure to put a device on the internet. The web that Berners-Lee sketched out on one NeXT machine is mature, free, and everywhere, and it is still the most dependable way to get a sensor talking to a screen.

At Fluidwire we build across that whole stack, from the firmware on the microcontroller to the web service that displays its data. If you have a connected-device idea and want it grounded on open, durable web foundations rather than a vendor's walled garden, tell us what you are building. The first website is still online thirty-five years later. The systems we build for you should be designed to last, too.

Top comments (0)