Loading...
Loading...
About
The Internet From 2010 is an interactive museum. Pick a year, and the site reconstructs how the internet felt: the sites, the sounds, the speeds, the slang.
Wikipedia can tell you that Instagram launched on 6 October 2010. It cannot make you feel what it was like to open a Windows 7 laptop, wait a minute for the desktop, sign in to Messenger, and watch a 360p video buffer over café Wi-Fi. This project tries to do that second thing without inventing anything.
Why 2010? It was the hinge between the desktop web and the mobile web. Flash still ran the video players and games, but the iPad and iPhone 4 refused to run it. Facebook crossed 500 million users. Twitter became the newswire. Digg collapsed, Reddit rose, Tumblr exploded. LimeWire died in a courtroom while Spotify waited in Europe. Almost everything that defines the internet today either arrived or tipped over that year.
The project ships with a README covering setup, database creation, seeding, tests and deployment. In short:
cp .env.example .env.local # set DATABASE_URL (MySQL/MariaDB) pnpm install pnpm db:setup # create database, run migrations, seed 2010 pnpm dev # http://localhost:3000