feat: gstack dashboard — UX visualizer for sprint pipeline & analytics#477
Open
HMAKT99 wants to merge 2 commits intogarrytan:mainfrom
Open
feat: gstack dashboard — UX visualizer for sprint pipeline & analytics#477HMAKT99 wants to merge 2 commits intogarrytan:mainfrom
HMAKT99 wants to merge 2 commits intogarrytan:mainfrom
Conversation
…reports, and analytics Self-contained Bun HTTP server + SPA dashboard that reads all gstack data sources and provides visual insight into the sprint workflow. Dark/light theme toggle with localStorage persistence. SVG-based charts, no external dependencies. 8 views: Overview, Pipeline, QA Reports, Performance, Canary Monitor, Design Review, Analytics, Browser Sessions, Eureka Log. 14 API endpoints serving real-time data from .gstack/ reports, ~/.gstack/analytics/, and browse daemon state. Launch with: bun run dashboard Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds ?mode=stage URL parameter that switches the dashboard to a projector-optimized view for live gstack demos: - Large animated sprint pipeline with pulse/glow on active stages - Big counter metrics (56px font): skill runs, success rate, reports, eureka - Live activity feed with slide-in animations and 5-second polling - Top skills bar chart with color-coded fills - Elapsed time clock - No sidebar or chrome — full-screen content - "Stage" button in normal dashboard header for quick access - Works with both dark and light themes Access via: bun run dashboard, then click "Stage" or go to /?mode=stage Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dashboard/module — self-contained Bun HTTP server + single-page app that visualizes all gstack data sources in a dark/light themed web dashboard.gstack/reports,~/.gstack/analytics/, browse daemon state, and git info/?mode=stage) — projector-optimized presentation view for live gstack demos with animated pipeline, big counter metrics, live activity feed, elapsed clock, and 5-second pollingbun run dashboardStage Mode
Presentation view built for projecting gstack during live demos and meetups:
bun run dashboard→/?mode=stageor click "Stage" buttonFiles changed
dashboard/data.ts.gstack/and~/.gstack/data sourcesdashboard/server.tsdashboard/ui.tspackage.jsondashboardscriptTest plan
bun run dashboard— verify server starts and prints URL/?mode=stage— verify stage mode renders with pipeline, metrics, feed.gstack/) — verify empty states show gracefully.gstack/qa-reports/,benchmark-reports/, etc.bun teststill passes (no existing tests affected)🤖 Generated with Claude Code