Experience live telemetry and timing data from Formula 1 races. Get insights into leaderboards, tire choices, gaps, lap times, sector times, team radios, and more.
For sometime I have been using a real-time Formula 1 Live Timing Website called f1.tfeed.net. But I always didn't quite like the UI of it, its a great website for functionality don't get me wrong but the UI looks quite "old". So I decided to write my own Formula 1 Live Timing Dashboard.
For now It looks like this:
And with the next GP coming right up, I thought now would be a great time to "release it to the public".
I'm currently testing this during qualifying. I have an issue, that all updates stop after a couple of seconds. Is this because your server is overloaded? I tested Firefox and Vivaldi mobile (also using the desktop website).
I have to say though as long as I got updates, it was mighty impressive. Keep up the great work! I may have to test running the code in my own machine.
Yeah I also noticed this, definitely something is going wrong. The server was under some use because the backend is hosted on an old desktop of a friend which also runs other game servers, which probably impacted performance.
Yeah go ahead and run it on your own machine, all you need is bun, node and yarn :)
I deployed a new version of the backend, im gonna test it during the race, if it doesn’t work, I’ll revert to the old version. Let’s see how this goes…
Well this works really well, very easy to follow what's happening, the team radio recordings are really cool too.
One thing I noticed, the actually time, doesn't appear to be either local or my time...for example, the session was green flagged at 12:30 local time, (11:30 BST) in app it said 10:30...🤷🏻♂️
Okay will take a look at the Team Radios. The delay is a feature I wanted to get out asap, but I am gonna revisit it again and make it better, the saving is definitely a good idea!