18605286-af2e-468c-97f8-e26dd7dd3d16Assets are stored in this World's storage (S3, content-addressed) and served at http://18605286-af2e-468c-97f8-e26dd7dd3d16.testworld.insforge.app/. They ride the same copy-on-write path — cloning this World forks its frontend too.
Deploy a built-in sample "Tasks" app (distinct from the default Photo Guestbook) and open it.
Pick a folder (or files). Must contain an index.html. Paths are kept relative.
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.