See how your software really gets built.
Turn Jira, GitHub, GitLab, and Azure DevOps into one board with the widgets, dashboards, rankings, and roadmaps engineering leaders use to see what’s really going on.
Website · Docs · Enterprise
Pull Jira, GitHub, GitLab, and Azure DevOps into a single Monday-style board — grouped, owned, status-tracked, sized, and classified CapEx/OpEx. Discuss any item inline.
Timelines built straight from live board data — parallel lanes per team, effort-sized bars, and a today line.
Import your org from CSV/Excel (or sync your directory) — a live reporting tree, per-team boards, and private 1:1 / review notes on every person.
📺 Full live tour → deckgauge.com — plus the intelligence dashboard, the ranking leaderboard, and CapEx/OpEx reporting.
Paste this into your AI coding agent (Claude Code, Cursor, Copilot agent, or any agent that can run commands). It fetches the setup skill and installs Deckgauge on your machine:
curl -fsSL https://deckgauge.com/install.md
That’s it — the agent clones the repo, starts the stack, sets up the database, and hands you back
http://localhost:3000.
git clone https://github.com/YanivCodpal/deckgauge
cd deckgauge
cp .env.example .env
docker compose up -d
# create the schema, then open http://localhost:3000
docker compose run --rm api sh -c "cd /app/packages/db && npx prisma db push --skip-generate"Full setup — connecting sources, SSO, access control — is in the docs.
- 📊 Monitoring & visibility — DORA, flow, throughput, review time, WIP as widgets you watch, centralized across all four tools.
- 🏆 Automatic ranking — rank contributors by PRs, tickets, commits, and review comments (weights you choose) to find your champions; org-tree badges for delivery streaks and who’s gone quiet.
- 🗂️ Alignment dashboards — pull imported issues into one board for leadership meetings: comment conclusions, re-prioritize, set due dates, resync for live status.
- 🛣️ Auto-generated roadmaps — timelines built from live board data, with progress and a today line.
- 💰 CapEx / OpEx for finance — audit-ready software capitalization, inferred from activity, no manual timesheets.
- 👥 Team management & reviews — dated, private notes so 1:1s and performance reviews are grounded in real examples.
Open source. Multi-tool. No lock-in. Read the queries, run it yourself, trust the numbers.
- Community — free and open source, uncapped (analyze any number of developers), under the license below.
- Enterprise — SSO, advanced access control, aggregate-only (works-council) mode, audit logs, and support — as a managed SaaS or in your own environment with a commercial license. → deckgauge.com/enterprise · yaniv@codpal.com
Deckgauge is built and maintained by CodPal — fractional CTO-as-a-service for startups and scale-ups. The platform is fully open source and stands on its own. If you want help acting on what it surfaces — reading your DORA metrics, clearing delivery bottlenecks, or standing up engineering leadership — CodPal offers a Deckgauge Engineering Health Check: a fractional CTO reviews your dashboard and hands you a one-page assessment plus your top three fixes. → yaniv@codpal.com
Contributions welcome — see CONTRIBUTING.md. Contributors sign off under the DCO/CLA so the code can be used across editions.
Functional Source License (FSL-1.1-Apache-2.0) — free to use, run, and modify for any purpose except offering it as a competing hosted service; each release converts to Apache-2.0 two years later. See LICENSE.


