← Reddit

This week Claude and I won the Frontier Tech Week Y2K Hackathon 2026!

Reddit · brunobertapeli · April 24, 2026
A developer won the Frontier Tech Week Y2K Hackathon 2026 by building a Windows 95 clone using Electron, React, and Node.js in just five hours. The project integrated AI capabilities into nostalgic programs including MS Paint, Internet Explorer, MSN Messenger, Excel, and the classic Clippy assistant, with Claude Code running live on MS-DOS displayed to an audience of 200 people. The creation leveraged multiple open-source libraries and was sponsored by Cloudflare.

Detailed Analysis

A developer participating in the Frontier Tech Week Y2K Hackathon 2026, held at The Dock Miami, claimed first place by building a fully functional Windows 95 "clone" in approximately five hours using Electron, React, and Node.js — with Claude Code serving as a central tool throughout the development process. The project reconstructed the iconic 1990s operating system environment and integrated live AI capabilities into classic Windows 95 applications, including MS Paint, a simulated MS-DOS terminal, Internet Explorer, MSN Messenger, Excel, Windows Media Player, Winamp, and an AI-powered inbox pulling live Gmail data. The hackathon was a six-hour speed competition sponsored by Cloudflare, which awarded the winning team $2,000 in cash plus 25,000 Cloudflare Credits per member, and was hosted by Frontier Tech Week and The Dock Miami.

What makes the technical execution particularly notable is the breadth of real, working integrations the developer assembled under tight time pressure. MSN Messenger was rebuilt with fully functional real-time messaging using WebSockets, Cloudflare Durable Objects, and Workers. Windows Media Player streamed live webcam footage via OBS and Mux. The Gmail inbox was live-connected, and the Excel application pulled from Google Sheets. The developer also ran Claude Code itself on the simulated MS-DOS terminal and demoed it live on a large screen in front of an audience of approximately 200 people — a self-referential flourish that effectively turned Claude into both the building tool and a featured exhibit of the finished product. Clippy, the famously polarizing Microsoft Office assistant, was resurrected using Google's Gemini Flash 2.5 model, illustrating that the project deliberately mixed AI ecosystems rather than relying on a single provider.

The project reflects a broader and accelerating pattern in AI-assisted development: the use of agentic coding tools like Claude Code to dramatically compress the timeline between concept and working software. Running five to ten terminals simultaneously with Claude Code suggests a workflow in which the developer orchestrated multiple parallel AI-assisted workstreams rather than working sequentially, a technique that is becoming increasingly common among developers attempting to maximize throughput in time-constrained environments. The hackathon format — six hours, high stakes, public demo — served as a live stress test of what Claude Code can produce when pushed at speed.

The cultural dimension of the project also carries significance beyond the technical achievement. Wrapping cutting-edge AI capabilities inside the aesthetic shell of Windows 95 created an immediate, visceral contrast that resonated strongly with an audience old enough to remember the original software. This nostalgic framing lowered the barrier to perceiving what the AI integrations were actually doing — when Clippy reappears but is now powered by a large language model, the delta between 1995 and 2026 becomes immediately legible even to non-technical observers. The developer's decision to demo Claude Code running inside a simulated MS-DOS prompt in front of a live audience was a particularly effective piece of communication, dramatizing the generational leap in computing capability in a single image.

The win also highlights the growing role of the open-source ecosystem in enabling rapid AI-integrated development. The developer explicitly credited libraries including react95, xterm, webamp, modern-clippy, zustand, and node-pty as foundational to the project's feasibility within the time constraint. This dependence on mature OSS components allowed the developer to focus creative and engineering effort on the AI integration layer rather than on UI primitives, a pattern that is likely to define hackathon-style AI development going forward. Claude Code's ability to work across this heterogeneous stack — spanning cloud infrastructure, WebSocket servers, streaming media, and third-party APIs — in a compressed timeframe speaks to the expanding practical ceiling of AI-assisted software construction.

Read original article →