Sync from fork: landing hero busts the 'install' myth#462
Conversation
Returning users and AI demos surfaced a recurring misconception:
visitors thought Semantic Anchors are something you download or
install. They are not — they are vocabulary you type into a prompt.
This commit adds an explainer hero on top of the home page and
expands the first-visit onboarding modal with the same myth-busting
sentence:
- New hero section with three blocks:
1. Headline 'No download. No install. Just type.' + plain-text intro
and bold emphasis line.
2. Side-by-side Without / With anchor prompt example using
Clean Architecture as the anchor.
3. Three-step 'How to use this site' (Browse → Copy → Paste) and
a 'Skip to catalog' anchor link.
- About / Propose New Anchor links move below the hero.
- Onboarding modal: new 'text0' line ('You don't download or install
Semantic Anchors. They live inside any modern AI model — you just
need the right word.') rendered as a primary callout above the
existing copy.
- All strings live in en.json and de.json; HTML inline emphasis is
done at the template level so i18n stays text-only and safe.
The home page now leads with an <h1> 'No download. No install. Just type.' instead of an <h2> 'Explore Semantic Anchors'. Update the homepage smoke test to look for the hero headline (EN or DE) on the new <h1>.
…ll-myth feat(home): add landing hero busting the 'install' myth
|
Caution Review failedPull request was closed or merged during review WalkthroughDer Hero-Abschnitt der Homepage wurde durch einen detaillierteren, mehrsprachigen Bereich ersetzt, der Titel, Intro-Text, zwei Callout-Karten, eine Anleitung mit drei Schritten und einen "Skip to Catalog"-Link enthält. Das Onboarding-Modal zeigt nun einen neuen Einführungstext. Übersetzungen für Englisch und Deutsch werden mit neuen Schlüsseln erweitert, und der E2E-Test wird angepasst. ChangesHero-Abschnitt und Onboarding-Text
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Brings the merged landing-page hero from fork PR #25 to upstream.
Returning users and AI demos surfaced a recurring misconception: visitors thought Semantic Anchors are something you download or install. They are not — they are vocabulary you type into a prompt. This PR addresses that head-on.
What lands
onboarding.text0) repeating the myth-busting line for first visitors.Test plan
All checks passed in fork PR #25:
Summary by CodeRabbit
Versionshinweise
Neue Funktionen
Dokumentation