Size the landing page to the studio composer - #317
Merged
Conversation
The composer now matches ChatInputBox exactly: same rounded-2xl chrome, same stone-300 border, same h-16 input area and compact icon footer. The box a visitor sees on the way in is the box they get once they are inside. Both the composer and the carousel take the studio's own max-w-[46rem] measure, down from 52rem, and the headline, card and copy all step down a notch with them, so the main view reads a little tighter. The model picker moves to a current flagship per provider: GPT-5.5, Claude Opus 5, Gemini 3 Pro, Mistral Large. The CLI slide advertises gpt-5.5 to match. Note that the backend model registry still lists Claude Opus 4.6 and Gemini 2.5 Pro as its newest Anthropic and Google entries, so it needs the same update for the page to match what an agent can actually be set to. The card's call to action reads "Get started". Co-Authored-By: Claude Opus 5 <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.
Fourth round of review notes on the landing page, following #315 / #316.
What changed
The composer matches the in-app one.
HeroComposernow tracksChatInputBoxexactly: samerounded-2xlchrome, sameborder-stone-300, sameh-16input area, same compactrounded-lgicon footer. The box a visitor sees on the way in is the box they get once they are inside.Both the composer and the carousel take the studio's own measure,
max-w-[46rem], the same widthapp/studio/[tab]/page.tsxgives the launcher. Down from52rem.The main view steps down a notch with it: headline
2remto1.8rem, card300pxto276px, headline and body inside the card trimmed to suit the narrower copy pane.The card's call to action reads "Get started".
The model picker shows a current flagship per provider:
The CLI slide advertises
gpt-5.5to match.One thing to follow up
The backend model registry at
apps/commons-api/src/modules/model-provider/model-registry.tsstill lists Claude Opus 4.6 and Gemini 2.5 Pro as its newest Anthropic and Google entries.GPT-5.5is already there, and the Google provider already branches ongemini-3, but the registry needs Opus 5 and Gemini 3 Pro added for the landing page to match what an agent can actually be set to and priced at. Happy to do that as a separate change.Verified
tsc --noEmitclean, production build clean. Every slide and all three viewports captured and reviewed from the production build, with no scrolling in either axis:🤖 Generated with Claude Code