feat(demo): 51s pitch video embedded in README + Jekyll page#39
Merged
feat(demo): 51s pitch video embedded in README + Jekyll page#39
Conversation
Adds the Remotion-rendered pitch video (8-slide story arc: hook → problem → solution → install → scaffold → your apps → stats → CTA) to both the GitHub README and the Jekyll landing page. - demo-assets/demo-youtube.mp4 — 3.3 MB, 1920x1080, 51s at 30fps - README.md — GitHub auto-plays mp4 when linked as a raw URL inline in markdown. Also adds an orange shield badge linking to the video for readers whose GitHub clients don't auto-play. - docs/index.md — HTML5 <video> tag with autoplay/muted/loop for the Jekyll page (GitHub Pages serves the raw file from the repo). - .gitignore — whitelists demo-assets/demo-youtube.mp4 alongside the existing storyboard-*.png whitelist. The Remotion project lives at video/ (not committed — it's a dev tool, not a shipped artifact). npm run preview opens the Studio; npm run render:all exports both portrait + YouTube cuts. 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.
Remotion-rendered pitch video (hook → problem → solution → install → scaffold → apps → stats → CTA). 3.3 MB mp4, 1920×1080, 51s. Embedded in README via raw GitHub URL + in docs/index.md via HTML5 video tag.
🤖 Generated with Claude Code