feat: Redesign landing page with scroll-based storytelling (#22)#24
Merged
DevanshuNEU merged 2 commits intoDec 5, 2025
Merged
Conversation
- New LandingPage component with dark theme (#0a0a0b) - Pain-point headline: 'grep returned 847 results' - Semantic search box with gradient glow effect - Repo selector pills (Flask, FastAPI, Express) - Trust indicators (speed, no signup, free searches) - Example queries for quick testing - Search results with syntax highlighting - Rate limit banner with signup CTA - Features preview section (Semantic Search, MCP, Code Intel) - Clean minimal navigation and footer - Badge component with custom variants Part of landing page redesign (OpenCodeIntel#22)
- Remove bland 'Powered by' section - Add scroll-based story flow with animations - 'The Problem' section: grep chaos terminal visualization - 'The Solution' section: CodeIntel clean result demo - 'How It Works' section: 3-step process - 'Features' section: MCP, Speed, Intelligence, Open Source - Final CTA with GitHub star button - IntersectionObserver for fade-in animations - Cleaner visual hierarchy and spacing Part of landing page redesign (OpenCodeIntel#22)
|
@DevanshuNEU is attempting to deploy a commit to the Dev's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
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.
Summary
Complete redesign of the landing page with a story-driven approach. Users now experience a clear narrative as they scroll: Problem → Solution → How it Works → Features → CTA.
Changes
Hero Section (Above the Fold)
Scroll Story Sections
Technical
Result
Closes #22