KP-008 · ONBOARDING/INVITE/CREW
Invite Crew Onboarding Page
Inviting the team, with each role's powers stated in full before anyone is added: what it can do, and — the half almost every invite screen omits — what it cannot. Permissions are the thing people get wrong at setup and discover months later.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/onboarding-invite-crew
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| roles | InviteRole[] | — | Each role with both its powers and its limits. |
| onSend / whatTheyGetLine | (invites) => void · string | — | The send hook, and what the invitee actually receives. |