Every multiplayer sandbox eventually asks the same question: who gets to run a world? On most platforms the answer is "the company" or "whoever can administer a Linux box and hand out IP addresses." Folly's answer is different: anyone's island can become a hub.
The shape of it
Folly's universe is a graph of worlds connected by portals, and there is no single center. The official hub is just the first node. When you host your own server, your games and worlds branch off your island: you stand portals to them in your own base, and other players reach them the same way they reach anything in Folly — by walking through a doorway. No IP to paste, no server list to climb. If your world is worth visiting, portals to it start appearing in other people's bases.
What you can do
- Host your own server. Your worlds run on your hardware (or wherever you like), joined to the universe through your island's portals.
- Create your own game modes. Folly's entire base game — the home islands, the hub, tower defense — is built as mods on the same platform you get. There is no privileged first-party API: if we could build it, you can build it.
- Edit content live. Models, textures, maps, and game content are live-editable assets — push a change and every connected client updates mid-session. Building a game in Folly is an iterative, visual loop, not a compile-restart-rejoin cycle.
- Scale like the big servers do. Every match or world instance runs as its own isolated server, spawned on demand and torn down when it's done — the architecture the largest Minecraft networks built by hand is how Folly works out of the box.
Under the hood, briefly
Folly is a mod-first platform: a small server substrate discovers mods — folders on disk — each contributing game logic, state, and content. Clients never need updating to add gameplay; new games are new vocabulary, not new binaries. Player movement runs from the same simulation artifact on client and server, so prediction is exact. If you want the deep technical story, it's coming to the devlog — sign up below and you won't miss it.
Founding creators
Want to run one of the first community servers, or build one of the first player-made games? Claim your island with the email you actually check — creator-program details go out to the founding list first.