Skip to content

TimBroddin/posthog-explorer

Repository files navigation

🦔 PostHog Explorer

A Chrome extension for quickly navigating your PostHog projects, dashboards, and insights.

Note: This project is not affiliated with, endorsed by, or officially connected to PostHog in any way. It's an independent community tool.

Screenshot

Features

  • Multi-org support — See all your organizations and projects in one place
  • Quick access — Jump to any PostHog tool (dashboards, insights, session replay, feature flags, etc.)
  • Dashboard & insight browser — Expand to see individual dashboards and saved insights per project
  • Star favorites — Star dashboards and insights for quick access in the Starred tab
  • Recent visits — Track your recently visited PostHog pages
  • Search — Filter across projects, dashboards, and insights
  • Per-project configuration — Customize which tools are visible for each project
  • Drag-and-drop ordering — Reorder organizations and projects in settings
  • Hide projects — Hide projects or orgs you don't need
  • Flat list mode — Optionally show all projects without org grouping
  • Light & dark mode — Follows your OS preference
  • Self-hosted support — Works with PostHog Cloud and self-hosted instances

Installation

Chrome Web Store

Install directly from the Chrome Web Store.

Manual install (GitHub Release)

  1. Download the latest chrome-mv3-prod.zip from the Releases page
  2. Unzip the file
  3. Go to chrome://extensions in Chrome
  4. Enable Developer mode (top right)
  5. Click Load unpacked and select the unzipped folder

Setup

  1. Click the hedgehog icon in your toolbar
  2. Click "Open Settings"
  3. Enter your PostHog instance URL (e.g., https://eu.posthog.com)
  4. Create a Personal API key with scopes: organization:read, project:read, dashboard:read, insight:read
  5. Paste the key and click "Test Connection"

Development

Built with Plasmo, React, and TypeScript.

# Install dependencies
pnpm install

# Start development server (hot reload)
pnpm dev

# Load in Chrome: go to chrome://extensions, enable Developer mode,
# click "Load unpacked", select the build/chrome-mv3-dev folder

# Production build
pnpm build

# Package for store submission
pnpm package

Credits

Created by Titans of Industry

License

MIT

About

🦔 Chrome extension for quickly navigating your PostHog projects, dashboards, and insights

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors