You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A complete developer dashboard for Windows. Manage projects, deploy to Vercel and Render, monitor uptime, track performance, run pipelines, collaborate with your team — all from one window.
Highlights
27 tabs covering every aspect of your dev workflow
Smart onboarding: scan a parent folder, auto-detect frameworks, match existing deployments, import with one click
First-deploy flow: create new Vercel projects and Render services from inside the app
One-click redeploy: per-project or bulk across all deployments
CI/CD Pipelines: visual pipeline builder with step types and execution simulation
AI Assistant: project-aware chat with deploy log analysis and commit message generation
Team collaboration: real-time sync via Supabase, activity feed, roles
Performance monitoring: Lighthouse-style scores, Core Web Vitals, bundle size tracking
Incident management: status flow, timeline, post-mortem, MTTR stats
Plugin system: extensible with hooks (onDeploy, onCommit, onError)
Features by Tab
Core
Tab
What it does
Dashboard
KPI cards, activity feed, deploy status breakdown, quick actions
Cron jobs for auto-pull, auto-deploy, scheduled tasks
Settings
API tokens, theme, export/import config, update checker
Install
Grab the installer
Download DevDash-Setup-1.0.0.exe from the Releases page.
Run the installer (NSIS, per-user, no admin needed).
Launch DevDash from the Start menu or desktop shortcut.
From source
git clone https://github.com/ZafranYusof/devdash.git
Set-Location devdash
npm install
npm run dev # Vite + Electron with hot reload
npm run dist # builds dist/DevDash-Setup-<version>.exe
Node 22+ recommended. The first npm install triggers electron-builder install-app-deps which rebuilds better-sqlite3 for the Electron ABI.
API token setup
Both tokens are optional. DevDash runs without them; you just lose live deploy status and auto-matching.