mockup: add curated landing page to reduce clicks-to-insight#98
Open
functionstackx wants to merge 12 commits intomasterfrom
Open
mockup: add curated landing page to reduce clicks-to-insight#98functionstackx wants to merge 12 commits intomasterfrom
functionstackx wants to merge 12 commits intomasterfrom
Conversation
Users landing on inferencex.com were overwhelmed by 3 paragraphs of intro text, 6+ dropdown selectors, and 30+ chart lines. PostHog showed 10-30 clicks needed to find useful views. New landing page at / with: - Condensed hero + quote carousel - "Explore Full Dashboard" CTA → /inference - 6 curated preset cards (1-click to pre-configured views) - g_preset URL param auto-applies presets on dashboard load - Backward-compat redirect for existing share links with chart params Dashboard moves from / to /inference. Header updated accordingly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
useSearchParams() requires a Suspense boundary during static generation, causing the build to fail. Since g_preset is only read once on mount, direct window.location.search access works and avoids the SSG bailout. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move "Open Source Continuous Inference Benchmark trusted by Operators of Trillion Dollar GigaWatt Scale Token Factories" into the header (visible on desktop). Remove the duplicate "Trusted by..." sentence from the landing page description. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The full tagline belongs in the landing page <h2>, not the navbar. Reverts the navbar tagline addition from the previous commit. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Uses bg-brand so the button is blue in light mode and matches the brand color in dark mode. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add cta-button-glow animation matching the star button glow style but using brand color - Change preset grid from max 2 columns to max 3 columns on lg screens Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The var() reference with / opacity syntax doesn't work in box-shadow. Use a hardcoded oklch() value with alpha like the star button does. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Increased blur from 12px to 20px, spread from 3px to 6px, chroma from 0.15 to 0.18, and opacity from 50% to 60%. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- favorite-presets: expect 9 presets (was 6, added 3 new ones) - sanity: header no longer has h1, use contains() for 404 check - url-params: unknown params test visits /inference not / Co-Authored-By: Claude Opus 4.6 (1M context) <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
/with curated preset cards that let users gain insights in 1 click instead of 10-30/to/inference— advanced users just need 1 extra clickg_presetURL param auto-applies presets when navigating from landing page to dashboard/?g_model=...) auto-redirect to/inference?g_model=...Test plan
/shows landing page with hero, quote carousel, CTA button, and 6 preset cards/inference?g_preset=<id>and auto-applies the preset (correct model, GPUs filtered)/inferencewith default view/inference, "InferenceX" title links to//?g_model=DeepSeek-R1-0528&i_prec=fp8redirect to/inference?...🤖 Generated with Claude Code