https://github.com/posthog/notification-bar-app
https://github.com/posthog/notification-bar-app
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/posthog/notification-bar-app
- Owner: PostHog
- Created: 2022-05-31T11:53:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T14:47:56.000Z (over 1 year ago)
- Last Synced: 2025-07-04T00:03:59.775Z (6 months ago)
- Language: TypeScript
- Size: 348 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Official PostHog Notification Bar App
## Installation
1. Make sure you have enabled `opt_in_site_apps: true` in your posthog-js config.
2. Install this app from PostHog's app repository.
3. Enable and configure the app for your site.
## Demo

## Local development
If you wish to make this a juicier example app, then clone the repo and run the following:
```bash
npx @posthog/app-dev-server
```
or
```bash
pnpm install
pnpm start
```
Then browse to [http://localhost:3040/](http://localhost:3040/), open `site.ts` in an editor, and hack away.