In development · Game · platform · 2026
Eggox
A living world, built by the people in it
Eggox is the big one. A persistent, browser-first universe where thousands of people share the same world at the same time: they claim land, build spaces, mint items, and script their own games inside it. No download, no separate servers you get sorted into, no capacity walls. One world, always on, shaped entirely by the people in it. It's the thing I've always wanted to build, and Elixir is what finally makes it feel possible.
- Runtime
- Elixir / OTP + Phoenix
- World
- One persistent universe
- Started
- June 2026
- Status
- In development
The idea
One shared world
Everyone walks the same persistent isometric universe in their browser. No shards that split friends apart, no instances, no download. Just a world you step into.
Built by the players
Claim a plot, build a space, decorate it with world-wide items, and script real gameplay that others can walk into. The universe is user-made, top to bottom.
Never goes offline
Running on Elixir and the BEAM, the world hot-reloads new code while people are still playing. It keeps evolving 24/7 without ever going down.
Why Elixir
Most game servers fall over when too many players crowd into one place. Elixir and the BEAM were built for millions of tiny independent processes passing messages, which is almost exactly the shape of a virtual world: every player, every object, every space as its own lightweight process. So instead of a hard player cap, the world degrades gracefully under load (time slows a touch) rather than kicking anyone out. It is the closest thing I have found to a runtime designed for the world I want to build.
The road here
I didn't start here. I first built a tick-based MMO server in Go to learn the fundamentals, and kept running into the same wall: the thing I wanted, thousands of players sharing one seamless space, was fighting the tools. Elixir's process model made it click. Eggox began in June 2026, and with AI as a thinking partner, a project this ambitious finally feels within reach for a studio this small.
Follow Eggox as it comes together
A persistent browser universe where thousands of players share one world, claim land, build spaces, and script their own games. Powered by Elixir. In development.