0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
Go to file
Marius Andra 1aca9598f5
feat(calendar): option to show Sunday first (#11722)
* feat(calendar): option to show Sunday first

* add week_start to app context

* support weekStart in LemonCalendar

* use the weekStart from appContext

* run with newer black

* add storybook context
2022-10-19 15:50:54 +00:00
.devcontainer
.github ci(docker): use depot for docker build (#12111) 2022-10-13 15:30:37 +01:00
.husky
.run feat: markdown upload media (#12231) 2022-10-14 11:27:44 +01:00
.storybook feat(calendar): option to show Sunday first (#11722) 2022-10-19 15:50:54 +00:00
.vscode feat: Added compound launch config for vscode (#11501) 2022-08-25 16:30:52 +00:00
bin fix: Update description for hobby upgrade script (#12064) 2022-10-11 18:55:36 +00:00
cypress chore: remove some feature flags (#12219) 2022-10-17 14:03:35 +01:00
docker/clickhouse chore(ci): Set stream_poll_timeout_ms in dev (#12122) 2022-10-07 10:23:38 +03:00
ee fix: Billing V2 cache key (#12341) 2022-10-19 12:57:46 +00:00
frontend feat(calendar): option to show Sunday first (#11722) 2022-10-19 15:50:54 +00:00
plugin-server refactor(plugin-server): consolidate postgres connection to use DATABASE_URL (#12327) 2022-10-19 11:38:40 -03:00
posthog feat(calendar): option to show Sunday first (#11722) 2022-10-19 15:50:54 +00:00
share
staticfiles
.all-contributorsrc chore(contributors): 🤖 - Add ShaneMaglangit as a contributor 🎉 (#12336) 2022-10-19 12:01:50 +01:00
.coveragerc
.deepsource.toml
.dockerignore
.environment
.eslintrc.js chore: Add debug info to JSX output (#12295) 2022-10-17 19:30:31 +02:00
.flake8 chore(deps): update flake8 dependencies (#11711) 2022-09-07 17:24:00 +02:00
.gitattributes
.gitignore chore(demo): Give PostHog team members staff privileges in demo env (#11292) 2022-08-17 10:21:28 +02:00
.kearc
.prettierignore
.prettierrc
.test_durations
babel.config.js chore: Add debug info to JSX output (#12295) 2022-10-17 19:30:31 +02:00
CHANGELOG.md
CODE_OF_CONDUCT.md
codecov.yml
CONTRIBUTING.md chore: contribution guidelines about paid features (#11653) 2022-09-05 11:28:13 +01:00
cypress.e2e.config.ts
depot.json
docker-compose.dev.yml chore(ci): Set stream_poll_timeout_ms in dev (#12122) 2022-10-07 10:23:38 +03:00
docker-compose.hobby.yml chore: Pin caddy version to v2.6.1 for stability (#11943) 2022-09-22 14:51:57 -07:00
Dockerfile
Dockerfile.cloud fix(deploy): add CA's in to cloud image (#11892) 2022-09-20 12:56:46 +00:00
gunicorn.config.py chore(deps): Update black to 22.8.0 (#11596) 2022-09-05 14:38:54 +02:00
jest.config.ts chore: allow overriding jest timezone (#12261) 2022-10-14 14:18:31 +00:00
jest.setup.ts
latest_migrations.manifest fix: Improvements to Organization model setup (#12309) 2022-10-18 12:46:11 +02:00
LICENSE
manage.py
mypy.ini
package.json chore(deps): Update posthog-js to 1.33.0 (#12321) 2022-10-18 17:12:29 +01:00
postcss.config.js
Procfile
production.Dockerfile feat(ingestion): remove Graphile worker as initial ingest dependency (#12075) 2022-10-10 15:40:43 +01:00
pyproject.toml chore(deps): Update black to 22.8.0 (#11596) 2022-09-05 14:38:54 +02:00
pytest.ini fix: Revert "chore(tests): add pytest-randomly plugin to randomize test run order" (#12335) 2022-10-19 13:30:16 +03:00
README.md chore(contributors): 🤖 - Add ShaneMaglangit as a contributor 🎉 (#12336) 2022-10-19 12:01:50 +01:00
requirements-dev.in fix: Revert "chore(tests): add pytest-randomly plugin to randomize test run order" (#12335) 2022-10-19 13:30:16 +03:00
requirements-dev.txt fix: Revert "chore(tests): add pytest-randomly plugin to randomize test run order" (#12335) 2022-10-19 13:30:16 +03:00
requirements.in fix: Revert "chore(tests): add pytest-randomly plugin to randomize test run order" (#12335) 2022-10-19 13:30:16 +03:00
requirements.txt fix: Revert "chore(tests): add pytest-randomly plugin to randomize test run order" (#12335) 2022-10-19 13:30:16 +03:00
runtime.txt chore(python): update Python to version 3.8.14 (#11713) 2022-09-08 10:56:30 +00:00
SECURITY.md
tailwind.config.js feat: Added person properties expander to Meta area (#12294) 2022-10-18 15:07:45 -04:00
tsconfig.dev.json chore: Add debug info to JSX output (#12295) 2022-10-17 19:30:31 +02:00
tsconfig.json chore: Add debug info to JSX output (#12295) 2022-10-17 19:30:31 +02:00
versions.json chore: Bump version to 1.40.0 (#11969) 2022-09-26 11:15:35 -04:00
webpack.config.js
yarn.lock chore(deps): Update posthog-js to 1.33.0 (#12321) 2022-10-18 17:12:29 +01:00

posthoglogo

PRs Welcome Join Slack Community Docker Pulls GitHub commit activity GitHub closed issues

PostHog is an open-source product analytics suite, built for engineers

  • Automatically track every event on your website or app
  • Understand your users and how to improve your product
  • Deploy on your own infrastructure to keep control of your data.

Get started for free

Option 1: Hobby instance one-line-deploy

For <100K events ingested monthly on Linux with Docker (recommended 4GB memory):

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

Option 2: Production instance on your infrastructure

Follow our Scaleable Self-Hosting Guide for all major cloud service providers and on-premise deploys

Option 3: If you don't need to self-host

Sign up for a free PostHog Cloud project

Features

ui-demo

We bring all the tools into one place to give you everything you need to build better products:

  • Event-based Analytics on users or groups - capture your product's usage data to see which users are doing what in your application
  • Product data visualizations graphs, funnels, cohorts, paths, retention, and dashboards
  • Complete control over your data - host it yourself on any infrastructure
  • Session recording to watch videos of your users' behavior, with fine-grained privacy controls
  • Automatically capture clicks and pageviews to analyze what your users are doing without pushing events manually
  • Feature flags to understand the impact of new features before rolling them out more widely
  • Heatmaps to understand how users interact with your product with the PostHog Toolbar
  • Automated Analysis to find correlations between successful users and their behaviors or attributes
  • Plays nicely with data warehouses import events or user data from your warehouse by writing a simple transformation plugin, and export data with pre-built plugins - such as BigQuery, Redshift, Snowflake and S3
  • Infinitely extensible use custom plugins to extend PostHog and integrate with any service or tool
  • Ready-made libraries for JS, Python, Ruby, Node, Go, Android, iOS, PHP, Flutter, React Native, Elixir, Nim + an API for anything else
  • And much much more... for a full list of PostHog features.

Event autocapture

You don't have to spend weeks instrumenting every event on your front-end, point and click at elements from your browser and turn them into events which you and your team can analyze

Getting the most of PostHog

See PostHog Docs for in-depth walk-throughs on functionality.

Join our Slack community if you need help, want to chat, or are thinking of a new feature. We're here to help - and to make PostHog even better.

Philosophy

We help you understand user behavior and build better products 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 is designed to give you every tool you need to understand user behavior, create hypothesis and release changes to make your product more successful.

What's cool about this?

PostHog is the only product-focused open-source analytics suite, with an event, user and group architecture that you can host in any infrastructure.

We are an open-source alternative to products such as Mixpanel, Amplitude, Heap, HotJar, Pendo or Full Story. We're designed to be more developer-friendly, with the broadest range of features like session recording, heatmaps, feature flags, and plugins.

We play nicely with data warehouses and other services - you can import event or user data by writing a plugin to create transformations, or you can export data by using our existing data exports to BigQuery, Redshift, Snowflake, etc. All without losing control of your data.

Developing locally & Contributing

See our Docs for instructions on developing PostHog locally.

We <3 contributions big or small, check out our guide on how to get started.

Not sure where to start? Book a free, no-pressure pairing session with one of the team.

We're hiring!

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

Open-source vs. paid

This repo is entirely MIT licensed, with the exception of the ee directory (if applicable). Need absolutely 💯% FOSS? Check out our posthog-foss repository, which is purged of all proprietary code and features.

Premium features (contained in the ee directory) require a PostHog license. Contact us at sales@posthog.com for more information, or see our pricing page.

Contributors 🦸