build a simple status app frontend that:
- uses quickslice as the backend (GraphQL API, OAuth, Jetstream ingestion)
- authenticates users via AT Protocol OAuth
- lets users set/view statuses stored as
io.zzstoatzz.status.recordrecords
we used the official quickslice-client-js SDK from the CDN to handle the OAuth flow (PKCE + DPoP).