Live · Updated daily
Tue · July 7 2026 · Vol.001
The daily record of applied AI
Independent · No paywall · Human-reviewed
Subscribe
Built With AI /Someone Vibe-Coded a Working MMORPG
// Built With AI

Someone Vibe-Coded a Working MMORPG in a Few Days (And Open-Sourced It)

An MMORPG is one of the hardest things you can build. A persistent world, lots of players at once, characters that move and fight and level up, a server holding it all together. Studios…
LDLatentDaily Desk Jul 6, 2026 2 min read

An MMORPG is one of the hardest things you can build. A persistent world, lots of players at once, characters that move and fight and level up, a server holding it all together. Studios spend years and millions on them. So it is a little absurd that someone vibe-coded one in a few days and put it online.

It is called World of ClaudeCraft, and yes, the name is the joke. A developer who goes by beatthatflight built a working multiplayer online role-playing game largely by directing AI, using a tool called Fable. The whole thing is open source — the code is up on GitHub for anyone to poke at. It landed on Hacker News at 94 points.

World of ClaudeCraft: a browser MMORPG, largely directed by AI. Screenshot.
World of ClaudeCraft: a browser MMORPG, largely directed by AI. Screenshot.

The reaction that says the most

What struck people was not that it was a perfect game. It was the ratio — how much got built, in how little time, by one person leaning on AI. One commenter captured the exact mix of impressed and rueful that ran through the thread:

“Impressive for a few days of Fable time. And here I am watching my 5-hour window disappear over a couple simple tasks in a CRUD app.” — Aurornis

That is the whole story in one sentence. A CRUD app is about the most boring software there is — forms and a database. This person built a multiplayer game in the time it takes many of us to fight with something ordinary. Same tools. Very different mileage.

Not magic, and the crowd knew it

To its credit, the thread did not spiral into hype. People stayed grounded about what a few days of AI-assisted work actually produces — a genuinely impressive prototype, not a finished game with a million players. Others noted that simpler builds are well within reach of even free AI plans now:

“You can generate simple CRUD apps with free plans and old models.” — allthetime

There was even a side plot about the project getting hit with a Reddit ban when the creator posted it — the kind of mundane friction that has nothing to do with AI and everything to do with shipping anything on the internet.

Why it matters anyway

Here is the thing worth sitting with. A working MMORPG used to be a hard line — the kind of project that told you someone was a serious team with serious time. ClaudeCraft does not erase that line, but it moves it. The prototype that used to take a small studio a season now takes one motivated person a long weekend.

It is open source, so you do not have to take anyones word for it. You can read the code, clone it, and see exactly where the AI carried the weight and where a human still had to steer. That is the most honest kind of demo there is: not a pitch, just the thing itself, sitting there for you to judge.