Quick Start
Three steps. Install the SDK, wrap your app, and press C.
1
Install
No CSS imports needed. Styles are injected at runtime.
2
Wrap your app
Get your projectId from the dashboard. That's it. The toggle button and comment UI render automatically.
Want to identify who's commenting? Add the optional user prop:
Support mode setup
If you need to know who is commenting — for customer support, bug reports, or beta feedback — add identity verification.
Add your secret key
Use identifyUser in your layout
>
identifyUser(null) returns {}, so anonymous visitors still work. You only need to pass a user object when one is available.3
Press C
Run your app and press C to enter comment mode. Hover over any element to highlight it. Click to pin a comment.
Or click the toggle button in the corner.
What happens next
- Comments are pinned to the exact DOM element you clicked
- AI enrichment adds context, metadata, and suggested actions
- Everything shows up in your dashboard, grouped by page