feat(workspace): Apollo Chat experience app with Storybook preview#401
Draft
1980computer wants to merge 3 commits intomainfrom
Draft
feat(workspace): Apollo Chat experience app with Storybook preview#4011980computer wants to merge 3 commits intomainfrom
1980computer wants to merge 3 commits intomainfrom
Conversation
…enerator - Adds Experiments/Chat Experience page (coming soon placeholder) - Renames Experiments/Ideas to Experiments/Layout Generator - Removes Experiments/Brand Motion page Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… AI Elements Full-featured chatbot at apps/chat-experience/ using @ai-sdk/react and @ai-sdk/anthropic. Includes streaming, model selector, reasoning display, sources, and prompt input with stop support. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Renames Default → Visual and adds a Setup page documenting the three layers: Apollo Wind component scope, Anthropic API code generation, and react-live preview — consistent with the Chat Experience pattern. Co-Authored-By: Claude Sonnet 4.6 <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
apps/apollo-chat/— a Next.js 16 app with a fully functional AI chat UIWhat's in the chat app
Design — Apollo Wind
future-darktheme,ChatComposer(pill-shaped input), andPromptSuggestionspills matching the existing Storybook componentsConversation UX — Vercel AI Elements (
Conversation,Message,MessageResponse,Reasoning,Sources) for streaming, markdown, and reasoning blocksAPI — Anthropic SDK via
/api/chatroute, streaming withsendReasoning: true, supports Claude Opus / Sonnet / HaikuTo run locally: add
ANTHROPIC_API_KEYtoapps/apollo-chat/.env.localthencd apps/apollo-chat && npm run dev🤖 Generated with Claude Code