Setup Checklist
❌
Tambo not initialized
To get started, you need to initialize Tambo:
npx tambo initOr visit tambo.co/cli-auth to get your API key and set it in .env.local
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