Skip to main content
Shopvo
Start free trialSign in

14-day free trial · No credit card required

← Back to Docs|AI Features

AI Features

Shopvo ships with AI built into every part of the platform — from your storefront customer experience to your back-office analytics. AI features are not add-ons; they are first-class capabilities available to all plans.

💬

AI Shopping Assistant

A conversational widget on your storefront that helps customers find products through natural-language chat.

All plans
📈

Dynamic Pricing Engine

Analyzes demand and inventory to suggest optimized prices. Supports manual review or auto-apply with guardrails.

Pro and above
📊

Sales Analyst

Ask questions about your sales data in plain English and get AI-generated insights directly in the dashboard.

All plans
🔮

Inventory Forecasting

Weekly forecasts surface predicted stock-outs and restock recommendations for each product variant.

Pro and above
🎯

AI Personalization

Serve personalized product recommendations and homepage banners based on browsing and purchase history.

Business and above
🏗️

AI Store Builder

Describe your store in natural language and let the AI scaffold your catalog, theme, and initial content.

All plans (5 uses)
✍️

9 Content Generators

Generate product descriptions, SEO meta tags, email subjects, blog outlines, and more from the Content hub.

All plans

How AI Works in Shopvo

All AI calls are made server-side, meaning your API keys never leave the server and customer data is never sent to third-party AI providers without your explicit configuration. By default, Shopvo routes AI requests through its own managed LLM gateway (based on your plan's AI quota).

You can also bring your own API key (OpenAI, Anthropic, or any OpenAI-compatible endpoint) via Settings → AI Configuration in your store dashboard.

AI Shopping Assistant

The shopping assistant is a widget that appears on your storefront. Customers can type natural-language queries like "show me blue running shoes under $80" and the assistant returns filtered product results with reasoning.

POST /api/storefront/ai/chat

{
 "sessionId": "sess_abc123", // optional — pass to continue a conversation
 "message": "I need a gift for someone who likes hiking, budget $50"
}

Dynamic Pricing

Dynamic pricing analyzes stock levels, demand signals, and configurable rules to suggest price adjustments. Suggestions appear in the product detail page under the "AI Pricing" tab. You review and apply them manually, or enable auto-apply with guardrail rules (min/max price bounds) from Settings → Dynamic Pricing.

Sales Analyst

The sales analyst is an in-dashboard AI chat that answers questions about your store data. Examples: "What were my top 5 products last month?", "Why did revenue drop in week 3?". It has read-only access to your orders, products, and customers — it cannot make changes.

Inventory Forecasting

Forecasting runs weekly and surfaces restock alerts alongside predicted stock-out dates for each product variant. Navigate to Inventory → Forecasting to view the forecast table and configure alert thresholds.

AI Content Generators

Shopvo includes 9 AI content generators accessible from Content → AI Generators:

  • Product Description Generator — turn bullet points into compelling copy
  • SEO Meta Generator — title, description, and keywords from product data
  • Email Subject Line Generator — high-converting subjects for campaigns
  • Blog Outline Generator — topic → structured outline in seconds
  • FAQ Generator — create Q&A sections for product or landing pages
  • Review Response Generator — professional replies to customer reviews
  • Ad Copy Generator — Facebook / Google-ready headlines and bodies
  • Category Description Generator — SEO-friendly collection page copy
  • Abandoned Cart Email Generator — personalized win-back sequences

AI quotas: Each plan includes a monthly AI request quota. You can monitor usage in Settings → AI Configuration → Usage. Bring your own key for unlimited usage.