+19
README.md
+19
README.md
···
4
5
> ⚠️ **Work in progress** - This is experimental. You probably shouldn't use this yet.
6
7
+
## Status
8
+
9
+
- [x] Repo operations (createRecord, getRecord, putRecord, deleteRecord, applyWrites, listRecords)
10
+
- [x] Sync endpoints (getRepo, getRecord, subscribeRepos, listRepos, getLatestCommit)
11
+
- [x] Auth (createSession, getSession)
12
+
- [x] Handle resolution (resolveHandle)
13
+
- [x] AppView proxy (app.bsky.* forwarding with service auth)
14
+
- [x] Relay notification (requestCrawl)
15
+
- [x] Multi-user (each DID gets isolated storage, no self-service signup)
16
+
- [ ] Blob storage (uploadBlob, getBlob, listBlobs)
17
+
- [ ] refreshSession
18
+
- [ ] OAuth
19
+
- [ ] Account management (createAccount, deleteAccount)
20
+
- [ ] App passwords
21
+
- [ ] Email verification
22
+
- [ ] Invite codes
23
+
- [ ] Admin/moderation
24
+
- [ ] Rate limiting
25
+
26
## Prerequisites
27
28
- Node.js 18+