πŸ¦‹
Bluesky Counter
πŸ¦‹ Live Post Simulator

Bluesky Post Formatter & Preview

Compose and preview your Bluesky post in real time β€” see exactly how links, @mentions, and #hashtags will render. Toggle between light and dark mode before you hit publish.

πŸ’‘ How Bluesky Renders Rich Text

Bluesky uses rich-text facets β€” byte-range annotations stored alongside post text. Links (app.bsky.richtext.facet#link), mentions (#mention), and hashtags (#tag) each resolve as a separate facet type. This preview simulates that rendering.

Compose Post

0 / 300
Preview Theme
YN
Your Name
@yourhandle.bsky.social
πŸ¦‹
Your post preview will appear here…
7:19 AM Β· Jun 14, 2026
0
Graphemes
300
Remaining
βœ“
Valid

This is a preview mockup β€” not connected to Bluesky's live API.

Bluesky Rich Text Facets Explained

How AT Protocol encodes links, mentions, and hashtags in every post

πŸ”—

Link Facets

app.bsky.richtext.facet#link stores the byte-start and byte-end of a URL in the post text along with the resolved uri. The displayed URL text is always the full original URL β€” no t.co wrapping.

πŸ‘€

Mention Facets

app.bsky.richtext.facet#mention resolves an @handle.domain string to a user's DID (Decentralized Identifier) at post time. This means mentions remain valid even if the user changes their handle later.

#️⃣

Hashtag Facets

app.bsky.richtext.facet#tag marks a #word token as a searchable tag facet. The tag value strips the leading #. Tags are case-insensitive for search but rendered as-written.

Formatting Tips for Bluesky

1.

Use full handles for mentions: Unlike Twitter, Bluesky handles include a domain (e.g., @user.bsky.social). Omitting the domain means the mention won't resolve as a facet.

2.

Place links before hashtags: Because facets use byte ranges, putting long URLs at the end of your post keeps readability high and lets readers see your core message first.

3.

Limit hashtags to 1–3: The Bluesky algorithm rewards genuine, focused tagging. Stacking 10 hashtags is a spam signal and can reduce your post's reach.

4.

Preview in dark mode: Bluesky's mobile app defaults to the user's OS dark mode. Check that your formatting is readable against dark backgrounds, especially for inline code or light-colored emoji.