docs(site): update architecture naming and add concept pages#328
Closed
docs(site): update architecture
naming and add concept pages#328
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was
linked to
issues
Jan 27, 2026
Closed
Closed
Closed
Closed
- Update three-pillar framing: Player (state root), Media, UI/Skins - Add new naming conventions: website-video-player, hls-video, media-play-button - Add Design Notes section with architectural rationale - Add features.mdx documenting feature lifecycle and options - Add media.mdx and presets.mdx concept pages - Update presets to use function syntax: presets.website() - Mark news and streamingApp presets as planned - Add createPlayer() examples for HTML custom configurations - Update YouTube/Vimeo as available, rename live to interactiveLive Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
a6d6528 to
0f2fc11
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
coordination root), Media, UI/Skins
pattern)
presets.website()createPlayer()examples for HTML customconfigurations
Key naming patterns
{usecase}-{mediatype}-playerwebsite-video-player|
|
{usecase}-{style}-{mediatype}-skin|website-frosted-video-skin||
{impl}-{mediatype}|hls-video,youtube-video||
media-{action}-{object}|media-play-button|Test plan
pnpm dev:siteand verify pages render🤖 Generated with Claude
Code