@vibelands/creator
v0.2.0
Published
Vibe-code, preview, test, publish, and install VibeLands multiplayer world features.
Maintainers
Readme
VibeLands Creator
One tool for creating, previewing, testing, publishing, and installing multiplayer VibeLands world features from a local source project. It is the recommended entry point for editor, Git, and LLM-based development.
Install
npm install --global @vibelands/creator
vibelands --helpThe package installs the vibelands command and includes the compatible
@vibelands/plugin-sdk.
Start creating
vibelands login
vibelands create neon-forest
cd neon-forest
npm install
npm run check
npm run devvibelands login opens a short-lived confirmation page. Confirm the matching
code in a browser where your VibeLands account is already signed in; Creator
then stores its own CLI session without asking you to copy a token.
The scaffold pins its compatible Creator and Plugin SDK dependencies and writes
an AGENTS.md for local coding agents. npm run dev uploads the project into a
hosted sandbox, opens a private world preview, watches the source tree, and
hot-swaps every successful revision.
Machine-readable project discovery and watch mode:
vibelands context . --json
vibelands dev . --world-id <world-id> --jsonlOpen-source Marketplace source can become a fresh local project:
vibelands remix <slug> my-remix --id my-remixDocumentation: https://playvibelands.com/docs/
