From df68fb673a120db7add2b7c377d6391675d53a13 Mon Sep 17 00:00:00 2001 From: Moskovkin Ilya Date: Wed, 8 Jul 2026 10:39:38 +0700 Subject: [PATCH] feat: route SignalOps home CTA to replay --- README.md | 3 +++ src/components/product-home.tsx | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99442cf..9909abc 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ The dev server is pinned to [http://localhost:3020](http://localhost:3020) to av For a fast portfolio review, the dashboard opens with a **Guided incident replay** rail directly under the header. It turns the surface into a self-explaining demo — a first-run reviewer can follow one incident end to end in well under 90 seconds. +The fastest shareable entry point is [`/cockpit?replay=alibaba-p95&step=0`](https://signalops.cc/cockpit?replay=alibaba-p95&step=0). The home page secondary CTA now opens that guided replay directly instead of sending reviewers to an unframed incident detail first. + 1. Pick a scenario — **Alibaba p95 spike**, **FLUX retry storm**, or **Qwen cost bleed**. Each is backed by the existing mock data, not a separate mock. 2. Step through the rail. Every step drives the real controls (no dead overlay): - **Signal detected** — selects the incident and scrolls to the investigation workbench. @@ -58,6 +60,7 @@ Each step also surfaces a short "technical proof" line calling out what it exerc - `/` opens the product overview and operating model. - `/cockpit` opens the live operations dashboard. +- `/cockpit?replay=alibaba-p95&step=0` opens the guided replay from the first step. - `/incidents/inc_411` opens an incident investigation route. ## Portfolio Notes diff --git a/src/components/product-home.tsx b/src/components/product-home.tsx index 80a0ceb..d576cb1 100644 --- a/src/components/product-home.tsx +++ b/src/components/product-home.tsx @@ -141,7 +141,7 @@ export function ProductHome() { - See it in action + Watch guided replay