Inlay Renderer

An independent implementation of the Inlay SDUI rendering engine, deployed on Cloudflare Workers.

Demo

Render Any Profile

View any Bluesky profile rendered through Dan Abramov's Inlay components.

View Feed

View any Bluesky user's timeline rendered through Inlay components.

View Thread

View any Bluesky thread with full context โ€” ancestors, focus post, and replies.

Browse Components

Discover Inlay components published on any ATProto PDS.

How It Works

Inlay components are ATProto records containing element trees with data bindings. This renderer fetches the component and data record, resolves bindings, and renders to HTML.

URL format: /at/:did/:collection/:rkey?componentUri=at://...

Components are resolved from import packs stored on any PDS. Primitives (org.atsui.*) are rendered to semantic HTML. The renderer is stateless — all data comes from the AT Protocol network.