https://github.com/posthog/posthog-js
Send usage data from your web app or site to PostHog, with autocapture.
https://github.com/posthog/posthog-js
analytics javascript npm posthog typescript
Last synced: 18 days ago
JSON representation
Send usage data from your web app or site to PostHog, with autocapture.
- Host: GitHub
- URL: https://github.com/posthog/posthog-js
- Owner: PostHog
- License: other
- Created: 2020-02-07T22:28:18.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-02-27T13:47:34.000Z (about 1 month ago)
- Last Synced: 2026-02-27T14:36:44.802Z (about 1 month ago)
- Topics: analytics, javascript, npm, posthog, typescript
- Language: TypeScript
- Homepage: https://posthog.com/docs/libraries/js
- Size: 56.4 MB
- Stars: 518
- Watchers: 16
- Forks: 229
- Open Issues: 235
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Posthog JS
This is a monorepo containing multiple packages to integrate with Posthog using JavaScript!
## Documentation
- [Posthog JS Documentation](https://posthog.com/docs/libraries/js)
## Packages
- [posthog-js](./packages/browser/README.md)
- [posthog-js-lite](./packages/web/README.md)
- [posthog-node](./packages/node/README.md)
- [posthog-react-native](./packages/react-native/README.md)
- [@posthog/react](./packages/react/README.md)
- [@posthog/ai](./packages/ai/README.md)
- [@posthog/convex](./packages/convex/README.md)
- [@posthog/nextjs-config](./packages/nextjs-config/README.md)
- [@posthog/nuxt](./packages/nuxt/README.md)
- [@posthog/rollup-plugin](./packages/rollup-plugin/README.md)
- [@posthog/types](./packages/types/README.md)
- [@posthog/webpack-plugin](./packages/webpack-plugin/README.md)
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)