A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.

update to wisp.place for demo link :D

Changed files
+2 -2
+2 -2
README.md
··· 1 1 # atproto-ui 2 2 3 - A React component library for rendering AT Protocol records (Bluesky, Leaflet, Tangled, and more). Handles DID resolution, PDS discovery, and record fetching automatically as well as caching these so multiple components can render quickly. [Live demo](https://atproto-ui.netlify.app). 3 + A React component library for rendering AT Protocol records (Bluesky, Leaflet, Tangled, and more). Handles DID resolution, PDS discovery, and record fetching automatically as well as caching these so multiple components can render quickly. [Live demo](https://atproto-ui.wisp.place). 4 4 5 5 This project is mostly a wrapper on the extremely amazing work [Mary](https://mary.my.id/) has done with [atcute](https://tangled.org/@mary.my.id/atcute), please support it. I have to give thanks to [phil](https://bsky.app/profile/bad-example.com) for microcosm and slingshot. Incredible services being given for free that is responsible for why the components fetch data so quickly. 6 6 ··· 219 219 220 220 ## Demo 221 221 222 - Check out the [live demo](https://atproto-ui.netlify.app/) to see all components in action. 222 + Check out the [live demo](https://atproto-ui.wisp.place/) to see all components in action. 223 223 224 224 ### Running Locally 225 225