📄️ Building Applications
Now let's build something useful. We'll create three types of applications, each building on what you've learned.
📄️ React Chat App using Saiki
When you run saiki --mode web, you get a powerful backend server with REST APIs and WebSocket support. Let's build a React chat application step by step, introducing each API capability as we go.
📄️ Building Multi-Agent Systems
Learn how to build multi-agent systems where Saiki agents can communicate with each other using the Model Context Protocol (MCP). This powerful pattern enables specialized agents to collaborate and delegate tasks to each other.
📄️ Advanced Patterns and Best Practices
Once you're comfortable with the basics, these patterns will help you build production-ready applications.