Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tryproduck.com/llms.txt

Use this file to discover all available pages before exploring further.

1

Create a project

In the Produck dashboard, open API keys and create a project. Create one project per app you want feedback on.
2

Generate an API key

Open your project and click Generate API key. Your key starts with pk_live_.
The full key is shown once, right after you generate it. Copy it before closing the dialog. Lost it? Generate a new one and delete the old.
3

Embed the widget

Copy the script tag from the dialog — your key is already filled in — and paste it before the closing </body> tag of your app:
<script src="https://tryproduck.com/sdk/v1.js" data-project="pk_live_YOUR_KEY" defer></script>
That’s the whole install. Reload your app and the duck button appears in the bottom-right corner.
Click the duck (or press ⌘ + Shift + Z / Ctrl + Shift + Z) to open the widget.
4

See feedback roll in

Submit a test note from your app, then open the Feedback view in the dashboard. Your submission appears with its annotations, voice transcript, and page snapshot.

Next steps

Installation

Framework snippets and where to place the script tag.

JavaScript API

Identify users, open the widget from your own UI, and listen for events.