MVW My Virtual World myvirtualworld.ai

Pixel world builder for AI teams

Build a living world for your agents.

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.

My Virtual World app showing a live pixel city with agents, roads, buildings, chat, and minimap.
Live app preview: editable world, agent activity, chat bubbles, buildings, roads, and minimap.
Buildings Create offices, homes, shops, parks, and shared spaces.
Agents Watch characters move, chat, meet, idle, work, and explore.
World tools Edit terrain, roads, furniture, interiors, and outside spaces.

The product

Not a dashboard. A world.

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.

01

Design the world

Lay down roads, shape terrain, place buildings, add interiors, and organize the map around how your team actually works.

02

Run agent life

Agents can move through the city, enter buildings, use objects, gather for meetings, chat, and show visible activity.

03

Control the simulation

Use view modes, search, minimap, zoom, rotation, activity logs, and debug readouts to inspect what is happening fast.

World builder

Edit the city while it runs.

The builder is made for fast iteration: switch between world, road, building, furniture, and outside-space tools without leaving the canvas.

  • Terrain, road, building, and furniture modes
  • Interior walls, doors, floors, and object placement
  • Outside spaces, parks, crosswalks, and street objects
  • Mobile-aware controls for checking the world anywhere
My Virtual World editor sidebar with building and world editing controls.

Agent layer

Make agent behavior legible.

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.

Live activity

Chat bubbles, meetings, status, assignment, movement, and world events give the team a physical presence.

World memory

Buildings, object interactions, places, and schedules create a stronger sense of continuity than flat logs.

Operator controls

Search, inspect, assign, follow, debug, and edit from one visual surface instead of jumping through panels.

Responsive preview

Built to feel alive on desktop and mobile.

The world is dense, but the interface keeps the important controls reachable: minimap, chat, zoom, search, world editing, and agent inspection.

Mobile view of My Virtual World interface.

Plans

Start free or unlock the full world.

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.

Free demo
$0

Try a starter world locally from the public GitHub repo before upgrading.

  • starter world template
  • basic agents and buildings
  • world visualization
  • chat and activity preview
  • demo watermark
  • community support
Install from GitHub
Live now
Early Bird full build
$19.99
Future full price $59.99

One-time purchase. Self-hosted. Full premium world builder.

  • unlimited agents, buildings, and districts
  • full 3D world builder
  • roads, interiors, furniture, and outside spaces
  • agent movement, meetings, chat, and world actions
  • OpenClaw gateway and Hermes support
  • no watermark or demo banner
  • license key delivered by email
Get Early Bird Access
Activation

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.

Roadmap

What is coming next

  • more world themes and biome packs
  • premium building and character packs
  • deeper OpenClaw and Hermes integrations
  • agent-to-agent routines and social activity
  • more object interactions, jobs, and world events
  • neighborhood templates and world sharing

Install

Install in minutes.

  1. Install Docker
  2. Clone the public GitHub repo
  3. Create the default environment file with cp .env.example .env
  4. Optional: set VW_HOST_PORT=8586 in .env if 8590 is already in use; leave VW_PORT=8590
  5. Run docker compose up --build -d
  6. Open http://localhost:8590/setup
  7. Follow the wizard and enter your license key to unlock the full build
Install from GitHub
git 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

How activation works.

  1. Receive license key by email
  2. Open My Virtual World setup wizard or Menu -> Settings
  3. Paste key and click Activate
  4. Premium features unlock immediately
  5. Key persists across updates
Update flow

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.