Getting started
Complete the user and server flows for your first collaborative Space.
As a Vibecape user
- Install and open the Vibecape App.
- Sign in with your Federation account.
- Ask your server administrator for the Group URL. It looks like
https://spaces.example.com/groups/group_.... - In Settings → Vibecape Groups, select the signed-in account, enter the Group URL, and submit the request.
- Wait until the membership state changes from
pendingtojoined. - Open the Space selector, choose the Group, then create a Space if you are the Owner or clone an existing Space.
You enter only the Group URL. You do not enter the Federation URL, Git URL, or a Space server URL when joining a Group.
As the server administrator
Install the CLI globally, initialize the local server, then start it in the background:
npm install -g @vibecape/cli@latest
vibecape server init
vibecape server start
vibecape server statusSign in and create the first Group. Without --owner, the current Vibecape user becomes Owner:
vibecape login
vibecape users
vibecape server group create --name "Research Team"Send the printed Group URL to the user. After they submit a request in the App:
vibecape server group request list <group-id>
vibecape server group request approve <group-id> <user-id> --role editorThe user can now see the Group and its Spaces in the App.