11ff3787e3
* can zoom out toolbar * refactor the look * add kea localstorage plugin * add test to see if user is logged in or not * keep width when resizing window * increase padding on larger screens * floating box style * toolbar close button * show what's on the current page * fix close and remove tags * inspect element * inspect element improvements * show stats * inspect element * give jsURL to the editor in debug mode * toolbar HMR * move styles to CSS * tabs on toolbar * css for current page block * links to dashboards and actions * adjust the location of the X so that we don't always have a horizontal scrollbar * clean up some css, incl renaming toolbar divs * refactor webpack config to use a separate config for the editor chunk, in it include all CSS inside the JS * load styles behind the shadow, render only once all CSS is loaded * tolerable design for the floating view * header block for float + css zindex fix * fix height * move toolbar to toolbar folder * add back old toolbar folder * load by default editor.js, move new toolbar to toolbar.js * only open toolbar.js by default, not editor.js * add comment for toolbar setting * Updated Yarn lockfile * fix test and rename is_authenticated -> isAuthenticated in json * get mypy to play along * refactor tab content into folders * refactor code structure for toolbar * simplify floating/docked/float/dock -> float/dock * small refactor * upgrade to posthog-js 1.1.0 * fix array copy code |
||
---|---|---|
.github | ||
bin | ||
cypress | ||
frontend | ||
posthog | ||
requirements | ||
staticfiles | ||
.babelrc | ||
.deepsource.toml | ||
.dockerignore | ||
.eslintrc.js | ||
.flake8 | ||
.gitignore | ||
.prettierrc | ||
app.json | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
cypress.json | ||
dev.Dockerfile | ||
docker-compose.dev.yml | ||
docker-compose.e2e.yml | ||
docker-compose.yml | ||
gunicorn.config.py | ||
jsconfig.json | ||
latest_migrations.manifest | ||
LICENSE | ||
manage.py | ||
mypy.ini | ||
package.json | ||
postcss.config.js | ||
preview.Dockerfile | ||
Procfile | ||
production.Dockerfile | ||
README.md | ||
requirements.txt | ||
webpack.config.js | ||
yarn.lock |
PostHog (Community Edition)
PostHog is open source product analytics, built for developers. Automate the collection of every event on your website or app, with no need to send data to 3rd parties. It's a 1 click to deploy on your own infrastructure, with full API/SQL access to the underlying data.
Quick start
1-click Heroku deploy:
See PostHog docs for in-depth walk throughs on functionality.
Join the PostHog Users Slack if you need help, want to chat, or are thinking of a new feature idea.
Features
- Event-based analytics at a user level - see which users are doing what in your application.
- Complete control over your data - host it yourself.
- Automatically capture clicks and page views to do analyze what your users are doing retroactively.
- Libraries for JS, Python, Ruby, Node, Go + API for anything else.
- Beautiful graphs, funnels, user cohorts, user paths and dashboards.
- Super easy deploy using Docker or Heroku.
Event autocapture
Philosophy
Many engineers find it painful to work out how their products are being used. This makes design decisions tough. PostHog solves that.
We also strongly believe 3rd party analytics don't work anymore in a world of Cookie laws, GDPR, CCPA and lots of other 4 letter acronyms. There should be an alternative to sending all of your users' personal information and usage data to 3rd parties.
PostHog gives you full control over all your users' data, while letting anyone easily perform powerful analytics.
It means you can know who is using your app, how they're using, and where you lose users in the sign up process.
What's cool about this?
PostHog is the only product-focused open source analytics library, with an event and user-driven architecture. That means tracking identifiable (where applicable) user behavior, and creating user profiles. We are an open source alternative to Mixpanel, Amplitude or Heap, designed to be more developer friendly.
There are a couple of session-based open source libraries that are nice alternatives to Google Analytics. That's not what we are focused on.
One-line docker preview
docker run -t -i --rm --publish 8000:8000 -v postgres:/var/lib/postgresql posthog/posthog:preview
This image has everything you need to try out PostHog locally! It will set up a server on http://127.0.0.1:8000.
Deploy to Heroku
Production deployment
See docs for production deployment
Developing locally
See docs for developing locally
Contributing
We <3 contributions big or small. See docs for a guide on how to get started
Open source / Paid
This repo is entirely MIT licensed. We charge for things like user permissioning and auditability, a/b testing and dedicated support. Please email hey@posthog.com and we will gladly help with your implementation.