Skip to content

VibeLands CreatorImagine a world. Bring it to life.

Turn your ideas into a living multiplayer world. Create with AI, watch every change come alive in the game, and invite others to play.

Install Creator once

bash
npm install --global @vibelands/creator

This installs the complete Creator tool and its compatible SDK behind the short vibelands command. Then connect your account once:

bash
vibelands login

Creator opens VibeLands in your browser. Check that the confirmation code matches the terminal and approve the separate CLI session—no token copying.

Create and start developing

Paste one line:

bash
vibelands create neon-forest && cd neon-forest && npm install && npm run check && npm run dev

Your project stays local—edit it with any editor or LLM. Run npm run dev, choose a world, and keep the game tab open. Every save checks, builds, and hot-swaps your changes into a private preview.

text
edit → save → check & build → hot-swap in game

Walk through the first edit →

Prefer a zero-install experiment? The browser Sandbox is still available, but the package workflow is the recommended path for projects you intend to keep, test, version, or develop with an LLM.

VibeLands Creator - Plugin SDK apiVersion 2