AI Grand Prix — Active Links & Services

Everything deployed and running • Updated 2026-03-31

Live Dashboards

PRIMARY Cloudflare Pages Dashboard

aigp-dashboard.pages.dev

Main mission control. Faster edge network (300+ cities). All dashboards + docs.

MIRROR Vercel Dashboard

vercel-dashboard-theta-mauve.vercel.app

Mirror deployment. Same content, 70+ edge locations.

Dashboard Pages

3D Race Dashboard

aigp-dashboard.pages.dev/race.html

Three.js 3D arena, chase cam, FPV with gate detection overlay, PX4 debug panel, training mode

AI Race Optimizer

aigp-dashboard.pages.dev/ai-optimizer.html

Performance analytics, model status, 15 GPU options, training commands, live AI analyst (Llama 3.1)

Mission Control (Hormuz)

aigp-dashboard.pages.dev/hormuz.html

Carrier defense, deep strike, strait reopening, Ukraine FPV, multi-drone ops, Kharg Island

Mission Targeting

aigp-dashboard.pages.dev/target.html

Global map search, 5 mission types, custom gate placement, 1-8 drones

Live Stream Missions

aigp-dashboard.pages.dev/columbus.html

Multi-city US ops with live camera feeds (Columbus, NYC, London, Miami, SF)

3D Cinematic Viewer

aigp-dashboard.pages.dev/test3d.html

Standalone cinematic 3D race with Neros Archer drone, shadows, attack tilt

Documentation (13 pages)

HUB Documentation Index

aigp-dashboard.pages.dev/documents/

Landing page with categorized cards linking to all docs

Getting Started

.../documents/getting-started.html

Zero to racing in 30 min, no hardware

AI Integration Plan

.../documents/ai-integration-plan.html

VADR-TS-001 compliance, training, submission

System Architecture

.../documents/architecture-overview.html

Pipeline diagram, component map, comms

Race Pipeline Deep Dive

.../documents/race-pipeline-guide.html

State machine, transitions, timing budget

Vision & Detection Guide

.../documents/vision-detection-guide.html

U-Net, RANSAC corners, PnP, training

Tuning & Configuration

.../documents/tuning-reference.html

30+ params, safe ranges, methodology

Troubleshooting & FAQ

.../documents/troubleshooting.html

Common issues, debugging, sim-to-real

Local GPU Training (4080)

.../documents/local-gpu-training.html

Train on your own GPU, $0 cost

Complete Build Guide

.../documents/build-guide-v3.html

Sim → DIY → Archer, 4 phases

DIY 5" Racer Assembly

.../documents/diy-5inch-racer-build.html

7-step hardware build, $694

Hardware Quick Start

.../documents/quickstart-guide.html

Jetson setup, camera, Pixhawk, first flight

Blueprint Drawings

.../documents/blueprint-drawings.html

SVG blueprints, airframe options

RF Controller Picker

.../documents/rf-controller-picker.html

RC selection, wiring, kill switch

API Endpoints (Cloudflare Workers AI)

LIVE Worker Status

aigp-ai.blake-37e.workers.dev/status

Health check, available models, endpoint list

POST /analyze

aigp-ai.blake-37e.workers.dev/analyze

Race log analyzer — Llama 3.1 8B analyzes config, suggests YAML changes

POST /detect

aigp-ai.blake-37e.workers.dev/detect

Gate detection — send image, get ResNet-50 + DETR results

POST /train

aigp-ai.blake-37e.workers.dev/train

Training orchestrator — generates per-platform commands + LLM plan

Repos & Accounts

GitHub Repository

github.com/blakefarabi/grandprix

Full source code — Python race pipeline, iOS app, Android app, Vercel dashboard

Cloudflare Dashboard

dash.cloudflare.com

Pages deployment, Workers AI, edge compute. Account: blakefarabi@gmail.com

RunPod Console

runpod.io/console/pods

GPU cloud training pods. Current: aigp-train (A6000). Account: blakefarabi@gmail.com

Vercel Project

vercel.com/blakes-projects-291e29bb/vercel-dashboard

Mirror dashboard deployment. Auto-deploys on vercel --prod.

Infrastructure Summary

FrontendCloudflare Pages (primary) + Vercel (mirror)Free
AI BackendCloudflare Workers AI (Llama 3.1, ResNet-50, DETR)~$0.01/1K req
Training (local)MSI RTX 5080 16GB GDDR7 (Blackwell) — faster than cloud A100Free
Training (cloud)RunPod (A6000 pod active)~$0.32/hr
Source ControlGitHub (blakefarabi/grandprix)Free
iOS / AndroidWebView shells loading Cloudflare Pages dashboardFree
Active RunPod pod: aigp-train (RTX A6000, $0.32/hr) is currently running. Stop it at runpod.io/console/pods when training is complete to avoid charges.

Back to Documentation Hub