Skip to content

Add Voice Shopping Assistant for Shopify Stores#114

Open
sazed-bot[bot] wants to merge 1 commit into
mainfrom
recipe/voice-shopping-assistant-for-shopify-stores-20260525
Open

Add Voice Shopping Assistant for Shopify Stores#114
sazed-bot[bot] wants to merge 1 commit into
mainfrom
recipe/voice-shopping-assistant-for-shopify-stores-20260525

Conversation

@sazed-bot

@sazed-bot sazed-bot Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

Source URLs

Assessor score

  • Score: 5
  • Version: assessor_llm_v2

Synopsis

Voice shopping assistant template for Shopify stores: ElevenLabs Agents (WebRTC) wired via MCP SSE to mcpstorefront.com for product search, with MCP-UI rendering interactive product cards in a Next.js frontend. Forkable MIT repo with one-click Vercel deploy, env var template, and step-by-step agent configuration.

Reasoning

Clears all D1–D8: it's a composed multi-component voice template (ElevenLabs Agents + MCP storefront + MCP-UI client) with a named outcome (Shopify voice commerce), not a single-vendor hello-world. Repo is public, MIT-licensed, with concrete clone/deploy instructions and a live demo at eleven.shopping. Schema-able, forkable, named industry+use case, and touches multiple stack layers via the ElevenLabs Agents Platform.

Claude raw output

{
  "id": "eleven-shopping-ai-assistant",
  "slug": "eleven-shopping-ai-assistant",
  "tags": [
    "ecommerce",
    "shopping",
    "product-discovery",
    "voice-commerce",
    "shopify",
    "mcp",
    "multi-language"
  ],
  "title": "Voice Shopping Assistant for Shopify Stores",
  "config": {
    "tools": [
      {
        "name": "product_search",
        "description": "Search Shopify product catalog based on natural language queries via MCP"
      },
      {
        "name": "product_display",
        "description": "Render interactive product cards with pricing and details"
      }
    ],
    "features": [
      "Natural turn-taking",
      "Interruption handling",
      "Dynamic product discovery",
      "Real-time product rendering",
      "Multi-language automatic detection"
    ],
    "webrtc_enabled": true,
    "mcp_integration": "SSE (Server-Sent Events) protocol to MCP storefront server",
    "supported_languages": 32,
    "multi_language_support": true
  },
  "source": "vendor_showcase",
  "license": "MIT",
  "metrics": {
    "cost_display": null,
    "latency_display": "Ultra-low latency"
  },
  "demo_url": "https://eleven.shopping",
  "industry": "ecommerce",
  "pipeline": {
    "llm": "GPT-4o",
    "stt": "ElevenLabs Scribe",
    "tts": "ElevenLabs Turbo v2.5",
    "telephony": "Web Only"
  },
  "use_case": "sales",
  "framework": "ElevenLabs Conversational",
  "languages": [
    "en-US"
  ],
  "created_at": "2025-05-27T12:00:00Z",
  "raw_prompt": null,
  "updated_at": "2025-05-27T12:00:00Z",
  "contributor": {
    "github": "thorwebdev"
  },
  "description": "A conversational AI shopping assistant that helps customers discover and purchase products from Shopify stores using natural voice interactions. Users describe what they want in plain language across 32+ languages, and the agent performs intelligent product search and provides recommendations through a seamless voice-first interface.",
  "prompt_file": null,
  "github_source_url": "https://github.com/elevenlabs/eleven.shopping"
}

Dedup decision

F6 dedup has not landed yet; no dedup decision available.

Reviewer notes

approve-to-pr running:

@sazed-bot sazed-bot Bot added manual Added by speechstack-pipeline. recipe Added by speechstack-pipeline. score-5 Added by speechstack-pipeline. labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

manual Added by speechstack-pipeline. recipe Added by speechstack-pipeline. score-5 Added by speechstack-pipeline.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants