PUBG Mobile HUD is a tool that allows you to have Scoring Table and Team Eliminations for your PUBG Mobile Esports event livestreams.
- Scoring Table
- Team Eliminations
- Lottie animation files support with PUBGMHUD Sync (will be built in the admin panel in the future)
- Custom Endpoints
You can view one of the tournament livestreams that we used this HUD in here.
- Clone the repository
- Run
npm install - Run
cd frontend && npm install
npm startcd frontend
npm run devThen you can use External API to send the data to the HUD.
Current version of the HUD has no custom endpoints, but you can add your own, you can check the prod-example branch and see how we used it in production.
You can host the HUD on your own domain. You will need to set environment variables in the .env file in both this base directory and frontend directory, based on the .env.example files. Then you will need to install Docker if not already installed. Then you can run docker compose up -d to start the services.
For the license, see the LICENSE file.
