React product analytics installation
Install the PostHog JavaScript library using your package manager: Add your PostHog API key and host to your environment variables. For Vite-based React apps, use the Wrap your app with the The Use the You can also import Click around and view a couple pages to generate some events. PostHog automatically captures pageviews, clicks, and other interactions for you. If you'd like, you can also manually capture custom events:Install the package
RequiredAdd environment variables
RequiredVITE_PUBLIC_ prefix:Initialize PostHog
RequiredPostHogProvider component at the root of your application (such as main.tsx if you're using Vite):defaults option automatically configures PostHog with recommended settings for new projects. See SDK defaults for details.Accessing PostHog in your code
RecommendedusePostHog hook to access the PostHog instance in any component wrapped by PostHogProvider:posthog directly for non-React code or utility functions:Send events
RecommendedNext steps
RecommendedResource Description Capturing events Learn how to capture custom events beyond autocapture Identifying users Associate events with specific users Creating insights Build trends, funnels, and retention charts Group analytics Track events at the company or account level