Example apps integrating the official Equos.ai SDKs.
| SDK | Platform | Package |
|---|
@equos/node-sdk | Node.js (server) | npm |
@equos/browser-sdk | Browser (vanilla JS/TS) | npm |
@equos/react | Browser (React) | npm |
equos | Python (server) | PyPI |
| Example | SDK | Description |
|---|
| Vanilla | @equos/browser-sdk | Minimal HTML/TS page using EquosConversation |
| React | @equos/react | React app using <EquosConversationRenderer> |
| Next.js | @equos/react + @equos/node-sdk | End-to-end Next.js app with server actions |
| Node.js | @equos/node-sdk | Scripts to create brains, faces, characters, and conversations |
| Python | equos | Same, in Python — sync and async |