Open source Azure DevOps Marketplace

Velo — DORA metrics with a brain.

Most metrics dashboards show you numbers. Velo listens to your Azure DevOps pipelines in real time, computes the five metrics that matter, and has GPT-4o explain what they mean for your team — in plain English.

GitHub → Install from Marketplace
Deployment Frequency2.4 / day ▲
Lead Time for Changes18 hrs ▼
Change Failure Rate4.1%
“Lead time improved 22% after the pipeline split on May 12 — the remaining bottleneck is PR review latency.” — GPT-4o analysis
Real-time
Webhook ingestion
Pipeline, PR, and work-item events stream in the moment they happen — no polling, no nightly sync.
Five metrics
DORA + Rework Rate
Deployment Frequency, Lead Time, Change Failure Rate, MTTR — plus Rework Rate to catch churn the classic four miss.
AI analysis
GPT-4o that knows your context
Not a chatbot bolted on. The model sees your actual trends and events and explains cause, not just correlation.
Native
Lives inside Azure DevOps
A marketplace extension, not another dashboard tab. Metrics appear where your team already works.
Multi-project
Org-wide rollups
Compare delivery across projects and teams without exporting a single CSV.
Secure
Zero secrets in config
Managed Identity end to end — the same Zero Trust posture I run in federal work.
How it works

Serverless where it can be, real-time where it must be. Velo runs entirely on Azure PaaS — the same architecture patterns I write and answer questions about.

1
Events arrive
Azure DevOps service hooks POST pipeline and PR events to an ASP.NET Core 9 API on Azure Container Apps.
2
Metrics computed
Events are normalized and folded into rolling DORA aggregates in Azure SQL Serverless — cheap at idle, instant under load.
3
GPT-4o analyzes
Azure AI Foundry receives the trend window and event context, and returns a plain-English diagnosis with suggested next steps.
4
Team sees it
An Angular 19 dashboard embedded in Azure DevOps renders metrics, trends, and the AI narrative side by side.
ASP.NET Core 9 Angular 19 Azure Container Apps Azure SQL Serverless Azure AI Foundry · GPT-4o Managed Identity