Link discover demo everywhere + stop overselling it as an AI agent - #54
Merged
Conversation
The live workflow-discovery page was only reachable from the Registry and Agents CTAs. Add it to the top-level nav (desktop + mobile), the footer's Product column, and a new homepage CTA band pointing at it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Feedback from an outside read: the hero framing ("Watch an AI agent
build a workflow", "real, working pipeline") claimed more than the
page delivers. The registry data and composition are genuinely live,
but the composer is a deterministic client-side heuristic, not a
hosted model, and the execution animation is simulated, not a real
WASM invocation -- the "How this is actually built" section already
said so, just not until the bottom of the page.
Rewrites the hero, meta title/description, and CTA link copy on
discover.astro, index.astro, registry.astro, and agents.astro to lead
with that distinction instead of burying it, and adds an upfront
"Heuristic, not an AI model" badge next to "Live registry data".
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two follow-ups to #53 that never made it into
main— the PR was merged before these commits were pushed, so they've been sitting on the now-closed branch./discover.htmldemo was only reachable from the Registry and Agents page CTAs. Adds it to the global nav (desktop + mobile), the footer's Product column, and a new homepage CTA band.discover.astro,index.astro,registry.astro, andagents.astroto lead with that distinction, and adds an upfront "Heuristic, not an AI model" badge.Test plan
npm run buildpasses cleanmainis exactly these two logical changes (no re-inclusion of Add live AI agent workflow discovery demo #53's already-merged content)/discover.html🤖 Generated with Claude Code