Start in minutes
Just run this command to get started:
This command:
- Choose to start with a template or install in your React App
- choose between nextjs, remix, or vite
- Creates a new Tambo project
- Sets up all dependencies
- Configures a basic app structure
- Installs necessary packages
Running Your Project
Start your Tambo project locally:
This will start a development server at http://localhost:3000
.
Adding MessageThread to Your App
The <MessageThread>
component provides a complete chat interface for your AI assistant. Here's how to add it: