HELIX 3 Docs

HELIX 3 Documentation

The unified SDK and platform reference for building virtual worlds on HELIX — across web and Unreal Engine.

HELIX is an engine-agnostic virtual-world platform. You build a world once against a single SDK and HELIX gives you identity, the LIX economy, storage, inventory, social, voice, and multiplayer — then runs it on any device from a single link.

These docs are organized around one idea:

One platform, two runtimes — not two products

The Platform API is engine-agnostic and documented once. The Web SDK (TypeScript) is the canonical contract; the Native (Unreal) SDK mirrors it 1:1 in C++, Blueprint, PuerTS, and UnLua. The same function names mean the same thing everywhere.

Start here

The map

Built for humans and agents

Every page in these docs is available as clean Markdown for LLMs — append .md-style content routes, or pull the whole corpus:

  • /llms.txt — a structured index of every page.
  • /llms-full.txt — the entire documentation as one Markdown file.
  • Use the Copy Markdown button at the top of any page to grab that page for an AI agent.

We expect most worlds to be built by AI coding agents calling this SDK. The docs are written to be read by both.

On this page