A WORLD THAT FITS INTO YOURS

Give your site
a little world.

Build an interactive ASCII scene in your browser. Bring your own content. Make it part of the website you already have.

JSON drivenBrowser nativeNo framework needed

Public beta. Known limitations and export guidance.

LIVE
Click inside. Drive around. Try a sign.Make it yours ↗

HOW IT WORKS

A small learning curve.
A whole world to play with.

01

Build in the browser

Add objects, edit their content, and give them behavior. Drag things into place and try them out as you go.

Start building ↗
02

Take your world with you

Export the scene as JSON, or download a ready-to-run HTML file with the engine included.

world.json + engine
03

Give it a place on your site

Use an iframe for a quick drop-in, or mount the engine inside your own page layout. You choose the size and the content.

See the code ↓

EXAMPLES

Make something of your own.

Explore the full driving demo ↗

BRING IT TO YOUR OWN SITE

A little code.
A lot of possibility.

The playground helps you build. The engine runs the result. Your scene can live inside an ordinary page, with no editor or account attached.

  1. Build a scene in the playground.
  2. Download my-world.html and put it on your site.
  3. Paste this iframe wherever you want the world.
Build & export your world ↗
YOUR EXISTING PAGE

          
        

THE ENGINE

Use the playground.
Or go straight to the code.

The core simulates your JSON. The browser adapter mounts it in a container. The playground is a client of that same engine—just like your website can be.

01Your JSONObjects, content, behavior
02jsonCraft engineSimulation + optional rendering
03Your websiteOne container. Your own layout.