Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 745 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 745 Bytes

Feedback App

Gather feedback from your users with this app.

Installation

  1. Make sure you have enabled opt_in_site_apps: true in your posthog-js config.
  2. Install the app from the PostHog App Repository
  3. Customise the text, and enable the plugin
  4. Each feedback from your users is now captured as a custom Feedback Sent event
  5. You can now use this event to trigger PostHog actions, or create a funnel to see how many users are giving feedback.

Demo

2022-10-14 11 44 41

Local development

For local development, clone the repo and run

npx @posthog/app-dev-server

or

pnpm install
pnpm start