📄️ 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 Dexto
When you run dexto --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.
📄️ Database Agent Tutorial
Learn how to build an AI agent that provides natural language access to database operations and analytics. This tutorial shows how to create an agent that can query databases, manage data, and generate insights through conversation.
📄️ Building Multi-Agent Systems
Learn how to build multi-agent systems where Dexto 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.
📄️ Customer Support Triage System
Learn how to build an intelligent customer support triage system using multiple specialized agents that work together through MCP connections.
📄️ Talk2PDF Agent
In this tutorial, we'll build a custom AI agent that can parse PDF documents and make them consumable by LLMs. We'll walk through the process step by step, explaining what we're doing and why.
📄️ Image Editor Agent
Learn how to build an AI agent that provides intelligent image processing and editing capabilities. This tutorial shows how to create an agent that can analyze, transform, and enhance images through natural language commands.
📄️ Music Creator Agent
Learn how to build an AI agent that provides comprehensive music creation and audio processing capabilities. This tutorial shows how to create an agent that can generate music, analyze audio, and process sound files through natural language commands.
📄️ Product Name Scout Agent
Learn how to build an AI agent that provides comprehensive product name research and brand validation capabilities. This tutorial shows how to create an agent that can analyze potential product names through search engine analysis, developer platform collision detection, and automated scoring algorithms.
📄️ Integrating Existing Agents: Dexto + LangChain
This tutorial shows you how to integrate an existing LangChain agent with Dexto to create a multi-agent system. Instead of rebuilding your agent, you'll learn to wrap it with MCP and let Dexto orchestrate between it and other tools.