Live scripts add fragility
Client-side charts and hot reloading APIs fail on static hosts such as GitHub Pages, so outages were common.
Error reviews
The original error dashboard relied on client-only frameworks and background polling. On static hosting we now document issues through curated updates, providing the same context with zero runtime surprises.
Client-side charts and hot reloading APIs fail on static hosts such as GitHub Pages, so outages were common.
Troubleshooting required digging through console logs and timers instead of reviewing commit history.
Multiple framework islands forced extra npm installs, slowing every build despite little day-to-day value.