docs(readme): embed Robinhood MCP demo video - #19
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an isolated Remotion-based marketing demo for Robinhood MCP, including storyboard data, rendering scripts, generated media assets, and a README embed for the simulated product demo.
Changes:
- Adds a new
marketing/robinhood-mcp-demoRemotion/Vitest/TypeScript project. - Adds README demo embedding and committed rendered media assets.
- Archives generated Suno backing-track metadata and audio variants.
Reviewed changes
Copilot reviewed 13 out of 20 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
.gitignore |
Ignores Node/Remotion local build artifacts. |
README.md |
Adds the demo section and video link/embed. |
marketing/robinhood-mcp-demo/package.json |
Defines demo dependencies and render/test scripts. |
marketing/robinhood-mcp-demo/tsconfig.json |
Adds TypeScript configuration. |
marketing/robinhood-mcp-demo/vitest.config.ts |
Adds Vitest configuration. |
marketing/robinhood-mcp-demo/src/index.tsx |
Registers the Remotion composition. |
marketing/robinhood-mcp-demo/src/RobinhoodMcpDemo.tsx |
Implements the animated demo composition. |
marketing/robinhood-mcp-demo/src/story-data.ts |
Defines storyboard timing, copy, tools, and simulated data. |
marketing/robinhood-mcp-demo/tests/story-data.test.ts |
Adds storyboard contract tests. |
marketing/robinhood-mcp-demo/sessions/suno-track-archiver/2026-05-29-robinhood-mcp-demo-bed.brief.json |
Adds local Suno archive metadata. |
library/tracks/2026-05-29-robinhood-mcp-demo-bed/brief.json |
Adds backing-track generation brief. |
library/tracks/2026-05-29-robinhood-mcp-demo-bed/suno-request.json |
Adds Suno request metadata. |
library/tracks/2026-05-29-robinhood-mcp-demo-bed/suno-response.json |
Adds Suno response metadata. |
library/tracks/2026-05-29-robinhood-mcp-demo-bed/lyrics.md |
Documents generated track metadata. |
| Media/audio assets | Adds rendered demo video, poster, and generated backing-track audio files. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jack-arturo
added a commit
that referenced
this pull request
May 29, 2026
Member
Author
jack-arturo
force-pushed
the
feat/robinhood-mcp-demo
branch
from
May 29, 2026 19:56
63e9135 to
81c3527
Compare
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
Tests
Breaking Changes
None.