Level up landing: dark mode, live hero demo, depth + trust polish#4
Open
FuJacob wants to merge 2 commits into
Open
Level up landing: dark mode, live hero demo, depth + trust polish#4FuJacob wants to merge 2 commits into
FuJacob wants to merge 2 commits into
Conversation
Design - Live looping ghost-text demo in the hero (type → coral ghost → Tab → ink), cycling Gmail/Slack/Notes/iMessage - Full dark mode: token-flipped palette via [data-theme] + prefers-color-scheme, pre-paint no-flash init script, header sun/moon toggle (persisted) - Cursor-reactive TiltCard (stats + customization) and SpotlightCard glow - Privacy section reworked as a scoped dark panel for section rhythm - Parallax-aware sign-off cat over the closing wordmark - Slack/iMessage demos now use the new gifs (lazy, native aspect, reduced-motion safe) Engineering - Move element resets into @layer base so Tailwind utilities win on links (drops inline link styles; root-cause fix for the link-override gotcha) - Split --shadow-color from --line for correct dark-mode neobrutalist shadows - Extract useSequencedPhases hook; refactor install + Tab demos onto it - Replace 2 of 4 YouTube segment players with gifs (less JS shipped) - Dismissible announcement banner; fix ScrollProgressBar hidden behind it - ParallaxY reduced-motion guard; hero headline a11y (no duplicate sr-only) Content / trust - New "not another cloud tool" comparison + "lives in your menu bar" mockup - Honest social-proof band (live GitHub stars, AGPL, on-device); removed the fabricated testimonials section - Fix FAQ model drift (tabby-1 → tabby-2; sizes aligned with the cards) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Takes the landing page "to the next level" while keeping the cozy neobrutalist cat vibe. One PR, grouped below.
🎨 Design
Tab→ commits to ink, cycling Gmail / Slack / Notes / iMessage. Shows the product above the fold instead of just describing it.[data-theme]+prefers-color-scheme, a pre-paint no-flash init script, and a sun/moon toggle in the header (persisted, follows system until you choose).TiltCard(subtle pointer tilt on the stats + customization cards) andSpotlightCard(coral glow following the cursor) on the privacy panel and final CTA.cotabbywordmark.⚙️ Engineering
@layer basefix — element resets (incl. thea {}reset) moved into@layer baseso Tailwind utilities win on links. Root-cause fix for the long-standing link-override gotcha; dropped the inline link styles.--shadow-colorsplit from--lineso dark mode gets proper black depth-shadows with light borders (real dark neobrutalism, not glow).useSequencedPhaseshook — extracted the repeated phase/setTimeout/IntersectionObserver state machine; refactored the install-drag and Tab-accept demos onto it.ScrollProgressBar, which was fully hidden behind it, now sits at the banner's bottom edge.ParallaxYguard, no duplicatesr-onlyon the rotating headline, labelled toggle.📣 Content / trust
testimonials-section.tsx(its own copy called them "believable notes" — invented people). I didn't want fake customer quotes on a real product page; the social-proof band replaces it with verifiable facts.tabby-1*→tabby-2*with sizes aligned to the customization cards (StructuredData picks this up automatically).✅ QA
next build+eslintclean.data-theme/localStorage.Notes / judgement calls
cat-sleep/cat-standing), so I used the standing (awake) cat as a peeking sign-off on the wordmark instead.s-maxage+ SWR + fallback), so I left it as-is.🤖 Generated with Claude Code