Skip to content

Lullabot/stability-roadmap-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSM Stability Roadmap Visualizer

An interactive web application for navigating the 6-phase LSM Stability Roadmap, featuring a retrofuturistic design inspired by Syd Mead.

Features

  • 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

The 6 Phases

  1. Local Development - DDEV, Drainpipe, build tools
  2. Tugboat - Preview environments, visual diffs
  3. Automated Testing - Playwright, CRUD tests, error monitoring
  4. Stabilization - Tech debt, dependency updates, performance
  5. Automated Updates - Renovate configuration
  6. Scripted Deployments - CI/CD pipelines, rollback procedures

Usage

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

Keyboard Shortcuts

Key Action
Previous phase
Next phase
1-6 Jump to specific phase

Design

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

Image Placeholders

The app includes placeholder frames for concept art images. To add images:

  1. Generate images using the Nano Banana prompt (see wiki)
  2. Add images to the project directory
  3. Update the placeholder-frame elements in index.html

Files

stability-roadmap-visualizer/
├── index.html    # Main HTML structure
├── styles.css    # Syd Mead-inspired styling
├── app.js        # Navigation logic
└── README.md     # This file

Credits

  • LSM Team - Stability Roadmap content
  • Design Inspiration - Syd Mead's industrial design work
  • Built with - Claude Code + AI assistance

Links

About

LSM Stability Roadmap Visualizer - An interactive 6-phase onboarding roadmap with Syd Mead-inspired concept art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published