← dashboard

Deploy a frontend to 0e6b4030-d117-4573-bfa0-1ac64ad43096

Assets are stored in this World's storage (S3, content-addressed) and served at http://0e6b4030-d117-4573-bfa0-1ac64ad43096.testworld.insforge.app/. They ride the same copy-on-write path — cloning this World forks its frontend too.

Option A — one click

Deploy a built-in sample "Tasks" app (distinct from the default Photo Guestbook) and open it.

Option B — your own files

Pick a folder (or files). Must contain an index.html. Paths are kept relative.

Option C — backend code

Deploy a server module (module.exports = async (req, ctx) => …) that handles this World's /api/* requests. It's stored in the World and forks on clone. The sample below is a voting API — deploy it, then POST /api/vote with {"option":"a"}. Cloning forks the code and the votes.