feat(get-started): embed 3:29 video walkthrough at the top of the page#29
Merged
Conversation
13MB / 506 kbps / 209s MP4 self-hosted at /public/get-started.mp4 with a 47KB poster frame extracted at the 8s mark. Sits above the role-selector — first thing a visitor sees on the Get Started page. Native <video> element with preload="none" so the file only downloads when the user clicks play (page load stays fast). No YouTube embed, no Google referrer leak, no third-party cookies — same self-hosted ethos as the rest of the stack. Layout: max-w-4xl centered card with subtle proton-purple shadow, aspect-video container so the player fills correctly at any viewport. Falls back to a direct download link for browsers without native <video> support. Bandwidth math: Vercel free tier ships 100GB/month, which is ~7,700 views at 13MB each. Well above expected traffic for this surface; cheap to scale past that ($20 / additional 100GB). The written 6-step guide remains the canonical reference below — a small "the written guide below covers the same flow with every command copy-pasteable" caption ties the two together.
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.
Self-hosted on Vercel. 13 MB / 506 kbps / 3:29 MP4 in
frontend/public/get-started.mp4with a poster frame extracted at the 8 second mark (47 KB JPG).Layout
Sits above the role-selector — first thing a visitor sees on Get Started. Native
<video>element withpreload="none"so the file only downloads when the user clicks play (page load stays fast). The 6-step written guide remains canonical below, tied to the video with a small caption.Why self-hosted (not YouTube / Vimeo / IPFS)
7,700 views; tiers above are cheap ($20/100 GB).preload="none"means bandwidth is paid per click, not per page view.If the video later becomes a perf or bandwidth concern, switching to a CDN (Cloudflare R2, Cloudflare Stream, or YouTube unlisted with a privacy-friendly
youtube-nocookieembed) is a 5-minute swap of the<source>URL.Asset details
frontend/public/get-started.mp4frontend/public/get-started-poster.jpg