An independent implementation of the Inlay SDUI rendering engine, deployed on Cloudflare Workers.
View any Bluesky profile rendered through Dan Abramov's Inlay components.
View any Bluesky user's timeline rendered through Inlay components.
View any Bluesky thread with full context โ ancestors, focus post, and replies.
Discover Inlay components published on any ATProto PDS.
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.