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

# Weaverse Ecosystem

> Explore the full suite of Weaverse developer tools — SDKs, CLI, MCP server, Content API, themes, and deployment options

The Weaverse ecosystem provides everything you need to build, customize, and deploy Shopify Hydrogen storefronts — from SDKs and CLI tools to AI-powered development and visual editing.

## Developer Tools

<CardGroup cols={3}>
  <Card title="Weaverse CLI" icon="terminal" href="/developer-tools/weaverse-cli">
    Scaffold new projects, run development servers, and manage deployments from the command line.
  </Card>

  <Card title="Weaverse SDKs" icon="cube" href="/developer-tools/weaverse-sdks">
    Core, React, and Hydrogen packages for building custom storefront components.
  </Card>

  <Card title="MCP Server" icon="robot" href="/developer-tools/weaverse-mcp">
    AI agent integration for Claude, Cursor, and other AI-powered development tools.
  </Card>
</CardGroup>

## Content API

Access Weaverse content programmatically for headless implementations.

<CardGroup cols={2}>
  <Card title="Content API Overview" icon="database" href="/content-api/overview">
    REST endpoints for pages, projects, theme settings, and languages.
  </Card>
</CardGroup>

## Visual Studio

<CardGroup cols={2}>
  <Card title="Studio Interface Tour" icon="paintbrush" href="/studio-guide/interface-tour">
    Drag and drop visual editor with real-time preview for building storefront pages.
  </Card>
</CardGroup>

## APIs

<CardGroup cols={2}>
  <Card title="API Access" icon="key" href="/features/api-access">
    Authentication and access control for Weaverse APIs.
  </Card>

  <Card title="Admin API Proxy" icon="shield" href="/features/admin-api-proxy">
    Secure proxy for Shopify Admin API operations.
  </Card>
</CardGroup>

## Hydrogen Themes

Build on top of production-ready themes instead of starting from scratch.

<CardGroup cols={3}>
  <Card title="Pilot Theme Overview" icon="rocket" href="/hydrogen-themes/pilot-theme-overview">
    The primary reference template for Weaverse Hydrogen storefronts.
  </Card>

  <Card title="Customization" icon="paintbrush" href="/hydrogen-themes/pilot-theme-customization">
    Customize colors, typography, layouts, and components.
  </Card>

  <Card title="Theme Sections" icon="table-columns" href="/hydrogen-themes/pilot-theme-sections">
    Pre-built sections included with the Pilot theme.
  </Card>
</CardGroup>

## Migration

<CardGroup cols={3}>
  <Card title="Migration Overview" icon="route" href="/migration-advanced/index">
    Plan your migration path to Weaverse.
  </Card>

  <Card title="V5 Migration" icon="arrow-up" href="/migration-advanced/v5-migration">
    Upgrade from Weaverse v4 to v5.
  </Card>

  <Card title="Existing Hydrogen" icon="plug" href="/migration-advanced/existing-hydrogen-integration">
    Integrate Weaverse into an existing Hydrogen project.
  </Card>
</CardGroup>

## Deployment

Deploy your storefront to production with multiple hosting options.

<CardGroup cols={2}>
  <Card title="Deployment Overview" icon="cloud" href="/deployment">
    Choose the right deployment strategy for your project.
  </Card>

  <Card title="Shopify Oxygen" icon="server" href="/oxygen-deployment">
    Deploy to Shopify's native hosting platform.
  </Card>

  <Card title="Docker" icon="box" href="/docker-deployment">
    Containerized deployment for custom infrastructure.
  </Card>

  <Card title="Cloudflare Workers" icon="cloud-arrow-up" href="/workers-deployment">
    Edge deployment with Cloudflare Workers.
  </Card>
</CardGroup>
