From 0d715680563bc7d8b8e8586e390c3ff5ca7262f0 Mon Sep 17 00:00:00 2001 From: Amp Date: Fri, 4 Sep 2026 00:41:42 +0000 Subject: [PATCH] feat(marketing): refresh observability screenshots for product pages Replace the shared Chat Room inspector screenshot and the workflows blog image with dashboard captures of an agent-built app pipeline (examples/agent-factory in rivet-dev/rivet): - Actors / homepage / enterprise: project Actor State tab with the build summary and per-step attempts and timings - Dynamic Apps: appRelease Actor State with the active release, publish history, and request counter - Workflows: buildPipeline workflow graph with the publish step selected Assets are served from assets.rivet.dev/website/marketing/screenshots/ and must be uploaded before merge. Amp-Thread-ID: https://ampcode.com/threads/T-01a0689c-e97a-74fb-8527-7b59926c1ebd Co-authored-by: Nicholas Kissel --- .../marketing/actors/ActorsObservabilitySection.tsx | 8 ++++---- .../enterprise/EnterpriseObservabilitySection.tsx | 8 ++++---- .../marketing/sections/ObservabilitySection.tsx | 8 ++++---- src/pages/dynamic-apps.astro | 8 ++++---- src/pages/workflows.astro | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/components/marketing/actors/ActorsObservabilitySection.tsx b/src/components/marketing/actors/ActorsObservabilitySection.tsx index 5a19ad38..d82930ef 100644 --- a/src/components/marketing/actors/ActorsObservabilitySection.tsx +++ b/src/components/marketing/actors/ActorsObservabilitySection.tsx @@ -3,7 +3,7 @@ import { CARD_TITLE_CLASS, SECTION_H2_CLASS, SECTION_LEDE_CLASS } from "../typog import { SITE_SECTION_CLASS, SITE_STANDARD_RAIL_CLASS } from "../layout"; const INSPECTOR_SRC = - "https://assets.rivet.dev/repo/website/src/components/marketing/images/screenshots/rivet-actor-inspector.png"; + "https://assets.rivet.dev/website/marketing/screenshots/rivet-actors-inspector-state.png"; const features = [ { @@ -64,9 +64,9 @@ export const ActorsObservabilitySection = () => (
Rivet Actor Inspector showing state, events, and callable actions for a running Actor diff --git a/src/components/marketing/enterprise/EnterpriseObservabilitySection.tsx b/src/components/marketing/enterprise/EnterpriseObservabilitySection.tsx index 1e058d8c..9676b5c9 100644 --- a/src/components/marketing/enterprise/EnterpriseObservabilitySection.tsx +++ b/src/components/marketing/enterprise/EnterpriseObservabilitySection.tsx @@ -3,7 +3,7 @@ import { CARD_TITLE_CLASS, SECTION_H2_CLASS, SECTION_LEDE_CLASS } from "../typog import { SITE_SECTION_CLASS, SITE_STANDARD_RAIL_CLASS } from "../layout"; const INSPECTOR_SRC = - "https://assets.rivet.dev/repo/website/src/components/marketing/images/screenshots/rivet-actor-inspector.png"; + "https://assets.rivet.dev/website/marketing/screenshots/rivet-actors-inspector-state.png"; const features = [ { @@ -55,9 +55,9 @@ export const EnterpriseObservabilitySection = () => (
Rivet dashboard showing state, events, and callable actions for a running Actor diff --git a/src/components/marketing/sections/ObservabilitySection.tsx b/src/components/marketing/sections/ObservabilitySection.tsx index 16b9222c..37aa22b4 100644 --- a/src/components/marketing/sections/ObservabilitySection.tsx +++ b/src/components/marketing/sections/ObservabilitySection.tsx @@ -3,7 +3,7 @@ import { BODY_CLASS, CARD_TITLE_CLASS, SECTION_H2_CLASS } from "../typography"; import { SITE_SECTION_CLASS, SITE_STANDARD_RAIL_CLASS } from "../layout"; const inspectorSrc = - "https://assets.rivet.dev/repo/website/src/components/marketing/images/screenshots/rivet-actor-inspector.png"; + "https://assets.rivet.dev/website/marketing/screenshots/rivet-actors-inspector-state.png"; const features = [ { @@ -74,9 +74,9 @@ export const ObservabilitySection = () => ( > Rivet Actor Inspector Rivet dashboard inspecting a deployed app, showing Actor state, events, and callable actions diff --git a/src/pages/workflows.astro b/src/pages/workflows.astro index 5bde625e..63751d4e 100644 --- a/src/pages/workflows.astro +++ b/src/pages/workflows.astro @@ -53,7 +53,7 @@ const ACTOR_EXAMPLE_ROOT = const BUG_FIXER_SOURCE_URL_ROOT = 'https://github.com/rivet-dev/agentos/blob/main/examples/workflows'; const INSPECTOR_IMAGE = - 'https://assets.rivet.dev/website/blog/2026-02-24-introducing-rivet-workflows/inspectorworkflow.png'; + 'https://assets.rivet.dev/website/marketing/screenshots/rivet-workflows-inspector.png'; const actorsRoot = requireDocsRoot('actors'); const workflowsProduct = getProduct('workflows'); @@ -343,9 +343,9 @@ const compositionLayers = [
Rivet workflow inspector showing a run history with nested steps, statuses, durations, and recorded details