Explore Wikipedia Like It's Windows XP: A Nostalgic Interaction Experiment
visits
What if Wikipedia were a file system on a Windows XP desktop? Developer Sam Smith built exactly that: explorer.samismith.com—a Wikipedia browser that maps articles to XP-style folders and files. Opening this page feels like stepping back into 2004.
More Than Nostalgia: Rethinking Interaction Design
Smith didn't just apply an XP skin. He meticulously recreated the core interaction model: a tree view for category navigation on the left, a file list for articles on the right. Every icon is hand-drawn in XP style—yellow folders, blue globes, notepads, recycle bin—using SVG for crisp rendering at any DPI.
But what really excited HN was the UI/UX conversation it sparked. One commenter wrote: "Large scrollbars! Windows with borders! What a relief. This has become a forgotten art: we focus so much on CONTENT that we forget people want to use the mouse to scroll, and use window borders to separate spaces."
Why We Lost Visible UI
Modern web design trends toward "content-first": borderless white canvases, hidden scrollbars, interfaces stripped to text alone. But this creates a problem: the UI no longer tells you what you can do. Windows XP-era interfaces might not be aesthetically "clean," but they are interactionally honest—buttons look like buttons, folders look like folders, scrollbars look like scrollbars.
One commenter compared it to the original Microsoft Network envisioned for Windows 95: "This is exactly what I imagined MSN would have been like." Another analyzed it from a cognitive science angle: "The folder/container mental model maps perfectly to how we organize knowledge in our heads. I don't know how we lost that."
Technical Craft: Pure Frontend, High Fidelity
The project is pure frontend, pulling content from Wikipedia's API in real time. Every UI element is hand-crafted: from window title bar gradients to status bar layouts, from the distinctive XP blue-green color scheme to pixel-accurate icons. Even minimize/maximize/close button behaviors are faithfully reproduced.
One commenter joked: "The ~100 uncategorized articles should just lie directly on the desktop for a more authentic experience."
🔗 Source: explorer.samismith.com
💬 HN Discussion: news.ycombinator.com/item?id=48146129