{"id":51729008,"url":"https://github.com/agora-oss-org/agora-sdk-plus","last_synced_at":"2026-07-18T00:02:01.866Z","repository":{"id":363047484,"uuid":"1261715403","full_name":"agora-oss-org/agora-sdk-plus","owner":"agora-oss-org","description":"Additive, Agora-only SDK features with no upstream Replyke counterpart — end-to-end-encrypted Secure Chat (blind MLS / RFC 9420), the Social Graph lenses, and web auth ergonomics that drop into @agora-sdk apps.","archived":false,"fork":false,"pushed_at":"2026-07-04T12:05:39.000Z","size":1444,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"root","last_synced_at":"2026-07-04T13:12:34.424Z","etag":null,"topics":["agora","agora-sdk","end-to-end-encryption","expo","mls","oauth","open-source","react","react-native","replyke","sdk","secure-chat","self-hosted","social-graph","social-network","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agora-oss-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-07T04:01:17.000Z","updated_at":"2026-07-04T12:05:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agora-oss-org/agora-sdk-plus","commit_stats":null,"previous_names":["jenova-marie/agora-sdk-plus","agora-oss-org/agora-sdk-plus"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/agora-oss-org/agora-sdk-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agora-oss-org%2Fagora-sdk-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agora-oss-org%2Fagora-sdk-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agora-oss-org%2Fagora-sdk-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agora-oss-org%2Fagora-sdk-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agora-oss-org","download_url":"https://codeload.github.com/agora-oss-org/agora-sdk-plus/tar.gz/refs/heads/root","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agora-oss-org%2Fagora-sdk-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35599510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-17T02:00:06.162Z","response_time":116,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agora","agora-sdk","end-to-end-encryption","expo","mls","oauth","open-source","react","react-native","replyke","sdk","secure-chat","self-hosted","social-graph","social-network","typescript"],"created_at":"2026-07-18T00:01:10.006Z","updated_at":"2026-07-18T00:02:01.857Z","avatar_url":"https://github.com/agora-oss-org.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agora SDK Plus 🌸\n\nAdditive, **Agora-only** SDK features that build on top of\n[`@agora-sdk/*`](https://github.com/jenova-marie/agora-sdk) — capabilities with **no upstream\n[Replyke](https://github.com/replyke/monorepo) counterpart**, kept out of the `@agora-sdk/*` fork so\nthat fork stays a tiny, documented divergence from upstream.\n\nEverything here is original work, designed to drop into an Agora/Replyke app and reuse its config.\nThe features are independent — adopt only the ones you need.\n\n---\n\n## ✨ Features\n\nEach feature is its own package group with a dedicated guide. Start there:\n\n| | Feature | What it provides | Guide |\n|---|---|---|---|\n| 🔐 | **Secure Chat** | The client side of Agora's end-to-end-encrypted messaging (MLS / RFC 9420). The server stays *blind*; all crypto lives here behind a swappable seam. | [`docs/SECURE-CHAT.md`](docs/SECURE-CHAT.md) |\n| 🌷 | **Social Graph** | The community-as-a-commons lenses — Weather, Constellation, Neighborhood, Transparency — designed to be rendered with care rather than mined. | [`docs/SOCIAL-GRAPH.md`](docs/SOCIAL-GRAPH.md) |\n| 🔑 | **Auth ergonomics** | Black-box OAuth for web/MPA apps: a callback gated on real persistence, a first-class auth-ready signal, a logout that reliably ends the session, and stale-session self-heal. | [`docs/AUTH.md`](docs/AUTH.md) |\n\n\u003e 🌿 **On independence.** Secure Chat and Social are fully **standalone** — they take everything they\n\u003e need (`baseUrl`, access token) as explicit inputs and have *no* code dependency on the SDK. **Auth\n\u003e ergonomics** is the sole exception: it peer-depends on `@agora-sdk/react-js` because its purpose is\n\u003e to coordinate with the SDK's own auth session. See [`CLAUDE.md`](CLAUDE.md) for the scoped-exception\n\u003e rationale.\n\n## 📦 Packages\n\nEach feature group mirrors the SDK's **core + platform** shape for consistency:\n\n```\nsecure-chat   @agora-sdk/secure-chat-{crypto,core,react-js,react-native,expo}\nsocial        @agora-sdk/social-{core,react-js,react-native,expo}\nauth          @agora-sdk/auth-react-js   (web only)\n```\n\nPer-package roles are documented in each feature's guide above; the package graph and seams are drawn\nin [`ARCHITECTURE.md`](ARCHITECTURE.md). 🗺️\n\n\u003e 📘 Each guide **ships inside** its primary web package, so it travels with an `npm install`:\n\u003e [`AUTH.md`](docs/AUTH.md) in `@agora-sdk/auth-react-js`, [`SECURE-CHAT.md`](docs/SECURE-CHAT.md) in\n\u003e `@agora-sdk/secure-chat-react-js`, and [`SOCIAL-GRAPH.md`](docs/SOCIAL-GRAPH.md) in\n\u003e `@agora-sdk/social-react-js`. The copies are generated from `docs/` at build time (single source of\n\u003e truth), so they never drift.\n\n## 🛠️ Develop\n\n```bash\npnpm install\npnpm run build-all     # all feature packages, in dependency order (dual ESM + CJS; some web pkgs are ESM-only)\npnpm run typecheck\npnpm test              # unit suite (vitest) — fully mocked, no server required\n```\n\nSee [`docs/TESTING.md`](docs/TESTING.md) for the full picture — the three layers (unit / jsdom /\ne2e), what each needs, and the env vars that gate the opt-in **e2e** flow. Those require a running\n[agora-server](https://github.com/jenova-marie/agora-server) and are skipped by default, so `pnpm test`\nand CI stay server-free.\n\n## 🧩 How this fits together\n\n- **[agora-server](https://github.com/jenova-marie/agora-server)** — the API: the blind MLS Delivery\n  Service plus the social graph endpoints. Owns the wire contract (`@agora-server/contract`).\n- **[agora-sdk](https://github.com/jenova-marie/agora-sdk)** — the Replyke fork; a sibling SDK an app\n  runs alongside these features.\n- **agora-sdk-plus** (this repo) — the additive client layer: crypto, transport, hooks, and React\n  components.\n\nFurther reading: [`CLAUDE.md`](CLAUDE.md) (architecture prose), [`ARCHITECTURE.md`](ARCHITECTURE.md)\n(diagrams), and [`STATUS.md`](STATUS.md) (current state). 📖\n\n## 💛 License\n\n[Apache-2.0](LICENSE). Original Agora work; not affiliated with Replyke.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagora-oss-org%2Fagora-sdk-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagora-oss-org%2Fagora-sdk-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagora-oss-org%2Fagora-sdk-plus/lists"}