feat: refresh landing page with Hearthlight theme#205
Merged
Conversation
Update the GitHub Pages landing page (docs/index.html) to match the product's current Hearthlight palette and fix stale references. - Recolor from legacy purple (#7c3aed) to the product's brass/amber accent (#d08a23 → #efa83e) on warm walnut surfaces, pulled from src/shared/color-palette.ts dark mode - Add distinctive display typography (Bricolage Grotesque) for headings - Add a floating browser-frame hero product mockup - Add grain texture + gradient mesh for atmospheric depth - Fix stale version badge (v1.2.2 → v1.3.1) - Fix GitHub URLs (zhongnansu → Duobi-AI) and og:url/og:image domain - Respect prefers-reduced-motion so content never stays hidden Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
📦 PR Preview — Ask AI ExtensionVersion: PermissionsNo permission changes detected. ✅ Preview ChecklistBefore merging, manually test with the artifact above:
Updated by PR Preview Bot — workflow run |
Contributor
📊 Code Coverage Report
Threshold: 80% ✅ Coverage meets the minimum threshold. Updated by Code Coverage workflow |
Replace the March 2026 screenshots (which showed the legacy purple UI) with fresh captures of the current Hearthlight (amber) build, recorded by driving the built extension in Playwright against a sample article: - 1-text-selection-trigger: amber Dobby trigger on text selection - 2-preset-chips: expanded smart-action toolbar - 3-ai-response: streamed inline response bubble (light) - 4-dark-mode: response bubble in dark mode - 5-screenshot-capture-mode: drag-select region + capture toolbar All 1280x800. Now matches the product palette in src/shared/color-palette.ts. Co-Authored-By: Claude Fable 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
The GitHub Pages landing page (
docs/index.html) hadn't been touched since v1.2.2 and was still built around the legacy purple theme. The product has since moved to the Hearthlight palette (warm brass/amber on walnut surfaces). This PR brings the marketing page in line with the product brand, regenerates the product screenshots, and fixes stale references.Product demo (real extension, recorded with Playwright)
Landing page scroll-through
What changed
Theme — now matches
src/shared/color-palette.ts(dark)#7c3aed→ product brass/amber accent#d08a23→#efa83e#181512/#211c17) and warm cream text (#f7f0e6)Visual upgrades
Regenerated product screenshots (
docs/images/*.png)Correctness fixes
v1.2.2→v1.3.1github.com/zhongnansu/dobby-ai→github.com/Duobi-AI/dobby-aiog:url/og:imagepointed at the wrong domain →duobi-ai.github.ioprefers-reduced-motionhandling so scroll-reveal content is never left hiddenVerification
grepconfirms zero purple/stale references.🤖 Generated with Claude Code