Overlays
The project was initially created for Gabepeixe, to display the viewer count of a stream happening across different platforms. On a Kings League livestream by LOUD Coringa with over 200,000 viewers, there was a need to show on-screen viewer counters from multiple social networks (Twitch, Kick, YouTube, YouTube), so an integration was created using both client connections directly to some platforms' APIs and other connections handled by the server. A real-time chat with unified messages was also built, showing usernames, badges and messages. The project was built using Next.js and Tailwind CSS. The back-end data collection server was made with Node.js.