NIP-76: Reels Feed — Short-form Video Discovery and Interaction#2385
Open
anaskmh wants to merge 1 commit into
Open
NIP-76: Reels Feed — Short-form Video Discovery and Interaction#2385anaskmh wants to merge 1 commit into
anaskmh wants to merge 1 commit into
Conversation
Defines the social and discovery layer for short-form vertical video (Reels/Shorts) on top of NIP-71 kind:22/34236 events. Specifies feed subscription patterns, client rendering requirements (9:16, autoplay, loop), duet/stitch video reply interactions, reels curation lists (kind:30076), and relay recommendations.
03f53c7 to
18e7390
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
This PR proposes NIP-76, which defines the social and discovery layer for short-form vertical video feeds (Reels, Shorts, Stories) on top of the existing NIP-71
kind:22/kind:34236short video events.NIP-71 already defines the video event format. NIP-76 defines what happens around those events:
t: duet)t: stitch,stitch-start,stitch-endtags)kind:30076parameterized replaceable event for user-curated short video collections/playlistsMotivation
Instagram Reels, TikTok, and YouTube Shorts have proven short-form vertical video to be one of the most engaging content formats. Nostr has the event format (NIP-71) but lacks standardization for the feed UX and social interactions (duet, stitch) that make these platforms compelling. This NIP fills that gap without reinventing video events.
Relation to existing NIPs
kind:22andkind:34236as baseimetatag for video metadataOpen questions for reviewers
kind:30076reuse an existing list kind from NIP-51 instead of a new kind?stitch-start/stitch-endtags be namespaced differently to avoid conflicts?