start-from-scratch

Recommend stacks and setup steps for starting a new Tambo project.

11.2k|562|Updated Jun 15, 2024
One-click install
npx skills add https://github.com/tambo-ai/tambo --skill start-from-scratch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-from-scratch
Source: https://github.com/tambo-ai/tambo/tree/main/plugins/tambo/skills/start-from-scratch
Command: npx skills add https://github.com/tambo-ai/tambo --skill start-from-scratch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often struggle to bootstrap a new Tambo project or decide on the appropriate technology stack for a generative UI app. This Skill provides a guided starting point with recommended stacks and setup steps to accelerate project kickoff.

Core Features & Use Cases

  • Guided tech stack selection: Recommends a ready-to-use Next.js + Tailwind + TypeScript + Zod configuration, or alternative stacks based on preferences.
  • Step-by-step project bootstrap: Provides concrete commands to initialize, install dependencies, and start the dev server.
  • Use Case: When starting a new generative UI project, use this Skill to choose a framework, styling, and tooling, and generate a runnable starter pack.

Quick Start

Use the skill to bootstrap a new Tambo project with a recommended stack, then start the development server.

Frequently Asked Questions about start-from-scratch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a new Tambo project with TypeScript and Tailwind?

You can bootstrap a Tambo project by using this skill to generate a recommended Next.js, Tailwind, and TypeScript stack, providing concrete CLI commands to initialize the app and start the development server.

What is the recommended tech stack for a Tambo generative UI app?

The recommended tech stack for a Tambo generative UI app is Next.js, Tailwind CSS, TypeScript, and Zod. This setup provides a production-ready foundation, and alternative stacks like Vite are also recommended based on your preferences.

Do I need Node.js and npm to create a Tambo app?

Yes, you need Node.js and npm installed to use the Tambo CLI for creating a new app. The skill requires these tools to initialize the project, install dependencies, and run the development server.

Can I use Vite instead of Next.js for a Tambo project?

Yes, you can use Vite instead of Next.js for a Tambo project. The skill helps you choose between Next.js and Vite during the framework selection step, adapting the setup commands to your preferred stack.

How do I bootstrap a production-ready generative UI app from scratch?

You can bootstrap a production-ready generative UI app by using this skill to get step-by-step CLI commands for initializing the project, installing dependencies, and starting the development server with your chosen stack.