Design the world
Lay down roads, shape terrain, place buildings, add interiors, and organize the map around how your team actually works.
Pixel world builder for AI teams
My Virtual World turns AI work into a place you can see: buildings, roads, agents, meetings, chat, activity, and the systems that make a digital team feel alive.
The product
Most AI products hide work behind logs and status chips. My Virtual World gives every agent, building, and workflow a visible place. You can zoom out, read the state of the world, then zoom in and tune the details.
Lay down roads, shape terrain, place buildings, add interiors, and organize the map around how your team actually works.
Agents can move through the city, enter buildings, use objects, gather for meetings, chat, and show visible activity.
Use view modes, search, minimap, zoom, rotation, activity logs, and debug readouts to inspect what is happening fast.
World builder
The builder is made for fast iteration: switch between world, road, building, furniture, and outside-space tools without leaving the canvas.
Agent layer
The app is built around visible agent state: where each agent is, what they are doing, which building they belong to, and how the world responds around them.
Chat bubbles, meetings, status, assignment, movement, and world events give the team a physical presence.
Buildings, object interactions, places, and schedules create a stronger sense of continuity than flat logs.
Search, inspect, assign, follow, debug, and edit from one visual surface instead of jumping through panels.
Responsive preview
The world is dense, but the interface keeps the important controls reachable: minimap, chat, zoom, search, world editing, and agent inspection.
Plans
Try the demo build locally, or unlock the Early Bird full build for $19.99 with premium world tools, license key delivery, and the fastest path to the full My Virtual World experience.
Try a starter world locally from the public GitHub repo before upgrading.
One-time purchase. Self-hosted. Full premium world builder.
After purchase, you receive a license key by email. Open My Virtual World, paste the key in the setup wizard or Settings, and premium world features unlock immediately.
Install
cp .env.example .envVW_HOST_PORT=8586 in .env if 8590 is already in use; leave VW_PORT=8590docker compose up --build -dhttp://localhost:8590/setupgit clone https://github.com/eliautobot/my-virtual-world.git
cd my-virtual-world
cp .env.example .env
# optional host-port override if 8590 is busy
# edit .env: VW_HOST_PORT=8586
# keep VW_PORT=8590
docker compose up --build -d
# then open
http://localhost:8590/setup
# if using VW_HOST_PORT=8586, open
http://localhost:8586/setup
After purchase
Update with:
git pull
docker compose up --build -d
The repo builds locally, so updates come from GitHub source. Your key stays saved and premium access remains active after restart and rebuild.