Longevity World Cup
June 14, 2026 ยท View on GitHub
Longevity World Cup is an open competition where longevity athletes rank by improving biological age measures. Athletes submit biomarker data, biological aging clocks turn those results into biological age, and the leaderboard ranks athletes by Age Reduction.
For more context, read the project story, the competition rules, and the history of longevity as a sport.
Website
https://www.longevityworldcup.com/
Roadmap
- 2024 Sept: Inception
- 2024 Oct: Design
- 2024 Nov-Dec: Code
- 2025 Jan - Sept: Beta Testing
- 2025 Sept 16st: Launch
- 2026 Jan 15st: Season 1 End
- 2026 Feb: Season 2 Start
- 2027 Jan 15st: Season 2 End
Build From Source Code
Get The Requirements
- Get Git: https://git-scm.com/downloads
- Get .NET 10 SDK: https://dotnet.microsoft.com/download
- Disable .NET's telemetry by executing in the terminal
export DOTNET_CLI_TELEMETRY_OPTOUT=1on Linux and macOS orsetx DOTNET_CLI_TELEMETRY_OPTOUT 1on Windows. - Get Visual Studio with ASP.NET web development installed: https://visualstudio.microsoft.com/
Clone
git clone https://github.com/nopara73/LongevityWorldCup.git
Run
Open the .sln file with Visual Studio & run the project.
Update
git pull
