https://github.com/tinybirdco/demo-user-facing-web-analytics
https://github.com/tinybirdco/demo-user-facing-web-analytics
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinybirdco/demo-user-facing-web-analytics
- Owner: tinybirdco
- License: mit
- Created: 2024-04-05T11:38:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T15:40:06.000Z (about 2 years ago)
- Last Synced: 2025-02-27T05:24:53.111Z (over 1 year ago)
- Language: TypeScript
- Size: 409 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Use Case Demo: Web Analytics Dashboard
This repository contains code for an example Web Analytics dashboard project.
If you're building a service that allows users to deploy their own sites (think Vercel, or Shopfy), you're going to want to show your users how their sites are performing. You could rely on third-party services like Google Analytics, but providing these features natively can be a big selling point for your service. To do so, you'll need to handle the ingestion and analysis of events at scale, as well as the secure publication of insights to your users via your app. This project demonstrates how to build this using Tinybird, and how to integrate it into a Next.js app.
Read more about this use cases [here](https://www.tinybird.co/docs/use-cases/web-analytics).
## Try it live
Try the [live demo](https://web-analytics.demos.tinybird.co).
## Watch the workshop
Want to watch somebody build this demo live? [Watch the workshop](https://www.tinybird.co/docs/live/web-analytics).
## Deploy it yourself
[Read the guide](https://www.tinybird.co/docs/guides/tutorials/user-facing-web-analytics) to deploy this demo application yourself.
## License
This code is available under the MIT license. See the [LICENSE](./LICENSE.txt) file for more details.
## Need help?
- [Tinybird Slack Community](https://www.tinybird.co/community)
- [Tinybird Docs](https://www.tinybird.co/docs)
## Authors
- [Rafa Moreno](https://github.com/rmorehig)
- [Raquel Yuste](https://github.com/raqyuste)
- [Alasdair Brown](https://github.com/sdairs)
- [Kike Alonso](https://github.com/kukukaka)
- [Cameron Archer](https://github.com/tb-peregrine)
- [Javier Álvarez](https://github.com/xavijam)
- [Sergio Álvarez](https://github.com/saleiva)
- [Jorge Gomez](https://github.com/jorgesancha)
- [Alejandro Martin](https://github.com/alejandromav)