{}OPF
DocsSocial Platforms recordEdit on GitHub

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

FieldValue
baseUrlhttps://bsky.app
profileUrlPatternhttps://bsky.app/profile/{handle}
handlePrefix
handleExamplealice.bsky.social
brandColor#1185FE
tagsmicroblog, decentralized, atproto

Source JSON

bluesky.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"
  ]
}