Skip to main content

WhiteWind

Overview

WhiteWind is a blogging platform built on ATProto. Blog entries are stored as ATProto records in user PDSes.

Integration Pattern

An expression record sets sourceRef to the AT-URI of a WhiteWind blog entry. The pattern is identical to other ATProto content sources.

{
"$type": "pub.layers.expression",
"sourceRef": "at://did:plc:author/com.whtwnd.blog.entry/abc123",
"text": "...",
"kind": "article"
}

Layers Types Involved

TypeRole
pub.layers.expressionsourceRef points to com.whtwnd.* AT-URI
pub.layers.segmentationTokenization of the blog entry text
pub.layers.annotation#annotationLayerLinguistic annotation layers over the entry

Discovery

The appview indexes expression.sourceRef. Annotations on WhiteWind entries are discoverable by querying for the entry's AT-URI.