emdiska/F1-Pitwall ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app for comparing F1 lap telemetry from real sessions.
I want to pick a year, session type like qualifying or race, round number, and two drivers, then see their laps compared side by side on the same page. Show speed, time delta, throttle, brake, gear, and an animated track map with each car’s position moving around the circuit. If it’s a pre 2026 session, highlight DRS zones and show where each driver opened the wing. If it’s a 2026 session, replace that with a basic battery state of charge view and model deployment using throttle, speed, and whether the car is on a straight or in a corner.
Use live F1 telemetry data if possible, and make it feel polished and interactive, not like a spreadsheet. A clean Flask based Python app is fine. If you need to check current docs or examples, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit