Easily add the Feedbackflow App Survey SDK to your app with guides for different frameworks.
<script>
tag to your HTML head:
Name | Type | Description |
---|---|---|
environment-id | string | Feedbackflow Environment ID. |
app-url | string | URL of the hosted Feedbackflow instance. |
npm
, pnpm
, or yarn
.
Note that zod
is required as a peer dependency and must also be installed in your project.
App.js/ts
file to initialize Feedbackflow.
Name | Type | Description |
---|---|---|
environment-id | string | Feedbackflow Environment ID. |
app-url | string | URL of the hosted Feedbackflow instance. |
app/feedbackflow.tsx
and call it in app/layout.tsx
.
_app.tsx
.
Name | Type | Description |
---|---|---|
environment-id | string | Feedbackflow Environment ID. |
app-url | string | URL of the hosted Feedbackflow instance. |
Name | Type | Description |
---|---|---|
environment-id | string | Feedbackflow Environment ID. |
app-url | string | URL of the hosted Feedbackflow instance. |
App.js/App.tsx
file to initialize Feedbackflow:
Name | Type | Description |
---|---|---|
environment-id | string | Feedbackflow Environment ID. |
app-url | string | URL of the hosted Feedbackflow instance. |
?feedbackflowDebug=true
to your app’s URL (e.g., https://example.com?feedbackflowDebug=true)
.
F12
or right-click and select “Inspect” > “Console”.
F12
or right-click and select “Inspect Element” > “Console”.
Option + Command + C
to open developer tools and go to the “Console” tab.