Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Openpanel-dev/openpanel
All the goodies from both Mixpanel and Plausible combined into one tool.
https://github.com/Openpanel-dev/openpanel
analytics
Last synced: 3 months ago
JSON representation
All the goodies from both Mixpanel and Plausible combined into one tool.
- Host: GitHub
- URL: https://github.com/Openpanel-dev/openpanel
- Owner: Openpanel-dev
- License: agpl-3.0
- Created: 2024-02-29T07:27:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:38:22.000Z (3 months ago)
- Last Synced: 2024-10-28T12:40:46.156Z (3 months ago)
- Topics: analytics
- Language: TypeScript
- Homepage: https://openpanel.dev
- Size: 9.86 MB
- Stars: 3,051
- Watchers: 23
- Forks: 106
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-homelab - Openpanel - dev/openpanel?style=flat) ![Openpanel](https://img.shields.io/github/languages/top/Openpanel-dev/openpanel?style=flat) | All the goodies from both Mixpanel and Plausible combined into one tool. | (Apps / Analytics)
- awesome - Openpanel-dev/openpanel - All the goodies from both Mixpanel and Plausible combined into one tool. (TypeScript)
- my-awesome-list - openpanel - dev | 3427 | (TypeScript)
README
![hero](apps/public/public/ogimage.png)
Openpanel
An open-source alternative to Mixpanel
Website
·
Docs
·
Sign in
·
Discord
·
X/Twitter
·
Openpanel is a simple analytics tool for logging events on web, apps and backend. We have tried to combine Mixpanel and Plausible in the same product.- Visualize your data
- **Charts**
- Funnels
- Line
- Bar
- Pie
- Histogram
- Maps
- **Breakdown** on all properties
- **Advanced filters** on all properties
- Create **beautiful dashboards** with your charts
- **Access all your events**
- Access all your visitors and there history
- Own Your Own Data
- GDPR Compliant
- Cloud or Self-Hosting
- Real-Time Events
- No cookies!
- Privacy friendly
- Cost-Effective
- Predictable pricing
- First Class React Native Support
- Powerful Export API## Disclaimer
> Hey folks 👋🏻 Just a friendly heads-up: we're still in the early stages of this project. We have migrated from pages to app dir and made some major changes during the development of Openpanel, so everything is not perfect.
## Stack
- **Nextjs** - the dashboard
- **Fastify** - event api
- **Postgres** - storing basic information
- **Clickhouse** - storing events
- **Redis** - cache layer, pub/sub and queue### More
- Tailwind
- Shadcn
- tRPC - will probably migrate this to server actions
- Clerk - for authentication## Self-hosting
OpenPanel can be self-hosted and we have tried to make it as simple as possible.
You can find the how to [here](https://docs.openpanel.dev/docs/self-hosting)
**Give us a star if you like it!**
[![Star History Chart](https://api.star-history.com/svg?repos=Openpanel-dev/openpanel&type=Date)](https://star-history.com/#Openpanel-dev/openpanel&Date)
## Development
```bash
pnpm dock:up
pnpm codegen
pnpm migrate:deploy # once to setup the db
pnpm dev
```