Organizations
Organizations let teams publish widgets under a shared @org-slugscope instead of personal scopes. Multiple members can collaborate and publish widgets that appear under your organization's namespace.
What are Organizations
When you publish a widget as an individual, it appears under your personal scope (e.g., @username/widget-name). Organizations give teams a shared publishing namespace — for example, @my-team/widget-name. Any member with the right permissions can publish widgets under the organization scope.
Creating an Organization
Go to Organizations
Dashboard > Organizations tab
Create Organization
Click the Create Organization button
Name your org
Slug is auto-derived from the name
The organization name is used to derive a URL-safe slug automatically — spaces and special characters are replaced with hyphens. The slug becomes your publishing scope (e.g., @my-team) and cannot be changed after creation.
Members & Roles
Organizations have three roles that control what each member can do:
Full access. Can manage members, update settings, publish widgets, and delete the organization.
Can invite and remove members, manage member roles, and publish widgets under the org scope.
Can view organization details and publish widgets under the org scope.
To invite a member, go to the org detail page and click Invite Member in the Members tab. Enter their email address and select a role. They will receive an invitation.
Owners and Admins can change member roles or remove members from the org detail page.
Publishing under an Organization
When you run bun widget publish, the CLI will prompt you to select a publishing scope if you belong to any organizations:
? Select publishing scope:
❯ @your-username (personal)
@my-team (organization)Widgets published under an organization scope are managed by the org — any Owner or Admin can update or manage them. They appear with the org's scope tag in the Widget Browser (e.g., @my-team/widget-name).
Managing Organizations
The Settings tab in the org detail page lets Owners and Admins rename the organization. The slug is read-only after creation.
Danger Zone
- Leave Organization — Members and Admins can leave an organization. You will lose publishing access under the org scope.
- Delete Organization — Only the Owner can delete an organization. Widgets already published under the org scope will remain available in the Widget Browser but cannot be updated.