https://github.com/jahilldev/minimal-analytics
Minimal versions of popular analytics libraries. Reduce the impact of third-party scripts on your application.
https://github.com/jahilldev/minimal-analytics
analytics ga4 google-analytics heap javascript lightweight minimal performance tiny
Last synced: 2 months ago
JSON representation
Minimal versions of popular analytics libraries. Reduce the impact of third-party scripts on your application.
- Host: GitHub
- URL: https://github.com/jahilldev/minimal-analytics
- Owner: jahilldev
- License: mit
- Created: 2022-05-13T10:31:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T14:31:36.000Z (about 2 years ago)
- Last Synced: 2025-04-02T07:49:47.396Z (2 months ago)
- Topics: analytics, ga4, google-analytics, heap, javascript, lightweight, minimal, performance, tiny
- Language: TypeScript
- Homepage:
- Size: 393 KB
- Stars: 123
- Watchers: 4
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# minimal-analytics
[](https://github.com/jahilldev/minimal-analytics/actions/workflows/ci.yml)
This project aims to provide minimal implementations of popular analytics libraries. It's aimed at users who want to reduce the impact of third-party JavaScript on their project, without losing core analytics data. If you require more advance tracking, it's recommended to use the official library instead.
# Getting Started
Depending on your preferred service, visit the relevant package below and follow setup instructions:
| Library | Package | Ready |
| ------- | -------------------------------------------------------------------------------------------------------- | -------- |
| GA4 | [@minimal-analytics/ga4](https://github.com/jahilldev/minimal-analytics/tree/main/packages/ga4#readme) | Yes |
| Heap | [@minimal-analytics/heap](https://github.com/jahilldev/minimal-analytics/tree/main/packages/heap#readme) | No (TBD) |