0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
Go to file
2023-09-18 13:51:53 +02:00
.devcontainer
.github chore: make visual regression less sensitive to differences (#17455) 2023-09-15 11:15:43 +01:00
.husky chore: Remove OptiPNG from local dev (#17490) 2023-09-18 13:51:53 +02:00
.run
.storybook feat: Allow Markdown in item descriptions (#17241) 2023-09-18 12:16:33 +02:00
.vscode
bin chore(plugin-server): make it easier to run multiple plugin-server instances locally (#17456) 2023-09-15 08:55:46 -06:00
cdp
cypress feat: notebooks list updates on deletion (#17449) 2023-09-14 17:10:10 +01:00
docker
ee
frontend fix: New notebook from popover (#17494) 2023-09-18 11:36:51 +00:00
hogvm
openapi
playwright feat: Allow Markdown in item descriptions (#17241) 2023-09-18 12:16:33 +02:00
plugin-server chore(plugin-server): make it easier to run multiple plugin-server instances locally (#17456) 2023-09-15 08:55:46 -06:00
posthog revert: "fix(surveys): Validate user targeting, and allow crud of targeting flag" (#17493) 2023-09-18 13:02:55 +02:00
share
staticfiles
.all-contributorsrc
.dockerignore
.eslintrc.js feat: Allow Markdown in item descriptions (#17241) 2023-09-18 12:16:33 +02:00
.gitattributes
.gitignore
.kearc
.prettierignore
.prettierrc
babel.config.js
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
cypress.e2e.config.ts
depot.json
docker-compose.base.yml
docker-compose.dev-full.yml
docker-compose.dev.yml
docker-compose.hobby.yml chore: Update base postgres to version 15 (#17159) 2023-09-13 10:11:07 -04:00
docker-compose.playwright.yml
Dockerfile
Dockerfile.cloud
Dockerfile.playwright
gunicorn.config.py
jest.config.ts
jest.setup.ts
jest.setupAfterEnv.ts
latest_migrations.manifest feat: search more than only the notebook title (#17379) 2023-09-13 17:16:41 +01:00
LICENSE
manage.py
mypy.ini
package.json chore: Remove OptiPNG from local dev (#17490) 2023-09-18 13:51:53 +02:00
playwright.config.ts
pnpm-lock.yaml feat: Added a export csv/json button to data tables where export is available (#17402) 2023-09-14 17:40:33 +02:00
postcss.config.js
Procfile
production.Dockerfile
pyproject.toml
pytest.ini
README.md
requirements-dev.in
requirements-dev.txt
requirements.in chore: Bump psycopg2 (#17390) 2023-09-15 15:32:20 +02:00
requirements.txt chore: Bump psycopg2 (#17390) 2023-09-15 15:32:20 +02:00
SECURITY.md
tailwind.config.js
test-runner-jest.config.js
tsconfig.dev.json
tsconfig.json
webpack.config.js

posthoglogo

PRs Welcome Docker Pulls GitHub commit activity GitHub closed issues

Docs - Community - Roadmap - Changelog - Bug reports

PostHog is an all-in-one, open source platform for building better products

  • Specify events manually, or use autocapture to get started quickly
  • Analyze data with ready-made visualizations, or do it yourself with SQL
  • Gather insights by capturing session replays, console logs, and network monitoring
  • Improve your product with A/B testing that automatically analyzes performance
  • Safely roll out features to select users or cohorts with feature flags
  • Connect to external services and manage data flows with PostHog CDP

PostHog is available with hosting in the EU or US and is fully SOC 2 compliant. It's free to get started and your first 1 million events (and 15k replays) are free every month. We're constantly adding new features, such as user surveys!

Table of Contents

Get started for free

The fastest and most reliable way to get started with PostHog is signing up for free to PostHog Cloud or PostHog Cloud EU. Your first 1 million events (and 15k replays) are free every month, after which you pay based on usage.

Open-source hobby deploy (Advanced)

You can deploy a hobby instance in one line on Linux with Docker (recommended 4GB memory):

 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/posthog/posthog/HEAD/bin/deploy-hobby)" 

Open source deployments should scale to approximately 100k events per month, after which we recommend migrating to a PostHog Cloud instance. See our docs for more info and limitations.

PostHog has sunset support for self-hosted K8s deployments.

Features

ui-demo

Want to find out more? Request a demo!

PostHog brings all the tools and data you need to build better products.

Analytics and optimization tools

  • Event-based analytics: Capture your product's usage automatically, or customize it to your needs
  • User and group tracking: Understand the people and groups behind the events and track properties about them
  • Data visualizations: Create and share graphs, funnels, paths, retention, and dashboards
  • SQL access: Use SQL to get a deeper understanding of your users, breakdown information and create completely tailored visualizations
  • Session replays: Watch videos of your users' behavior, with fine-grained filters and privacy controls, as well as network monitoring and captured console logs
  • Heatmaps: See where users click and get a visual representation of their behaviour with the PostHog Toolbar
  • Feature flags: Test and manage the rollout of new features to specific users and groups, or deploy flags as kill-switches
  • A/B and multivariate experimentation: run simple or complex changes as experiments and get automatic significance calculations
  • Correlation analysis: Discover what events and properties correlate with success and failure

Data and infrastructure tools

Read a full list of PostHog features.

Docs and support

Read how to integrate, and extend an open-source 'Hobby' deployment of PostHog in our documentation.

Check out our tutorials for step-by-step guides, how-to's, and best practices.

Learn more about getting the most out of PostHog's features in our product manual.

Ask a question to get support.

Contributing

We <3 contributions big and small. In priority order (although everything is appreciated) with the most helpful first:

Philosophy

Our mission is to increase the number of successful products in the world. To do that, we build product and data tools that help you understand user behavior without losing control of your data.

In our view, third-party analytics tools do not work in a world of cookie deprecation, GDPR, HIPAA, CCPA, and many other four-letter acronyms. PostHog is the alternative to sending all of your customers' personal information and usage data to third-parties.

PostHog gives you every tool you need to understand user behavior, develop and test improvements, and release changes to make your product more successful.

PostHog operates in public as much as possible. We detail how we work and our learning on building and running a fast-growing, product-focused startup in our handbook.

Open-source vs. paid

This repo is available under the MIT expat license, except for the ee directory (which has it's license here) if applicable.

Need absolutely 💯% FOSS? Check out our posthog-foss repository, which is purged of all proprietary code and features.

To learn more, book a demo or see our pricing page.

Were hiring!

Come help us make PostHog even better. We're growing fast and would love for you to join us.

Contributors 🦸