Install the widget
The Sey widget lets users submit feedback, browse your roadmap, and read changelog updates without leaving your product.
Add the client script
Add the Sey client to your application shell, just before the closing </body> tag.
<script defer src="https://cdn.sey.so/client.js" data-publishable-key="sey_pk_your_key"></script>
Find the publishable key in your workspace settings. Publishable keys identify the workspace and are safe to use in browser code.
Verify the installation
Reload your application after adding the script. The launcher should appear in the position configured for your workspace.
If it does not appear:
- Confirm the publishable key belongs to the current workspace.
- Check that your content security policy allows
https://cdn.sey.so. - Look for a blocked script or network error in the browser console.
Identify signed-in users
Pass user context from your application when you want submissions to be associated with a customer. Only send information your users expect you to share.
Match your product
Use workspace settings to control the launcher position, labels, and branding. Preview the widget at mobile and desktop widths before releasing it to everyone.
Next step
Open the widget as a test user, submit an idea, and confirm it arrives on the expected board.