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

# Welcome

> Bonsai offers several methods for you to add fast, AI-powered search to your e-commerce storefront or web app, with minimal boilerplate. 

## Web Components

<CardGroup cols={2}>
  <Card title="<bonsai-search>" href="/project/docs/bonsai-search/integration">
    Bonsai Search web component for integrating the full Bonsai search experience.

    <div style={{ display: "flex", gap: "8px" }}>
      <Badge size="sm">JavaScript</Badge>
      <Badge size="sm">TypeScript</Badge>
    </div>
  </Card>

  <Card title="<bonsai-searchbar>" href="/project/docs/bonsai-searchbar/integration">
    Bonsai Search Bar web component for redirecting search, without the full results UI.

    <div style={{ display: "flex", gap: "8px" }}>
      <Badge size="sm">JavaScript</Badge>
      <Badge size="sm">TypeScript</Badge>
    </div>
  </Card>
</CardGroup>

## Developer Resources

<CardGroup cols={2}>
  <Card title="REST API" icon="globe" href="/project/api-reference/overview" />

  <Card title="MCP Server" icon="unplug" href="/project/api-reference/mcp-server/overview" />
</CardGroup>
