https://github.com/posthog/sidecar
A chrome extension that shows your users' data in any other SaaS tool
https://github.com/posthog/sidecar
Last synced: 9 months ago
JSON representation
A chrome extension that shows your users' data in any other SaaS tool
- Host: GitHub
- URL: https://github.com/posthog/sidecar
- Owner: PostHog
- License: mit
- Created: 2022-11-05T15:08:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T10:39:08.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T22:43:29.339Z (9 months ago)
- Language: TypeScript
- Homepage: sidecar-panel.vercel.app
- Size: 1.73 MB
- Stars: 19
- Watchers: 9
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Chrome extension that shows data from PostHog in other SaaS tools

- Get more context for debugging via session recordings, feature flags and events, all visible within any SaaS product
- Give support teams the information they need, regarding which users are paying and what actions they've taken
- Access user data from PostHog in any other SaaS tool, no integration required
## Get started for free
- Join the PostHog Slack group [to download the zip](https://posthogusers.slack.com/archives/C049QQ1BN04/p1667674709511729) and unzip it
- Open [the Extensions menu in Chrome](chrome://extensions/), enable Developer Mode
- Choose 'Load unpacked extension' and point to the unzipped files
- Select any email address you find on the internet and right click > "Look this up in PostHog"
- Configure the extension and you're ready to ride!
- Click out of the sidebar area to close it
## Feedback? Yes, please.
Sidecar is a PostHog hackathon project under active, rapid development. Expect rough edges and please share feedback generously via the #website-and-docs channel in [the PostHog Slack group](posthog.com/slack).
If you find bugs, [please create an issue](https://github.com/PostHog/sidecar/issues). **We give merch and other rewards for good feedback and contributed PRs.**
--
## Developing
1. `yarn`
1. cd `packages/panel`
1. `yarn dev`