🛍️ Inspiration

My aunt sells handmade candles from her home in Chennai. She is brilliant at what she does — her candles sell out every Diwali, every Christmas, every time she posts on her WhatsApp status.

But she has no website. No product page. No way for customers to browse, choose, and order without texting her directly at all hours of the night.

I asked her why she never built an online store.

She said: "I wouldn't even know where to start."

That conversation changed everything for me.

There are 63 million small businesses in India alone. Millions more across Southeast Asia, the Middle East, and Africa. The vast majority sell through WhatsApp, Instagram DMs, and word of mouth — not because they don't want a proper store, but because every existing solution assumes they can code, design, or afford a developer.

Shopify requires setup knowledge. WooCommerce requires hosting. Custom development costs lakhs of rupees. Even the "simple" solutions have 50-step onboarding processes.

The gap is not ambition. The gap is access.

I wanted to build something so simple that my aunt could have a live store in the time it takes to drink a cup of filter coffee.

That is ShopScript AI.


🛍️ What It Does

ShopScript AI is a conversational storefront builder — the first of its kind.

Business owners describe their product in plain language — in any language, in any format — and ShopScript AI generates a complete, beautiful, live mini-store in under 3 minutes.

No code. No design skills. No waiting.

Here is what one conversation creates:

✨ From One Message to a Live Store

A seller types:

"I sell handmade soy candles, lavender and vanilla scents, warm cozy aesthetic, ₹499 each, ships across India"

ShopScript AI generates:

🏪 Store Identity A creative store name, brand tagline, and color theme perfectly matching the described aesthetic — warm ambers, soft creams, candlelight tones.

📦 Product Cards Beautiful product cards with AI-generated product imagery, compelling descriptions, SEO-optimized copy, variant selectors (size, scent, color), and stock indicators.

💬 WhatsApp Checkout A pre-formatted WhatsApp order message that fills automatically when a customer clicks "Order Now" — product name, variant, quantity, price, and delivery request — sent directly to the seller's WhatsApp number.

🔍 SEO Foundation Meta title, meta description, and Open Graph tags — so the store appears on Google and shows a beautiful preview when shared on social media.

📖 Brand Story A warm, authentic "About" section written in the seller's voice — telling customers why this business exists.

🚀 Instant Deployment One click. Live URL. Ready to share on Instagram, WhatsApp, and anywhere else.


✨ Key Features

💬 Conversational Store Builder

The entire store creation process is a natural conversation. No forms. No dropdowns. No confusing settings. Just describe what you sell — the AI handles everything else.

Sellers can edit in plain language too:

  • "Change the price to ₹599"
  • "Make it look more luxurious"
  • "Add a coconut scent as a new variant"
  • "Include free shipping above ₹1000"

Every edit applied instantly in the live preview.

🎤 Voice Store Builder

For sellers who find typing slow — speak your product description and ShopScript AI builds your store from your voice. This serves the millions of small business owners across India who communicate primarily through WhatsApp voice notes — not text.

🤖 Instagram Import

Paste your Instagram handle. ShopScript AI analyzes your recent posts and captions, identifies what you sell, and suggests a complete store based on what you are already sharing with the world. "I see you post about handmade jewelry — want me to build your jewelry store?"

🎪 Festival Mode

CultureBridge detects upcoming Indian and global festivals — Diwali, Eid, Christmas, Holi, Valentine's Day — and suggests seasonal updates: golden theme for Diwali, gift packaging options, "Order by [date] for festival delivery" banners. One-click apply.

📊 Store Health Score

After building: ShopScript scores the store 0-100 across Product Description, SEO, WhatsApp Setup, Images, and Mobile Experience — with specific fixes for anything below 80.

💰 Competitor Price Intelligence

AI Search finds similar products online and shows competitive pricing context: "Similar candles sell for ₹350-₹699. Your price of ₹499 is competitive ✓"

📈 Analytics Dashboard

