Get Started

Follow these steps to get started with tambo-ai.

01: Create a new project

Create a new project using our template.

~/
$
npm create tambo-app my-app

02: Navigate to project directory

Change into your project directory.

~/
$
cd my-app

03: Initialize tambo

Initialize tambo in your project.

~/my-app
$
npx tambo init

04: Start development server

Start your development server.

~/my-app
$
npm run dev

05: Add components (optional)

Add additional components as needed.

~/my-app
$
npx tambo add form