> ## Documentation Index
> Fetch the complete documentation index at: https://docs.picaos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is BuildKit?

> BuildKit allows you to generate integration prompts for vibe coding platforms, and create custom tools and MCP servers for AI coding assistants.

BuildKit offers **two main uses** to accelerate your development workflow:

<CardGroup cols={2}>
  <Card title="Integration Prompts" icon="sparkles">
    Generate copy-paste ready prompts for building integrations in vibe coding platforms like Lovable, Bolt, v0, and more.
  </Card>

  <Card title="Custom Tools & MCP" icon="wrench">
    Create custom tools and generate MCP servers for AI coding assistants like Cursor and Windsurf.
  </Card>
</CardGroup>

***

## Integration Prompts for Vibe Coding Platforms

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/pk9VCQosIMA" title="BuildKit Demo" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

<Steps>
  <Step title="Describe">
    Tell us what integration you want to build by describing the functionality, inputs, outputs and any specific requirements.
  </Step>

  <Step title="Generate">
    Get a tailored prompt optimized for your platform that you can use to generate the integration code.
  </Step>

  <Step title="Copy & Paste">
    Take the generated prompt and drop it into your preferred vibe coding platform to create your integration.
  </Step>
</Steps>

<Info>
  Supports all major vibe coding platforms such as Lovable, Bolt, v0, Tempo Labs, Base44, etc.
</Info>

<Card title="Try it in Pica now" icon="toolbox" href="https://app.picaos.com/buildkit" horizontal arrow={true} />

***

## BuildKit 2.0: Custom Tool & MCP Generation

<div style={{ marginTop: '1rem' }}>
  <a href="https://www.producthunt.com/products/buildkit-2-0?embed=true&utm_source=badge-top-post-badge&utm_medium=badge&utm_source=badge-buildkit-2-0" target="_blank">
    <img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=1014709&theme=light&period=daily&t=1757608118228" alt="BuildKit 2.0 - Build custom AI integrations in minutes | Product Hunt" style={{ width: '250px', height: '54px' }} width="250" height="54" />
  </a>
</div>

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/EnbRfu-BsJE" title="BuildKit 2.0 Overview" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

BuildKit 2.0 enables you to **create custom tools and generate MCP (Model Context Protocol) servers** directly via Pica's MCP Server and BuildKit's rules.

### Custom Tool Creation

Build custom tools tailored to your specific needs. Define the functionality, parameters, and behavior of your tools, and BuildKit will generate production-ready implementations.

### MCP Server Generation

Generate complete MCP servers that can be integrated into AI coding assistants like Cursor, Windsurf, and other MCP-compatible platforms. BuildKit 2.0 automates the creation of MCP servers with proper schemas, tool definitions, and handlers.

<Card title="Access BuildKit 2.0" icon="wrench" href="https://buildkit.picaos.com" horizontal />
