VelocityDeck is a modern, high-performance Agile delivery and risk dashboard. Built with Next.js 15, Tailwind CSS 4, and Recharts, it provides engineering leaders and scrum masters with real-time visibility into sprint execution, delivery health, and organizational risk.
VelocityDeck transforms complex sprint data into actionable insights across three core dimensions:
- Velocity Tracking: Monitor committed vs. completed story points across recent sprints.
- Burndown Charts: Real-time visibility into sprint progress against the ideal trend line.
- Bug Distribution: Categorized breakdown of active defects (Critical, High, Medium, Low).
- RAG Status: At-a-glance health indicators for Schedule, Scope, Resources, and Budget.
- Lead Time to Market: Track the cycle time from 'In Progress' to 'Deployed'.
- Milestone Drift: Visualize planned vs. actual delivery dates for major project milestones.
- Release Log: A detailed audit trail of recent production deployments, including feature and fix counts.
- Risk Heatmap: Visualize active risks based on Likelihood and Impact.
- Headcount Allocation: Monitor resource distribution across Engineering, QA, Design, and Product.
- Framework: Next.js 15+ (App Router)
- Language: TypeScript
- Styling: Tailwind CSS 4
- UI Components: Radix UI & Lucide React
- Data Visualization: Recharts
- Theme Management: next-themes
- Node.js 20+
- Yarn or NPM
-
Clone the repository:
git clone https://github.com/thomasmaerz/velocitydeck.git cd velocitydeck -
Install dependencies:
yarn install # or npm install -
Run the development server:
yarn dev # or npm run dev
Open http://localhost:3000 with your browser to see the dashboard.
This project is licensed under the MIT License - see the LICENSE file for details.