From dcba940d42c54a3ee8b666b3db43bdce8dd4fa97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 2 Oct 2025 13:51:51 -0700 Subject: [PATCH] README: add tail terminal dashboard --- README.md | 58 +++++++++++++++++++++---------------------------------- 1 file changed, 22 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 0a76ff5ea..32ac963c6 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,6 @@ - **Business Agents** – customer intake, support bots, guided flows - **Complex Dialog Systems** – design logic with structured conversations -🧭 Looking to build structured conversations? Check out [Pipecat Flows](https://github.com/pipecat-ai/pipecat-flows) for managing complex conversational states and transitions. - -🔍 Looking for help debugging your pipeline and processors? Check out [Whisker](https://github.com/pipecat-ai/whisker), a real-time Pipecat debugger. - ## 🧠 Why Pipecat? - **Voice-first**: Integrates speech recognition, text-to-speech, and conversation handling @@ -30,40 +26,30 @@ - **Composable Pipelines**: Build complex behavior from modular components - **Real-Time**: Ultra-low latency interaction with different transports (e.g. WebSockets or WebRTC) -## 📱 Client SDKs +## 🌐 Pipecat Ecosystem -You can connect to Pipecat from any platform using our official SDKs: +### 📱 Client SDKs - - - - - - - - - - - -
- JavaScript - JavaScript - - React - React - - React Native - React Native -
- Swift - Swift - - Kotlin - Kotlin - - JavaScript - C++ -
+Building client applications? You can connect to Pipecat from any platform using our official SDKs: + +JavaScript | React | React Native | +Swift | Kotlin | C++ | ESP32 + +### 🧭 Structured conversations + +Looking to build structured conversations? Check out [Pipecat Flows](https://github.com/pipecat-ai/pipecat-flows) for managing complex conversational states and transitions. + +### 🪄 Beautiful UIs + +Want to build beautiful and engaging experiences? Checkout the [Voice UI Kit](https://github.com/pipecat-ai/voice-ui-kit), a collection of components, hooks and templates for building voice AI applications quickly. + +### 🔍 Debugging + +Looking for help debugging your pipeline and processors? Check out [Whisker](https://github.com/pipecat-ai/whisker), a real-time Pipecat debugger. + +### 🖥️ Terminal + +Love terminal applications? Check out [Tail](https://github.com/pipecat-ai/tail), a terminal dashboard for Pipecat. ## 🎬 See it in action