Setup Checklist
✅
Tambo initialized
How it works:
- 📄
src/app/layout.tsx- Main layout with TamboProvider - 📄
src/app/chat/page.tsx- Chat page with TamboProvider and MCP integration - 📄
src/app/interactables/page.tsx- Interactive demo page with tools and components - 📄
src/components/tambo/message-thread-full.tsx- Chat UI - 📄
src/components/tambo/graph.tsx- A generative graph component - 📄
src/services/population-stats.ts- Example tool implementation with mock population data - 📄
src/lib/tambo.ts- Component and tool registration - 📄
README.md- For more details check out the README