Skip to content

Instantly share code, notes, and snippets.

View siavashs's full-sized avatar
🐛
killing bugs

Siavash Safi siavashs

🐛
killing bugs
View GitHub Profile
@siavashs
siavashs / README.md
Last active November 13, 2024 09:09
Some Icons

Some Icons used for testing

@siavashs
siavashs / alertmanager-ui-rewrite.md
Last active November 7, 2025 15:57
Alertmanager UI rewrite analysis

Estimation generated by Claude Sonnet 4.5 Thinking model, instructed to:

  • analyze Alertmanager UI code
  • analyze Prometheus UI code
  • Estimate lines of code needed to migrate from current implementation to something similar to prometheus code structure and quality

Current Codebase Analysis

Existing Elm UI (ui/app/)

  • 49 Elm source files (~8,500-9,500 lines total)
  • 4 Elm test files (~400-500 lines)