# pipecat-examples **Repository Path**: wfj404/pipecat-examples ## Basic Information - **Project Name**: pipecat-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-14 - **Last Updated**: 2026-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

pipecat

[![Docs](https://img.shields.io/badge/Documentation-blue)](https://docs.pipecat.ai) [![Discord](https://img.shields.io/discord/1239284677165056021)](https://discord.gg/pipecat) A collection of example applications built with [Pipecat](https://github.com/pipecat-ai/pipecat), an open-source framework for building voice and multimodal AI applications. ## New to Pipecat? **Learning examples** are in the main Pipecat repo, **intermediate and advanced examples** are here. Start with the [quickstart example](https://docs.pipecat.ai/pipecat/get-started/quickstart) to get your first bot running in 5 minutes. Then use the [Pipecat CLI](https://docs.pipecat.ai/pipecat/get-started/build-your-next-bot) to scaffold your first project or learn more from the demos in this repo. ## Prerequisites Most examples require: - Python 3.11 or newer - API keys for AI services (OpenAI, Deepgram, Cartesia, etc.) - Additional service-specific requirements (see individual example READMEs) ## Popular Examples Ready to explore more? These are two of the most useful examples for common use cases: - **[simple-chatbot](simple-chatbot/)** - Client/server examples with React, JavaScript, Swift, Kotlin, and React Native - **[twilio-chatbot](twilio-chatbot/)** - Production-ready phone bot with Twilio integration ## Example Categories ### **Telephony & Voice Calls** - **[phone-chatbot](phone-chatbot/)** - Daily PSTN and SIP dial-in and dial-out examples - **[twilio-chatbot](twilio-chatbot/)** - Production-ready phone bot with Twilio integration - **[telnyx-chatbot](telnyx-chatbot/)** - Production-ready phone bot with Telnyx integration - **[plivo-chatbot](plivo-chatbot/)** - Production-ready phone bot with Plivo integration - **[exotel-chatbot](exotel-chatbot/)** - Production-ready phone bot with Exotel integration - **[ivr-navigation](ivr-navigation/)** - Dial-out and navigate an IVR call tree ### **Web & Client Applications** - **[simple-chatbot](simple-chatbot/)** - Client/server examples with React, JavaScript, Swift, Kotlin, and React Native - **[push-to-talk](push-to-talk/)** - Client/server example showing how to build a Push-to-Talk app using Voice UI Kit and Pipecat's JS and React SDKs - **[websocket](websocket/)** - WebSocket-based real-time communication - **[instant-voice](instant-voice/)** - Enable instant voice communication as soon as a user connects - **[p2p-webrtc](p2p-webrtc/)** - Simple peer-to-peer WebRTC voice bot ### **Realtime APIs** - **[word-wrangler-gemini-live](word-wrangler-gemini-live/)** - Web & phone based voice AI word games using Gemini Live - **[aws-strands](aws-strands/)** - Use AWS Strands for multi-step tasks ### **Multimodal & Creative** - **[storytelling-chatbot](storytelling-chatbot/)** - Interactive storytelling experiences ### **Translation & Localization** - **[daily-multi-translation](daily-multi-translation/)** - Multi-language conference calls ### **Support, Educational & Specialized** - **[studypal](studypal/)** - AI-powered study companion ### **Advanced Features** - **[local-smart-turn](local-smart-turn/)** - Smart conversation turn-taking - **[daily-custom-tracks](daily-custom-tracks/)** - Custom audio/video track handling - **[local-input-select-stt](local-input-select-stt/)** - Local audio input selection - **[bot-ready-signalling](bot-ready-signalling/)** - Bot connect management ### **Deployment & Infrastructure** - **[deployment](deployment/)** - Production deployment examples using Pipecat Cloud, Fly.io, Modal, Cerebrium ### **Monitoring & Analytics** - **[open-telemetry](open-telemetry/)** - Observability and tracing examples using Langfuse and Jaeger ### **Testing & Development** - **[freeze-test](freeze-test/)** - Pipeline freezing and state management testing ## Getting Help - **Documentation**: [docs.pipecat.ai](https://docs.pipecat.ai) - **Discord Community**: [discord.gg/pipecat](https://discord.gg/pipecat) - **Main Repository**: [github.com/pipecat-ai/pipecat](https://github.com/pipecat-ai/pipecat) - **Issues**: Report bugs or request examples in the [main repo issues](https://github.com/pipecat-ai/pipecat/issues)