Package-first projects
Creator scaffolds an ordinary local project pinned to a compatible Plugin SDK. Your files remain the source of truth.
Turn your ideas into a living multiplayer world. Create with AI, watch every change come alive in the game, and invite others to play.
npm install --global @vibelands/creatorThis installs the complete Creator tool and its compatible SDK behind the short vibelands command. Then connect your account once:
vibelands loginCreator opens VibeLands in your browser. Check that the confirmation code matches the terminal and approve the separate CLI session—no token copying.
Paste one line:
vibelands create neon-forest && cd neon-forest && npm install && npm run check && npm run devYour 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.
edit → save → check & build → hot-swap in gamePrefer 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.