Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.11 KB

Plugins

This repository lists plugins that are available for PostHog. Plugins enable customization of your PostHog instance.

Adding a plugin to this directory

Please create a pull request submitting an edit to the repository JSON.

For the 'maintainer' field, add 'official' if you are part of the PostHog team, and 'community' otherwise.

If your plugin is written in JavaScript, feel free to use the GitHub, GitLab, or npm URL. However, if it is TypeScript-based, please include the npm URL so PostHog knows where to fetch the compiled JS files from.

Installing a plugin

Find the "Plugins" page in PostHog and select the repository plugin from the list.

Creating a new plugin

Read about Plugins in the docs, especially the Build Your Own page.

Questions?