Gather feedback from your users with this app.
- Make sure you have enabled
opt_in_site_apps: true
in your posthog-js config. - Install the app from the PostHog App Repository
- Customise the text, and enable the plugin
- Each feedback from your users is now captured as a custom
Feedback Sent
event - You can now use this event to trigger PostHog actions, or create a funnel to see how many users are giving feedback.
For local development, clone the repo and run
npx @posthog/app-dev-server
or
pnpm install
pnpm start