Index of every deployed surface: dashboard, docs, training views, Cloudflare Pages, Workers, remote repos. Updated when we deploy.
aigp-dashboard.pages.dev
/race.html · telemetry + 3D + FPV
/ai-optimizer.html · training command center
/documents/index.html · this tree
/documents/winning-playbook.html · master strategy
/training_dashboard.html · phase progress
| Resource | URL |
|---|---|
| Competition site | https://www.dcl-project.com/ |
| Official rules | https://www.dcl-project.com/official-rules/ |
| DCL (simulator source) | https://dronechampionsleague.com/ |
| Anduril (hiring partner) | https://www.anduril.com/ |
| Resource | Location | Notes |
|---|---|---|
| GitHub · main repo | github.com/blakefarabi/grandprix | Branch: main · source of truth |
| Cloudflare Worker · aigp-ai | cloudflare-worker/ | LLM/AI endpoints, CORS_ORIGIN = * |
| Pages project | aigp-dashboard | Direct-upload (not git-connected) · wrangler pages deploy vercel-dashboard |
| Pages source tree | vercel-dashboard/ | Deployed as-is · documents/ mirror |
| System | Paper | Code |
|---|---|---|
| MonoRace | arXiv:2601.15222 | TU Delft MAVLab (not public) |
| Swift | Nature 2023 | UZH (not public) |
| RF-DETR | github.com/roboflow/rf-detr | Roboflow · Apache 2.0 |
| SkyDreamer | arXiv:2510.14783 | ICLR 2025 |
| YOLO11 | Ultralytics | AGPL-3.0 |
| stable-baselines3 | — | DLR-RM · MIT |
# Push to GitHub
git push origin main
# Deploy Cloudflare Pages (direct upload — not git-connected)
wrangler pages deploy vercel-dashboard \
--project-name=aigp-dashboard --branch=main
# Deploy Cloudflare Worker
cd cloudflare-worker && wrangler deploy