30817:nip-7d
NIP-7D: Forum Threads
Kind 11, a forum thread with a title, whose replies are NIP-22 comments rather than nested notes.
Nostr Implementation Possibilities (mirror)
- signed by
- npub19vumf...dm3xgr
- published
- 2024-11-21
- revised
- 2026-05-28
- event
- 16ce704dca...f24a
NIP-7D
Forum Threads
draft optional
A thread is a kind 11 event. Threads SHOULD include a title.
{
"kind": 11,
"content": "Good morning",
"tags": [
["title", "GM"]
]
}
Replies to kind 11 MUST use NIP-22 kind 1111 comments. Replies should
always be to the root kind 11 to avoid arbitrarily nested reply hierarchies.
{
"kind": 1111,
"content": "Cool beans",
"tags": [
["K", "11"],
["E", <event-id>, <relay-url>, <pubkey>]
]
}
Discussion
Connect a key to comment.