Bluesky
Bluesky handles are domain-style ('alice.bsky.social'). Profile URLs use the form 'https://bsky.app/profile/<handle>'. Renderers should pass the handle through unchanged.
Metadata
ID
bluesky
Catalog
social-platforms
Source
spec/catalogs/social-platforms/bluesky.json
| Field | Value |
|---|---|
| baseUrl | https://bsky.app |
| profileUrlPattern | https://bsky.app/profile/{handle} |
| handlePrefix | |
| handleExample | alice.bsky.social |
| brandColor | #1185FE |
| tags | microblog, decentralized, atproto |
Source JSON
{
"$schema": "https://openpresentation.org/schema/opf-social-platform/v1",
"id": "bluesky",
"name": "Bluesky",
"summary": "Decentralized microblog network built on the AT Protocol.",
"description": "Bluesky handles are domain-style ('alice.bsky.social'). Profile URLs use the form 'https://bsky.app/profile/<handle>'. Renderers should pass the handle through unchanged.",
"baseUrl": "https://bsky.app",
"profileUrlPattern": "https://bsky.app/profile/{handle}",
"handlePrefix": "",
"handleExample": "alice.bsky.social",
"brandColor": "#1185FE",
"tags": [
"microblog",
"decentralized",
"atproto"
]
}