# Examples and Templates
URL: /examples-and-templates

import LearnMore from "@/components/learn-more";

The fastest way to learn Tambo is to start from a working app. These templates give you a complete project with component registration, tool setup, and a conversation interface already wired together.

Each template targets a different platform or integration pattern. The chat starter is a minimal Next.js app you can customize freely. The Expo template shows how to use the same React SDK in a mobile app. The Supabase example demonstrates connecting Tambo to external data sources through MCP.

<LearnMore title="Chat Starter App" description="A simple generative UI Next.js app ready for customization" href="/examples-and-templates/chat-starter-app" />

<LearnMore title="Expo Mobile App" description="Build AI-powered React Native apps with Tambo and Expo" href="/examples-and-templates/expo-mobile-app" />

<LearnMore title="Supabase MCP Client App" description="Conversationally interact with Supabase through Tambo" href="/examples-and-templates/supabase-mcp-client" />
