Prompt
Create a cyberpunk kawaii cycle ride analyser web app. The analyser gives a file upload button which expects a CSV file with the following format: date,timestamp,ISO8601,hr,latitude,longitude,elevation,distance,lap,since_start 08:20:12.633,1742890812.633,2025-03-25T08:20:12.633Z,,,,,,, 08:20:14.633,1742890814.633,2025-03-25T08:20:14.633Z,,51.475065,0.017324,43.037,0.000,1,2 08:20:15.633,1742890815.633,2025-03-25T08:20:15.633Z,,51.475065,0.017324,43.065,0.074,1,3 08:20:16.633,1742890816.633,2025-03-25T08:20:16.633Z,,51.475071,0.017326,43.087,0.000,1,4 08:20:17.633,1742890817.633,2025-03-25T08:20:17.633Z,,51.475082,0.017328,43.109,0.502,1,5 During ingestion of the data it will discard sections where no movement took place. After analysing the CSV, the app will show overview statistics such as highest and average speed, highest and average heart rate, METS etc. It will show a map overview of the ride, with the path of the ride shown in segments of similar heart rate and coloured based on intensity. On overlay show heart rate, speed, METS etc. Surprise me with 2 interesting additional features.
A system prompt was added to support web rendering