From 0f1cf816916c3cc317c87e0123e89ea2640bc8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 8 Sep 2025 11:38:16 -0700 Subject: [PATCH] README: update clients' table --- README.md | 46 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index babab5aa3..682a38225 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,41 @@ - **Composable Pipelines**: Build complex behavior from modular components - **Real-Time**: Ultra-low latency interaction with different transports (e.g. WebSockets or WebRTC) +## 📱 Client SDKs + +You can connect to Pipecat from any platform using our official SDKs: + + + + + + + + + + + + +
+ JavaScript + JavaScript + + React + React + + React Native + React Native +
+ Swift + Swift + + Kotlin + Kotlin + + JavaScript + C++ +
+ ## 🎬 See it in action

@@ -38,17 +73,6 @@

-## 📱 Client SDKs - -You can connect to Pipecat from any platform using our official SDKs: - -| Platform | SDK Repo | Description | -| -------- | ------------------------------------------------------------------------------ | -------------------------------- | -| Web | [pipecat-client-web](https://github.com/pipecat-ai/pipecat-client-web) | JavaScript and React client SDKs | -| iOS | [pipecat-client-ios](https://github.com/pipecat-ai/pipecat-client-ios) | Swift SDK for iOS | -| Android | [pipecat-client-android](https://github.com/pipecat-ai/pipecat-client-android) | Kotlin SDK for Android | -| C++ | [pipecat-client-cxx](https://github.com/pipecat-ai/pipecat-client-cxx) | C++ client SDK | - ## 🧩 Available services | Category | Services |