← Reddit

Had claude make a pointless website on friday, it's consumed my whole weekend

Reddit · Gambo7592 · August 3, 2026
A developer created a minimalist website using Claude Code that features a single number with a button to increment it by one. Unable to stop developing, the creator continued iterating throughout the weekend, adding games and a leaderboard across 28 shipped versions while Claude Code handled feature brainstorming, specification writing, and Cloudflare backend infrastructure. The website is free to access without signup at rounded.lol.

Detailed Analysis

A hobbyist developer's weekend project, chronicled in a casual social media post, offers a small but revealing case study in how Claude Code is reshaping the texture of amateur software development. The premise is deliberately absurd: a single number that visitors wait in line to increment by one, no login required. What began as a Friday afternoon lark ballooned into 28 shipped versions over a weekend, accumulating minigames, a leaderboard, and a live backend running on Cloudflare with websocket updates and automated backups. The developer describes their role not as a traditional coder but as a creative director: brainstorming features conversationally with Claude, letting the AI draft build specs, and issuing loose directives like "make it dumber" while reviewing the output.

The technical substance here is modest by design, but that is precisely what makes it illustrative. Building a queue-based increment mechanic, wiring up real-time websocket synchronization across concurrent users, and standing up a Cloudflare-hosted backend with backup routines are nontrivial engineering tasks that would typically require a working knowledge of distributed systems, serverless infrastructure, and race-condition handling. Compressing that into a solo weekend project, driven largely by natural-language prompts rather than hand-written code, reflects the kind of end-to-end agentic capability Anthropic has been pushing Claude Code toward: not just autocomplete-style suggestions, but sustained, multi-session collaboration on an evolving codebase, complete with its own spec documents that Claude itself authors and iterates on.

The workflow described — conversational brainstorming, AI-generated specs, human review, rapid iteration — mirrors a broader shift in how developers, especially non-professional or hobbyist ones, are approaching software creation in 2025 and 2026. Rather than learning frameworks or debugging syntax, the human's value-add becomes taste, judgment, and comedic timing ("make it dumber"), while the AI absorbs the mechanical burden of implementation. This division of labor is central to Anthropic's pitch for Claude Code as an "agentic" coding tool capable of operating with a degree of autonomy across a project's lifecycle, including infrastructure decisions like choosing Cloudflare Workers for the backend, rather than requiring line-by-line direction.

There's also a cultural dimension worth noting: the project's frivolity is the point. A pointless button-pressing site with no monetization, no signup friction, and no purpose beyond shared absurdity represents a genre of "vibe coding" projects that have proliferated as AI coding assistants lower the barrier to shipping something — anything — publicly. Where past generations of side projects required weeks of scaffolding before a demo was viewable, this one went from idea to live, multiplayer, iteratively updated product in under 72 hours. That compression of the idea-to-deployment timeline, even for jokes, is arguably the more significant story than the button itself, and it foreshadows how quickly small teams or individuals may be able to spin up increasingly sophisticated real-time applications as agentic coding tools continue to mature.

Read original article →