Track store views, WhatsApp button clicks, estimated conversions, top traffic sources, and geographic visitor distribution — all in a clean, mobile-friendly dashboard.

🌐 Multi-Language Support

Describe your store in Tamil, Hindi, Telugu, Arabic, or any of 50+ languages. ShopScript AI understands and builds accordingly. Stores can be viewed in the customer's preferred language.


🛠️ How I Built It with MeDo

ShopScript AI was built entirely through MeDo's conversational interface — no traditional coding, no external IDE, no separate design tools.

The Build Journey

Phase 1 — The Conversation Engine

The core challenge was building an AI that could extract structured store data from unstructured natural language. I used MeDo's multi-turn chat to build a conversation flow where the AI:

  1. Receives any product description
  2. Extracts: product name, category, price, aesthetic, target customer, variants, and USP
  3. Asks exactly one smart follow-up question per turn (not a questionnaire)
  4. Builds the store incrementally as information arrives
  5. Shows the live preview updating with each response

Phase 2 — The Store Generation System

I prompted MeDo to build the complete full-stack store architecture:

  • Conversational chat interface (left panel)
  • Live store preview (right panel, updates in real time)
  • Store editor with natural language commands
  • Public-facing store page (separate URL)
  • WhatsApp order flow with pre-filled messages
  • Analytics dashboard
  • My Stores library for multiple stores

Phase 3 — Plugin Integration

Each plugin was added through a dedicated MeDo conversation turn, specifying exactly how it should integrate with the existing store system.

Phase 4 — Polish and Mobile

The final MeDo turns focused on mobile optimization — ensuring the store builder works perfectly on a phone (since most Indian small business owners use mobile as their primary device), and that the public store is conversion-optimized for mobile customers.

How I Used MeDo's Features

Multi-turn Chat: The entire store builder is a multi-turn conversation system. MeDo maintains context across every turn — so when a seller says "change the price" in turn 8, the AI remembers everything from turn 1 and updates precisely the right element.

Full-Stack Generation: MeDo generated the frontend (React-style components), backend logic (store data management, WhatsApp link generation, SEO meta tag injection), and database structure (multi-store management, analytics tracking) from natural language prompts.

Plugin Integration: Seven plugins were integrated across multiple conversation turns — each adding a new capability layer to the same underlying store system.

Visual Editor: Used alongside chat for fine-tuning specific UI elements — card spacing, color transitions, mobile layouts.

One-Click Deployment: Every store generated by ShopScript AI is deployed as a live public URL through MeDo's deployment system — shareable immediately after the conversation ends.


🔌 Plugins Used

Plugin Purpose in ShopScript AI
Large Language Model The core conversation engine — extracts product data from natural language, generates store names, product descriptions, SEO copy, brand stories, WhatsApp messages, and edit commands
Image Generation (Kling AI) Generates beautiful product imagery from text descriptions — no real photos needed. Also creates store banners, Instagram story images, and share card backgrounds
Google Text Translation Enables 50+ language support — sellers describe in Tamil/Hindi/Arabic, customers view in their language, stores rank in local language searches
Web Search Powers Instagram import (fetches post content), competitor price research, SEO keyword identification, and festival date detection
AI Search Finds academic and industry sources for pricing intelligence, product trend analysis, and conversion optimization tips
Text-to-Speech Reads store descriptions aloud for seller verification, powers the accessibility layer for stores, and narrates onboarding
Speech-to-Text Enables voice store building — sellers speak their product description and the store is built from their voice
Stripe Powers ShopScript Pro subscription (₹499/month) — unlimited stores, custom domain, analytics, removed branding, and direct payment integration on stores

🚧 Challenges I Faced

Challenge 1 — Extracting Structure from Chaos

Real sellers do not describe products in structured formats. They say things like: "I sell the candles my grandmother taught me to make, they are very fragrant, people love them, I charge 500 rupees"

