Full Stack Chat App
Build a chat interface where users can connect and use their own apps
In this example, you will learn how to build a chatbot that:
- Lets users connect their various apps to the chatbot using the Composio SDK.
- Uses the Vercel provider in the Composio SDK to handle and execute tool calls from the LLM.
This page gives a high-level overview of the Composio SDK and how it is used in the GitHub repository: composiohq/chat. You can find the demo live here.
Prerequisites
Ensure you’ve followed the README.md in the composiohq/chat repository to set up the project locally.
Creating auth configs
For all the apps you want to connect to the chatbot, you need to create their respective auth configs. Learn how to create auth configs here. Once done, your auth configs will be available in the Composio dashboard.