An interactive web application for navigating the 6-phase LSM Stability Roadmap, featuring a retrofuturistic design inspired by Syd Mead.
- Interactive Phase Navigation: Click through all 6 phases of the stability roadmap
- Direct Wiki Links: Each task links directly to the corresponding wiki documentation
- Keyboard Navigation: Use arrow keys or number keys (1-6) to navigate
- URL Deep Linking: Share links to specific phases (e.g.,
#phase-3) - Progress Tracking: Visual progress bar shows your journey through the roadmap
- Responsive Design: Works on desktop and mobile devices
- Local Development - DDEV, Drainpipe, build tools
- Tugboat - Preview environments, visual diffs
- Automated Testing - Playwright, CRUD tests, error monitoring
- Stabilization - Tech debt, dependency updates, performance
- Automated Updates - Renovate configuration
- Scripted Deployments - CI/CD pipelines, rollback procedures
Simply open index.html in a web browser. No build step or server required.
# macOS
open index.html
# Linux
xdg-open index.html
# Or serve locally
python -m http.server 8000| Key | Action |
|---|---|
← ↑ |
Previous phase |
→ ↓ |
Next phase |
1-6 |
Jump to specific phase |
The visual design is inspired by Syd Mead's retrofuturistic industrial aesthetic:
- Chrome and teal color palette
- Glowing accent elements
- CRT scanline overlay effect
- Geometric, angular shapes
- Optimistic technological atmosphere
The app includes placeholder frames for concept art images. To add images:
- Generate images using the Nano Banana prompt (see wiki)
- Add images to the project directory
- Update the
placeholder-frameelements inindex.html
stability-roadmap-visualizer/
├── index.html # Main HTML structure
├── styles.css # Syd Mead-inspired styling
├── app.js # Navigation logic
└── README.md # This file
- LSM Team - Stability Roadmap content
- Design Inspiration - Syd Mead's industrial design work
- Built with - Claude Code + AI assistance