BlueSky & more on desktop
lazurite.stormlightlabs.org/
tauri
rust
typescript
bluesky
appview
atproto
solid
1export const POST_COLLECTION = "app.bsky.feed.post";
2
3export const FEED_COLLECTION = "app.bsky.feed.generator";
4
5export const LIST_COLLECTION = "app.bsky.graph.list";
6
7export const STARTER_PACK_COLLECTION = "app.bsky.graph.starterpack";
8
9export const LABELER_COLLECTION = "app.bsky.labeler.service";