01
Does my client need an account?
Preview links are public; commenting and other write actions require signing in and claiming the invite.
When you share a project, Notes generates a secure invite link. Anyone with the link can open a read-only preview of the project and its tracks without creating an account first.
If a collaborator wants to leave feedback, they sign in (or create an account) and claim the invite. The role you assign on the invite — Client or Viewer — controls what they can do after claim.
Clients can comment when a track is in review. Viewers can listen and read but cannot write. Owners always retain upload, status, and deletion controls.
How it works
- 1
Owner creates an invite
From Share access, you generate a link or send an email invite and pick Client or Viewer.
- 2
Recipient opens the preview
The /share/{token} page loads project and track metadata with no login required.
- 3
Write actions gate on auth
Commenting, voice notes, and invite claim run only after Cognito sign-in; the server enforces role permissions on every mutation.
Share access — invite link, role picker, and what guests can do before and after sign-in
Without account
- Open preview link
- Play tracks & read comments
- Leave comments (sign in required)
After sign-in + claim
- Role applied from invite
- Redirect to /review?projectId=…
- Server enforces permissions