Sandbox

Let players run code without letting them break things.

Somewhere safe to run mods, scripts and player-written logic, where the worst thing that can happen is their own session ending.

Not available yet — the rest of the platform is where we started.See what runs today

Blast radius of one

Bad code takes down the thing that ran it and nothing else. Not your server, not the player next to them.

Starts instantly

Fast enough to run something the moment a player asks for it, rather than warning them it will take a minute.

Same result every time

The same code produces the same outcome today and in six months, so a mod that worked does not quietly stop.

Limits you set

Cap how long something runs and how much it can use, so one enthusiastic script does not become everybody's problem.

Bring your own language

Support the language your community already writes in instead of making them learn yours.

Open it up safely

A modding scene is worth having. This is what makes hosting one something other than a risk.

What it will do

  • Player and mod code isolated from your server
  • Per-run limits on time and resources
  • Consistent results across runs
  • Support for the languages your community uses