Getting the AI to extract product name, price, aesthetic, and unique selling proposition from that required careful multi-turn prompt engineering in MeDo — teaching the AI to ask exactly one clarifying question at a time rather than overwhelming the seller with a form.

Challenge 2 — Real-Time Preview Sync

The live preview panel needs to update the moment the AI generates new store content — without a page refresh, without losing the conversation context, without any visible lag. Getting MeDo to build this synchronization correctly required multiple refinement turns focused specifically on the state management between the chat and preview panels.

Challenge 3 — WhatsApp Deep Linking

WhatsApp order links must be perfectly formatted (wa.me format with URL-encoded pre-filled messages) to work across Android, iOS, and web WhatsApp simultaneously. Testing and fixing this across platforms required specific MeDo debugging turns focused on the exact URL encoding format.

Challenge 4 — Mobile-First for Real Users

My target user — a small business owner in India — is using a mid-range Android phone on a 4G connection. Every feature had to be tested against this reality. The voice builder, the store preview, the WhatsApp flow — all had to work perfectly on a 375px screen with touch-only interaction. This required a dedicated mobile optimization prompt turn in MeDo.

Challenge 5 — AI-Generated Images That Feel Real

Product images generated by Kling AI needed to feel like real product photography — not obviously AI-generated illustrations. I spent multiple MeDo turns refining the image generation prompts: "Handmade lavender soy candle, warm natural lighting, cream linen background, minimal styling, lifestyle photography feel" until the output was indistinguishable from real product photos.


📚 What I Learned

The best technology is technology that disappears. When my aunt uses ShopScript AI, she should not think about AI, or MeDo, or prompts. She should think about her candles.

I learned that conversational interfaces are not just a UX choice — they are an accessibility choice. For millions of small business owners who have been locked out of digital commerce by complexity, a chat interface is not a convenience. It is the difference between having a business online and not having one.

I also learned that MeDo's power is not just in what it generates — but in how it iterates. The ability to say "make it more warm" or "the WhatsApp button isn't working" and have the entire system update accordingly is what makes building at this speed possible.

ShopScript AI taught me that the best tools do not require their users to learn anything new. They meet people exactly where they are.


🚀 What's Next for ShopScript AI

  • ₹0 to First Sale Program: Partnership with Indian seller communities (Instagram craft groups, WhatsApp business networks) to onboard first 10,000 sellers
  • UPI Payment Integration: Direct UPI payment links on store pages for sellers who want payment before shipping
  • Inventory Management: "I have 15 candles left" tracked automatically, low stock alerts via WhatsApp
  • Customer Review System: Buyers leave reviews via WhatsApp — displayed on the store page automatically
  • ShopScript for Kirana Stores: Adaptation for neighborhood grocery stores to create daily availability lists shareable on locality WhatsApp groups
  • B2B Edition: For wholesale sellers who need minimum order quantities, tiered pricing, and bulk inquiry flows

💬 A Final Thought

My aunt made ₹12,000 in her first week selling candles on WhatsApp.

Imagine what she could do with a beautiful store, AI-generated product photos, Google-indexed SEO pages, and a WhatsApp checkout button that works while she sleeps.

That is what ShopScript AI gives her. That is what it gives 63 million small businesses like hers.

One conversation at a time.


Built with MeDo by Vijayalakshmi S Track: Business & E-Commerce #BuiltWithMeDo #ShopScriptAI

Built With

  • ai
  • animations
  • api
  • baidu
  • business
  • cloud
  • conversational
  • css
  • design
  • generation
  • glassmorphism
  • google
  • image
  • integration
  • javascript
  • kling
  • language
  • large
  • medo
  • meta
  • mobile-first
  • model
  • payment
  • plugin
  • preview
  • pwa
  • react
  • real-time
  • search
  • seo
  • speech-to-text
  • stripe
  • tags
  • text
  • text-to-speech
  • translation
  • ui
  • voice
  • web
  • whatsapp
Share this project:

Updates