고객 경험 앱 (아이디어 19-28)
고객 경험 앱은 전환율, 평균 주문 금액, 재구매율에 직접적인 영향을 미칩니다. 이 앱들은 쇼핑객이 스토어프론트에서 실제로 상호작용하는 앱이므로 높은 가시성과 높은 가치를 가집니다. 이 아이디어들은 AI 기반 쇼핑 어시스턴트부터 로열티 프로그램 빌더까지 다양합니다.
19. AI 쇼핑 어시스턴트
한 줄 설명: 스토어프론트에 임베드된 대화형 챗봇으로, 쇼핑객이 상품을 찾고, 사이즈/배송/반품에 대한 질문에 답하며, 구매로 안내합니다 -- 스토어의 실제 상품 및 정책 데이터를 기반으로 작동합니다.
문제
대부분의 Shopify 스토어는 상품을 찾는 두 가지 방법을 제공합니다: 컬렉션 탐색 또는 기본 키워드 검색. 쇼핑객이 "태평양 북서부에서 하이킹용 방수 재킷이 필요한데, 200달러 미만이고 녹색이 있었으면 좋겠어요"와 같은 복잡한 요구를 가질 때 두 방법 모두 실패합니다. 배송 시간, 반품 정책 또는 상품 호환성에 대한 구매 전 질문이 있을 때도 마찬가지로 실패합니다. 이러한 쇼핑객들은 구매하지 않고 떠납니다. 실시간 채팅은 직원이 온라인 상태여야 합니다. 일반적인 챗봇은 스토어의 실제 상품과 정책을 모르기 때문에 관련 없는 답변을 제공합니다.
대상 판매자
대규모 카탈로그(200개 이상의 상품)를 보유하거나 쇼핑객에게 안내가 필요한 복잡한 상품을 가진 스토어. 특히 아웃도어 장비, 전자제품, 패션, 건강/웰니스, 홈 인테리어 스토어.
주요 기능
- 상품 인식 대화 -- 어시스턴트가 카탈로그의 모든 상품을 파악합니다(변형, 가격, 재고, 설명 포함)
- 정책 인식 응답 -- 스토어의 배송, 반품, FAQ 페이지로 학습하여 정확한 구매 전 지원 제공
- 자연어로 표현된 쇼핑객 선호도 기반의 채팅 내 상품 추천
- 상담원 연결 -- AI가 도움을 줄 수 없는 상황을 감지하고 이메일/실시간 채팅 지원 연결 제안
- 대화 분석 -- 쇼핑객이 무엇을 묻고 있는지, 일반적인 마찰점, 채팅 상호작용에서의 전환율 표시
기술 스택
- Shopify APIs: Storefront API(상품 검색 및 추천용), Admin API(상품/정책 데이터 수집용)
- AI: Claude API와 RAG(검색 증강 생성) -- 상품 데이터와 정책을 임베드하고, 쿼리당 관련 컨텍스트 검색
- Theme App Extension: 스토어프론트에 임베드된 채팅 위젯
- 프레임워크: Remix + Polaris(관리 설정용); 경량 React 위젯(스토어프론트용)
- 데이터베이스: PostgreSQL(대화 기록, 상품 임베딩, 분석용)
- 벡터 스토어: Pinecone 또는 pgvector(시맨틱 상품 검색용)
난이도: 🔴 고급
예상 구축 시간: Claude Code로 2-3주
수익화 모델
대화 기반 티어:
- 무료: 월 50회 대화, 기본 상품 검색
- Growth ($29/월): 월 500회 대화, 정책 인식, 상품 추천
- Pro ($59/월): 무제한 대화, 대화 분석, 커스텀 성격, 상담원 연결
- Enterprise ($99/월): 다국어 지원, 커스텀 학습 데이터, API 접근
Claude Code 프롬프트
Build a Shopify app called "AI Shopping Assistant" with two parts: a Remix admin app and a theme app extension for the storefront chat widget.
Part 1 - Admin App:
1. Fetch all products from the store via the Admin API and store them in PostgreSQL with key fields: title, description, price, variants, tags, product type, images, availability
2. Fetch store policies (shipping, returns, privacy) via the Admin API
3. Create a simple vector search by generating text summaries of each product and storing them for retrieval
4. Build an admin settings page where merchants can:
- Customize the chatbot's name and personality (friendly, professional, minimal)
- Add custom FAQ entries (question + answer pairs)
- View conversation analytics: total conversations, common questions, conversion rate
Part 2 - Theme App Extension (Chat Widget):
1. Create a chat widget that appears as a floating button in the bottom-right corner
2. When a shopper sends a message:
- Search the product database for relevant products based on the query
- Include matching products + store policies as context
- Send to Claude API with a system prompt: "You are a helpful shopping assistant for [store name]. Answer questions using only the provided product and policy information. If you can recommend products, include their titles and prices. If you cannot answer, offer to connect them with human support."
3. Display product cards inline in the chat when products are recommended (image, title, price, "View Product" link)
4. Track each conversation in the database with: messages, products recommended, whether the shopper clicked through, and whether they purchased
Build the admin data ingestion and settings first, then the chat widget UI, then the Claude API integration, then analytics.
유사 앱
- Tidio ($29+/월, 범용 실시간 채팅 + 기본 AI)
- Gorgias ($50+/월, 고객 지원 중심)
- Shopify Inbox (무료, AI 상품 지식 없는 기본 실시간 채팅)
- Rep AI ($29+/월, AI 쇼핑 어시스턴트 -- 면밀히 연구할 가치 있음)
20. 스마트 사이즈 추천
한 줄 설명: 쇼핑객에게 신체 치수와 핏 선호도에 대한 몇 가지 빠른 질문을 하고, 각 상품에 대해 정확한 사이즈를 추천합니다 -- 사이즈 관련 반품을 40-60% 줄입니다.
문제
사이즈 관련 반품은 의류 전자상거래 반품의 가장 큰 이유이며, 반품 처리로 의류 매출의 20-40%에 해당하는 비용을 판매자에게 부담시킵니다. 각 반품에는 배송 및 처리 비용으로 10-30달러가 듭니다. 사이즈 차트는 혼란스럽고, 브랜드마다 다르며, 대부분의 쇼핑객은 직접 측정하지 않습니다. 추측하고, 주문하고, 반품합니다. 실제로 작동하는 스마트 사이즈 추천 도구는 판매자의 반품 비용을 월 수천 달러 절약할 수 있습니다.
대상 판매자
모든 규모의 의류 스토어, 특히 사이즈가 일관되지 않는 여러 브랜드의 의류를 판매하는 스토어. 브랜드와 스타일에 따라 사이즈가 크게 다른 신발 스토어도 해당됩니다.
주요 기능
- 인터랙티브 핏 퀴즈 -- 상품 페이지에 임베드되어 3-5개의 질문(키, 몸무게, 인기 브랜드에서의 일반적인 사이즈, 핏 선호도: 타이트/레귤러/루즈)
- 상품별 사이즈 매핑 -- 판매자가 각 상품의 각 사이즈에 대한 실제 의복 치수를 입력(또는 앱이 사이즈 차트에서 추출)
- AI 사이즈 예측 -- 고객의 신체 프로필과 상품 치수를 매칭하고 신뢰도 백분율 표시
- 핏 선호도 학습 -- 재방문 고객의 세션 간 선호도 기억
- 반품률 대시보드 -- 사이즈 추천 전환율 vs. 비추천 비교, 반품률 비교 표시
기술 스택
- Shopify APIs: Admin API(상품 변형 및 메타필드용, 사이즈 차트 저장), Storefront API(퀴즈 위젯용)
- Theme App Extension: 상품 페이지의 사이즈 추천 위젯용
- AI: 사이즈 매칭 통계 모델(신체 치수 vs. 의복 치수); 자연어 사이즈 설명 파싱을 위한 Claude API
- 프레임워크: Remix + Polaris
- 데이터베이스: PostgreSQL(고객 핏 프로필, 상품 사이즈 차트, 추천 이력용)
난이도: 🟡 중급
예상 구축 시간: Claude Code로 10-14일
수익화 모델
사용량 기반 (가치 연동):
- 무료: 월 100회 추천, 10개 상품
- Growth ($29/월): 월 2,000회 추천, 무제한 상품, 핏 선호도 기억
- Pro ($59/월): 무제한 추천, 반품률 분석, 멀티 브랜드 사이즈 매핑, API 접근
Claude Code 프롬프트
Build a Shopify app called "Smart Size Recommender" with a Remix admin app and a theme app extension.
Admin App:
1. Create a size chart management interface where merchants can:
- Select a product and input garment measurements for each size (chest, waist, hip, length in cm/inches)
- Or paste an existing size chart and use Claude API to parse it into structured data
- Store size charts as product metafields via the Admin API
2. Build a settings page for:
- Measurement units (cm/inches)
- Fit quiz questions customization
- Widget appearance settings (colors, position)
Theme App Extension (Product Page Widget):
1. Add a "Find Your Size" button on product pages
2. When clicked, show a modal with a short quiz:
- Height (slider or dropdown)
- Weight (slider or dropdown)
- Body type (visual selector: slim, average, athletic, plus)
- Fit preference (tight, regular, loose)
- "What size do you usually wear in [popular brand]?" (optional)
3. Calculate the recommended size:
- Map customer inputs to estimated body measurements using standard body measurement tables
- Compare estimated measurements to the product's size chart
- Factor in fit preference (tight = smaller size, loose = larger size)
- Return the recommended size with a confidence indicator
4. Display: "We recommend size M" with a "Why?" expandable explanation
5. Save the customer's profile in localStorage so they do not need to re-enter for other products
Build the size chart management and storage first, then the quiz widget, then the recommendation algorithm.
유사 앱
- Kiwi Size Chart ($6.99+/월, 사이즈 차트만 제공, AI 추천 없음)
- True Fit (엔터프라이즈, $$$, AI 기반이지만 고가)
- Fit Finder by Fit Analytics (미드마켓, Snap에 인수됨)
21. 비주얼 검색
한 줄 설명: 쇼핑객이 좋아하는 사진이나 스크린샷을 업로드하면 이미지 인식 AI를 사용하여 스토어 카탈로그에서 시각적으로 유사한 상품을 찾아줍니다.
문제
쇼핑객은 시각적으로 무엇을 원하는지 알지만 말로 설명할 수 없는 경우가 많습니다. Instagram에서 드레스를 보거나, 잡지에서 조명을 보거나, 친구 집에서 가구를 보고 비슷한 것을 찾고 싶어합니다. 텍스트 기반 검색은 여기서 실패합니다 -- "무광 마감에 테이퍼드 다리가 있는 특정 테라코타 색조"를 어떻게 검색하겠습니까? 비주얼 검색은 이 격차를 해소하며, 브라우징이 압도적인 대규모 카탈로그를 가진 스토어에서 특히 강력합니다.
대상 판매자
시각적으로 주도되는 카테고리에서 500개 이상의 상품을 보유한 스토어: 패션, 홈 데코, 가구, 주얼리, 아트 프린트, 액세서리. 특히 소셜 미디어 이미지에서 영감을 받는 고객이 있는 스토어.
주요 기능
- 업로드 검색 -- 쇼핑객이 사진을 업로드하거나 붙여넣으면 스토어 카탈로그에서 매칭되는 상품을 반환
- 스크린샷 자르기 -- 사진에서 특정 아이템을 드래그하여 자르기(예: 거실 사진에서 조명만 자르기)
- 시각적 유사도 순위 -- 결과가 시각적 유사도 점수로 정렬되며 신뢰도 백분율 표시
- 모든 상품 페이지에 "비슷한 상품 더 보기" 버튼 -- 카탈로그에서 시각적으로 유사한 상품 표시
- 검색 분석 -- 고객이 무엇을 검색하는지(업로드 패턴)와 매칭이 실패하는 곳(기회 격차) 표시
기술 스택
- Shopify APIs: Admin API(상품 이미지용), Storefront API(검색 결과 표시용)
- AI/ML: OpenAI CLIP 또는 Google Vision API(이미지 임베딩용); 코사인 거리를 사용한 유사도 검색
- 벡터 데이터베이스: Pinecone, Weaviate 또는 pgvector(이미지 임베딩 저장 및 쿼리용)
- Theme App Extension: 비주얼 검색 위젯 및 "비슷한 상품 더 보기" 컴포넌트용
- 프레임워크: Remix + Polaris
- 이미지 처리: Sharp.js(이미지 리사이징 및 전처리용)
난이도: 🔴 고급
예상 구축 시간: Claude Code로 2-3주
수익화 모델
검색량 기반 티어:
- 무료: 월 100회 비주얼 검색, 기본 매칭
- Growth ($29/월): 월 2,000회 검색, "비슷한 상품 더 보기" 기능, 자르기 도구
- Pro ($59/월): 무제한 검색, 검색 분석, 커스텀 유사도 튜닝, API 접근
Claude Code 프롬프트
Build a Shopify app called "Visual Search" with a Remix admin app and theme app extension.
Admin App:
1. Fetch all product images from the store via the Admin API
2. For each product image, generate an image embedding using OpenAI's CLIP model (or a vision API):
- Download the image
- Send it to the embedding API
- Store the embedding vector in PostgreSQL with pgvector extension
3. Build an admin dashboard showing:
- Indexing status (how many products have been embedded)
- Search analytics (number of searches, match rate)
- "Re-index" button to update embeddings when products change
4. Register webhooks for products/create, products/update to auto-index new products
Theme App Extension:
1. Add a camera/upload icon to the store's search bar area
2. When clicked, show a modal that accepts:
- Image upload from device
- Paste from clipboard
- URL input
3. Send the uploaded image to the app's API endpoint
4. The API endpoint:
- Generates an embedding for the uploaded image
- Queries pgvector for the nearest 12 product image embeddings (cosine similarity)
- Returns matching products with similarity scores
5. Display results as a product grid with similarity percentage badges
Also add a "Find Similar" button on each product page that:
- Uses that product's existing embedding
- Queries for the 6 most visually similar other products
- Displays them in a "You might also like" section
Build the image embedding pipeline first, then the search API, then the storefront widget.
유사 앱
- Syte.ai (엔터프라이즈 비주얼 검색, $$$$)
- ViSenze (비주얼 커머스 플랫폼, 엔터프라이즈 가격)
- Google Lens (범용, 스토어 전용 아님)
- 합리적인 가격의 Shopify 네이티브 옵션 없음 -- 강력한 시장 격차
22. 개인화 홈페이지
한 줄 설명: 각 방문자의 브라우징 이력, 구매 이력, 예측 선호도에 따라 다른 추천 상품, 컬렉션, 배너를 표시하여 스토어의 홈페이지를 동적으로 재배치합니다.
문제
Shopify 스토어의 모든 방문자는 동일한 홈페이지를 봅니다 -- 여성 신발에 관심이 있는 첫 방문자든 남성 액세서리만 구매하는 재방문 고객이든 마찬가지입니다. 이 일률적인 접근 방식은 사이트에서 가장 가치 있는 영역을 낭비합니다. Amazon과 Netflix는 모든 것을 개인화합니다 -- Shopify 판매자도 그래야 하지만, 개인화 시스템을 구축할 엔지니어링 리소스가 없습니다.
대상 판매자
다양한 상품 카탈로그(여러 카테고리, 여러 대상층)를 보유하고 월 매출 $20k 이상, 월간 방문자 5,000명 이상인 스토어. 남성/여성/아동 라인을 가진 패션 스토어, 여러 방 카테고리를 가진 홈 용품 스토어, 멀티 브랜드 리테일러.
주요 기능
- 행동 기반 상품 추천 -- 방문자가 조회하거나 장바구니에 추가하거나 구매한 상품과 관련된 상품 표시
- 세그먼트 기반 히어로 배너 -- 다른 고객 세그먼트에 다른 히어로 이미지와 CTA 표시(신규 vs. 재방문, 남성 vs. 여성 쇼핑객)
- 동적 컬렉션 정렬 -- 방문자의 예측 관심사에 따라 홈페이지 컬렉션 섹션 재배치
- 재방문 방문자를 위한 "쇼핑 계속하기" 섹션 -- 최근 조회한 상품 표시
- 개인화 규칙의 A/B 테스트 -- 정적 홈페이지 대비 ROI 증명
기술 스택
- Shopify APIs: Storefront API(상품 데이터용), Customer API(구매 이력용), Web Pixel Extension(행동 추적용)
- Theme App Extension: 각 개인화 가능 섹션의 앱 블록(히어로, 추천 상품, 컬렉션, 최근 조회)
- 프레임워크: Remix + Polaris(관리자 설정용)
- 데이터베이스: PostgreSQL(방문자 프로필 및 행동 이벤트용)
- 실시간: 성능을 위한 Shopify app proxy 또는 CDN 기반 방식의 엣지 사이드 개인화
난이도: 🔴 고급
예상 구축 시간: Claude Code로 2-3주
수익화 모델
트래픽 기반:
- 무료: 최근 조회 상품만, 월 1,000 세션
- Growth ($39/월): 행동 기반 추천, 세그먼트 기반 배너, 월 10,000 세션
- Pro ($79/월): 전체 홈페이지 개인화, A/B 테스트, 무제한 세션, 분석 대시보드
Claude Code 프롬프트
Build a Shopify app called "Personalized Homepage" with a Remix admin app, a theme app extension, and a web pixel extension.
Web Pixel Extension:
1. Track visitor behavior on the storefront:
- Product views (product ID, timestamp)
- Collection views (collection ID)
- Add to cart events (product ID, variant ID)
- Purchases (order details)
2. Send events to the app's API endpoint with a visitor ID (stored in localStorage)
Admin App:
1. Store visitor behavior events in PostgreSQL
2. Build visitor profiles: most-viewed categories, price range preference, brand preferences
3. Create a personalization rules configuration page:
- "New Visitor" section: which products/collections to feature
- "Returning Visitor" section: show recently viewed + recommended products
- Segment rules: "If visitor has viewed 3+ products in [category], show [collection] in hero"
4. Dashboard showing: personalization coverage (% of visitors getting personalized content), click-through rates on personalized vs. default content
Theme App Extension:
1. Create app blocks that merchants can add to their homepage:
- "Personalized Products" block: fetches recommended products based on visitor profile via the app proxy
- "Recently Viewed" block: shows products the visitor has recently viewed
- "Smart Hero" block: rotates hero banner based on visitor segment
2. Each block makes a request to the app's API with the visitor ID
3. The API returns personalized content based on the visitor's profile
4. Graceful fallback: if no visitor data exists, show default/popular products
Build the web pixel tracking first, then the API and visitor profile logic, then the theme app extension blocks.
유사 앱
- LimeSpot Personalizer ($15+/월, 상품 추천)
- Rebuy ($99+/월, 종합 개인화)
- Nosto ($99+/월, 개인화 플랫폼)
23. 스마트 FAQ 생성기
한 줄 설명: 고객 지원 티켓, 상품 리뷰, 일반적인 구매 전 질문을 분석하여 포괄적이고 항상 최신 상태인 FAQ 페이지를 자동으로 생성하고 유지합니다.
문제
모든 Shopify 스토어에는 FAQ 페이지가 필요하지만, 만들고 유지하는 것은 지루한 작업입니다. 판매자는 출시할 때 FAQ를 만들고 이후 업데이트하지 않습니다. 한편으로는 이메일과 채팅으로 같은 질문에 반복적으로 답합니다. 정보는 지원 이력, 리뷰 응답, 정책 페이지에 존재합니다 -- 다만 고객 대면 형식으로 정리되어 있지 않을 뿐입니다. 이 모든 것을 읽고 FAQ를 자동으로 구축하는 AI는 주당 몇 시간의 지원 시간을 절약할 수 있습니다.
대상 판매자
주당 20건 이상의 지원 문의를 받는 모든 스토어. 특히 복잡하거나 커스터마이징 가능한 상품을 판매하는 스토어, 배송 관련 질문이 있는 해외 판매 스토어, 세부적인 반품/교환 정책을 가진 스토어.
주요 기능
- 지원 티켓 분석 -- Gorgias, Zendesk 또는 이메일에 연결하여 가장 일반적인 질문 분석
- 리뷰 질문 마이닝 -- 상품 리뷰와 Q&A 섹션에서 질문 추출
- AI FAQ 생성 -- 일반적인 질문을 카테고리로 그룹화하고 스토어의 실제 정책과 상품 정보를 사용하여 명확하고 정확한 답변 작성
- 자동 업데이트 -- 정책이 변경되거나 새로운 일반적인 질문이 나타나면 FAQ가 자동 업데이트
- 임베드 가능한 FAQ 위젯 -- 검색 가능하고 접을 수 있는 FAQ 컴포넌트로, Theme App Extension을 통해 모든 페이지에 추가 가능
기술 스택
- Shopify APIs: Admin API(상품, 정책, 페이지용); Storefront API(FAQ 표시용)
- 통합: Gorgias API, Zendesk API 또는 Gmail API(지원 티켓 데이터용)
- AI: Claude API(질문 추출, 그룹화, 답변 생성용)
- Theme App Extension: 임베드 가능한 FAQ 위젯용
- 프레임워크: Remix + Polaris
- 데이터베이스: SQLite(FAQ 항목, 질문 클러스터, 업데이트 이력용)
난이도: 🟡 중급
예상 구축 시간: Claude Code로 7-10일
수익화 모델
기능 기반:
- 무료: 수동 FAQ 편집기(10개 질문), 기본 테마 위젯
- Growth ($14/월): 상품 데이터 및 정책에서 AI 생성, 50개 질문, 자동 분류
- Pro ($29/월): 지원 티켓 통합, 자동 업데이트, 무제한 질문, 검색 분석, 다국어
Claude Code 프롬프트
Build a Shopify embedded app called "Smart FAQ Generator" using the Remix template with a theme app extension.
Admin App:
1. Gather FAQ source data:
- Fetch all products (titles, descriptions) and store policies (shipping, returns, privacy, terms) via the Admin API
- Provide a text input where merchants can paste common support questions/answers they already have
- Optional: accept a CSV upload of support tickets (columns: subject, body, category)
2. Use Claude API to generate the FAQ:
- Analyze the gathered data and identify the top 20-30 questions customers would ask
- Group questions into categories: Shipping & Delivery, Returns & Exchanges, Product Information, Orders & Payment, Account & Privacy
- Generate clear, accurate answers using the store's actual policy data
- Return structured JSON: [{category, question, answer}]
3. Display generated FAQ in Polaris with:
- Drag-and-drop reordering of questions and categories
- Inline editing of questions and answers
- "Regenerate" button for individual answers
- "Add Question" for manual additions
- "Publish" button that saves the FAQ to the database
4. Build a FAQ analytics page showing:
- Most searched terms in the FAQ widget
- Questions with zero clicks (candidates for removal)
- "Suggested new questions" based on search terms that did not match existing FAQs
Theme App Extension:
1. An app block that renders the FAQ on any page
2. Searchable: a search bar at the top that filters questions in real-time
3. Collapsible accordion UI for questions within each category
4. "Was this helpful?" feedback buttons on each answer
Build the data gathering and AI generation first, then the admin editor, then the theme widget.
유사 앱
- HelpCenter by Vertex LV ($3.99+/월, FAQ 페이지 빌더, AI 없음)
- EasySlide FAQ (기본 아코디언 FAQ)
- Shopify 생태계에 AI 기반 FAQ 생성기 없음 -- 명확한 격차
24. 고객 감성 대시보드
한 줄 설명: 리뷰, 지원 티켓, 소셜 멘션, 설문 응답에서 고객 피드백을 집계한 후 AI를 사용하여 전반적인 감성 트렌드를 분석하고 신흥 문제가 위기가 되기 전에 표면화합니다.
문제
고객 감성 데이터는 십여 개의 플랫폼에 흩어져 있습니다: Shopify의 상품 리뷰, Gorgias의 지원 티켓, 소셜 미디어 멘션, 구매 후 설문 응답, NPS 점수. 전체 그림을 보여주는 단일 대시보드는 없습니다. 판매자는 광범위한 상품 결함이나 배송 문제가 시작된 후 몇 주가 지나서야 알게 되며, 그때쯤이면 수십 명의 고객이 이탈한 상태입니다. "이번 달 배송 시간에 대한 고객 불만이 증가하고 있다"는 것을 수익에 영향이 미치기 전에 알려주는 실시간 감성 인텔리전스가 필요합니다.
대상 판매자
월 매출 $50k 이상이며 여러 피드백 채널을 가진 스토어. 고객 만족도를 깊이 중시하고 의미 있는 감성 분석을 위한 충분한 볼륨(월 100건 이상 리뷰, 주 50건 이상 지원 티켓)을 가진 브랜드.
주요 기능
- 다중 소스 집계 -- Shopify 리뷰, Gorgias/Zendesk 티켓, 소셜 미디어 멘션, 구매 후 설문 응답에서 피드백 수집
- AI 감성 분석 -- 각 피드백을 긍정, 중립 또는 부정으로 분류하고 주제 추출(배송, 품질, 사이즈, 고객 서비스)
- 트렌드 감지 -- 특정 주제에 대한 부정적 감성이 과거 기준선을 초과할 때 알림
- 상품 수준 감성 -- 각 상품의 감성을 드릴다운하여 가장 많은 불만을 발생시키는 상품 식별
- 경영 요약 -- "고객이 좋아하는 것", "악화되고 있는 것", "권장 조치"를 요약한 주간 AI 보고서
기술 스택
- Shopify APIs: Admin API(상품 리뷰 및 주문 데이터용)
- 통합: Gorgias API, Zendesk API, Judge.me API(리뷰 데이터용)
- AI: Claude API(감성 분석, 주제 추출, 경영 요약 생성용)
- 프레임워크: Remix + Polaris
- 데이터베이스: PostgreSQL(피드백 데이터, 감성 점수, 트렌드 이력용)
- 차트: Recharts(감성 트렌드 시각화용)
난이도: 🟡 중급
예상 구축 시간: Claude Code로 10-14일
수익화 모델
데이터 볼륨 기반 티어:
- 무료: Shopify 리뷰만, 기본 감성 점수, 30일 이력
- Growth ($29/월): 다중 소스 집계, 주제 추출, 트렌드 알림, 12개월 이력
- Pro ($59/월): AI 경영 요약, 상품 수준 드릴다운, 커스텀 통합, API 접근
Claude Code 프롬프트
Build a Shopify embedded app called "Customer Sentiment Dashboard" using the Remix template.
The app should:
1. Fetch customer feedback from multiple sources:
- Product reviews via the Shopify Admin API (or Judge.me API)
- Allow CSV upload of support tickets (subject, body, date, customer email)
- Manual feedback entry for other sources
2. For each piece of feedback, use Claude API to analyze:
- Overall sentiment: positive (1), neutral (0), negative (-1) with a confidence score
- Topics mentioned: shipping, product quality, sizing/fit, customer service, pricing, packaging, website experience
- Key phrases that support the sentiment classification
3. Store analysis results in PostgreSQL with timestamps for trend tracking
4. Build the dashboard in Polaris:
- Overview: overall sentiment score (0-100), trend line over last 30/60/90 days, sentiment distribution pie chart
- Topic breakdown: sentiment score per topic with trend indicators (improving, stable, declining)
- Alert banner when any topic's negative sentiment increases by more than 20% week-over-week
- Feedback feed: scrollable list of individual feedback items with sentiment badges and topic tags
- Product view: select a product and see all feedback related to it with aggregate sentiment
5. Implement a weekly AI summary using Claude API:
- "Top 3 things customers love this week"
- "Top 3 emerging concerns"
- "Recommended actions"
- Send via email to the store owner
Build the feedback ingestion and sentiment analysis first, then the dashboard visualizations, then trend alerts and the weekly summary.
유사 앱
- Stamped.io ($19+/월, 리뷰 + NPS, 제한된 감성 분석)
- Yotpo ($79+/월, 리뷰 분석)
- Shopify에 전용 감성 대시보드 없음 -- 전문 도구의 기회
25. 로열티 프로그램 빌더
한 줄 설명: 완전히 커스터마이징 가능한 로열티 및 보상 프로그램으로, 판매자가 포인트 시스템, VIP 티어, 추천 보상, 생일 혜택을 만들 수 있습니다 -- 모두 간단한 Shopify 관리자 인터페이스에서 관리됩니다.
문제
재구매 고객을 유지하는 비용은 신규 고객을 획득하는 것보다 5-10배 저렴하지만, 대부분의 Shopify 스토어에는 로열티 프로그램이 없습니다. Smile.io와 Yotpo Loyalty 같은 기존 로열티 앱은 잘 작동하지만 프리미엄 가격($49-$199/월)을 부과하여 월 매출 $50k 미만의 스토어에는 정당화하기 어렵습니다. 소규모 판매자는 합리적이고 더 간단하지만 여전히 전문적으로 보이며 재구매를 촉진하는 로열티 솔루션이 필요합니다.
대상 판매자
재구매 상품(소모품, 패션, 뷰티, 건강보조식품, 반려동물 용품)을 취급하며 월 매출 $5k-$100k인 스토어. 고객 유지가 성장 레버인 스토어 -- 이미 제품-시장 적합성을 찾았으며 고객 생애 가치를 극대화해야 하는 스토어.
주요 기능
- 포인트 시스템 -- 구매 시 포인트 적립(설정 가능: 달러당 1포인트, 특정 상품/컬렉션에 보너스 포인트)
- VIP 티어 -- 총 지출액 또는 포인트 기반의 브론즈, 실버, 골드 등급, 단계적으로 확대되는 혜택
- 보상 교환 -- 포인트를 할인(고정 금액 또는 백분율), 무료 배송 또는 무료 상품으로 교환
- 추천 프로그램 -- "$10 증정, $10 획득" 스타일의 추천 링크, 자동 할인 코드 생성
- 고객 대면 로열티 페이지 -- 스토어에 임베드되어 포인트 잔액, 티어 상태, 사용 가능한 보상, 추천 링크 표시
기술 스택
- Shopify APIs: Admin API(고객용, 메타필드로 포인트/티어 저장), Orders API(포인트 적립용 Webhooks), Discount API(보상 교환용)
- Theme App Extension: 로열티 페이지, 포인트 위젯, 추천 컴포넌트용
- 프레임워크: Remix + Polaris
- 데이터베이스: PostgreSQL(포인트 원장, 티어 규칙, 교환 이력, 추천 추적용)
- Webhooks:
orders/paid(포인트 적립용),customers/create(추천 귀속용)
난이도: 🟡 중급
예상 구축 시간: Claude Code로 10-14일
수익화 모델
주문량 기반:
- 무료: 포인트 시스템만, 월 최대 100건 주문
- Growth ($19/월): 포인트 + VIP 티어 + 추천, 월 500건 주문, 고객 대면 페이지
- Pro ($39/월): 무제한 주문, 커스텀 브랜딩, 생일 보상, 고급 분석, API 접근
Claude Code 프롬프트
Build a Shopify embedded app called "Loyalty Program Builder" using the Remix template with a theme app extension.
Admin App:
1. Program configuration pages in Polaris:
- Points Settings: points per dollar spent (default: 1), bonus point rules (2x on specific collections), welcome bonus for new signups
- VIP Tiers: define tiers (e.g., Bronze 0-499pts, Silver 500-999pts, Gold 1000+pts) with benefits per tier
- Rewards: define redeemable rewards (e.g., 100pts = $5 off, 200pts = free shipping, 500pts = 20% off)
- Referral: configure referral reward (give/get amounts), generate unique referral links per customer
2. Points management:
- Register webhook for orders/paid
- When an order is paid, calculate points earned and credit to the customer
- Store points in a ledger table (PostgreSQL): customer_id, points_change, reason, order_id, timestamp
- Calculate current balance, lifetime points, and current tier for each customer
- Store current tier as a customer metafield via the Admin API
3. Reward redemption:
- When a customer redeems points, create a discount code via the Admin API (single-use, customer-specific)
- Deduct points from the ledger
- The discount code can be applied at checkout
4. Admin dashboard: total members, points issued this month, rewards redeemed, top customers by points, tier distribution
Theme App Extension:
1. A "My Rewards" app block for the customer account page showing:
- Current points balance and tier
- Points history
- Available rewards with "Redeem" buttons
- Referral link with "Copy" and share buttons
2. A small points indicator widget for the header showing the logged-in customer's balance
Build the points earning system (webhook + ledger) first, then the admin configuration, then reward redemption, then the theme extension.
유사 앱
- Smile.io ($49+/월, 시장 리더)
- Yotpo Loyalty ($79+/월, 리뷰와 번들)
- Stamped Loyalty ($39+/월)
- BON Loyalty ($15+/월, 더 합리적 -- 접근 방식 연구 가치)
26. 선물 추천 퀴즈
한 줄 설명: 스토어프론트에 임베드된 인터랙티브 퀴즈로, 쇼핑객에게 선물 받는 사람의 성격, 관심사, 상황을 묻고 스토어 카탈로그에서 완벽한 상품을 추천합니다.
문제
선물 쇼핑객은 구매 의향이 가장 높지만 가장 압도되는 방문자입니다. 구매할 준비는 되어 있지만 무엇을 살지 모릅니다. 목적 없이 브라우징하고, 선택 장애를 느끼며 떠납니다. 연말 시즌에 선물 쇼핑객은 트래픽의 30-40%를 차지할 수 있습니다. 몇 가지 질문을 하고 큐레이션된 제안을 보여주는 가이드 퀴즈는 결정 피로를 제거하고, 전환율을 높이며, 평균 주문 금액을 올립니다(선물 쇼핑객은 자기 구매자보다 더 많이 지출하는 경향이 있습니다).
대상 판매자
선물 관련 트래픽이 있는 모든 스토어: 주얼리, 패션 액세서리, 홈 용품, 수제 식품, 캔들, 스킨케어, 도서, 장난감. 특히 선물 증정 시즌 피크(연말연시, 발렌타인데이, 어머니의 날)가 강한 스토어에 중요합니다.
주요 기능
- 비주얼 퀴즈 빌더 -- 판매자가 이미지 기반 답변 옵션이 있는 퀴즈 질문 생성(예: "그 사람의 스타일은?" 미니멀리스트, 보헤미안, 클래식, 트렌디 사진 포함)
- 스마트 상품 매핑 -- 퀴즈 답변 조합을 특정 상품이나 컬렉션에 연결
- AI 강화 매칭 -- 수동 매핑 없이도 상품 설명과 퀴즈 답변을 사용하여 매치 발견
- 결과 페이지 -- 3-5개의 추천 상품과 "이 상품을 선택한 이유" 설명, 직접 장바구니 담기 버튼 포함
- 퀴즈 분석 -- 완료율, 가장 인기 있는 답변 경로, 전환율, 발생 수익 표시
기술 스택
- Shopify APIs: Admin API(상품 및 컬렉션용), Storefront API(장바구니 작업용)
- AI: Claude API(상품 매치 설명 생성 및 매핑되지 않은 상품 추천 처리용)
- Theme App Extension: 스토어프론트에 임베드되는 퀴즈 위젯용
- 프레임워크: Remix + Polaris(퀴즈 빌더 관리자용)
- 데이터베이스: SQLite(퀴즈 구성, 답변 매핑, 분석용)
난이도: 🟢 초급
예상 구축 시간: Claude Code로 5-7일
수익화 모델
참여도 기반 티어:
- 무료: 퀴즈 1개, 질문 3개, 월 50회 완료
- Growth ($14/월): 퀴즈 5개, 무제한 질문, 월 1,000회 완료, 기본 분석
- Pro ($29/월): 무제한 퀴즈 및 완료, AI 매칭, 고급 분석, 커스텀 브랜딩
Claude Code 프롬프트
Build a Shopify app called "Gift Finder Quiz" with a Remix admin app and a theme app extension.
Admin App:
1. Quiz builder interface in Polaris:
- Create a quiz with a title, description, and cover image
- Add questions with multiple-choice answers (each answer has text, an optional image, and tags)
- Example question: "What is their style?" with answers: "Minimalist" (tags: minimal, simple), "Bold & Colorful" (tags: bold, colorful, statement)
- Product mapping: for each answer combination or tag set, associate products or collections from the store
2. Fetch products from the Admin API and allow merchants to:
- Tag products with quiz-relevant attributes
- Map tag combinations to products (e.g., tags "minimalist" + "under-50" = [Product A, Product B])
3. Quiz analytics dashboard: quiz starts, completions, completion rate, products recommended, clicks to product pages, add-to-carts, revenue attributed
Theme App Extension:
1. A "Find the Perfect Gift" button/banner that triggers the quiz
2. Quiz UI: one question at a time, full-width with image answer options, progress bar at the top
3. After the final question, collect the selected answer tags, find matching products:
- First try exact tag matching from the merchant's mappings
- If fewer than 3 products match, use broader tag matching
- Display 3-5 recommended products with images, titles, prices, and "Add to Cart" buttons
4. Include a "Why we picked this" blurb for each product (can be AI-generated or template-based)
5. "Start Over" button and "Share Results" social sharing option
Build the quiz builder admin first, then the theme extension quiz UI, then product matching logic, then analytics.
유사 앱
- Product Recommendation Quiz by RevenueHunt ($39+/월)
- Octane AI ($50+/월, 퀴즈 + 제로파티 데이터)
- Lantern ($0-$300/월, 퀴즈 빌더)
27. 재입고 알림 프로
한 줄 설명: 품절 상품을 원하는 쇼핑객의 이메일 주소를 수집하고, 재고가 보충되면 자동으로 알리며, 판매자에게 구매 결정을 위한 수요 인텔리전스를 제공합니다.
문제
상품이 품절되면 Shopify는 "품절"을 표시하고 쇼핑객은 떠납니다. 이것은 잃어버린 매출이자 잃어버린 고객입니다. 기본적인 재입고 알림 앱이 있지만 알림을 일회성 이메일로 취급합니다. 진정한 가치는 수요 데이터에 있습니다: 200명이 어떤 상품의 알림에 등록했다면, 판매자는 평소보다 더 많이 주문해야 합니다. 대부분의 앱은 이러한 수요 인텔리전스를 표면화하지 않으며, 알림 세분화도 하지 않습니다(예: 재고가 제한적일 때 VIP 고객을 먼저 알림).
대상 판매자
품절을 경험하는 모든 스토어, 특히 한정판 또는 시즌 상품이 있는 스토어. 사이즈별 품절이 있는 패션 브랜드, 공급업체 리드 타임이 긴 스토어, 의도적으로 희소성/드롭을 운영하는 브랜드.
주요 기능
- 스토어프론트 "알림 신청" 버튼 -- 품절 상품(및 재고 없는 변형)에서 장바구니 담기 버튼을 대체
- 스마트 알림 -- 재입고 시 긴급 메시지가 포함된 이메일 발송("12개만 남았습니다!"), 등록 순서로 세분화(VIP/초기 구독자 우선 알림)
- 수요 대시보드 -- 가장 많은 알림 등록이 있는 상품을 수요순으로 정렬 표시
- 재주문 권장 -- "상품 X에 150건의 알림 등록이 있습니다. 일반적인 전환율(25%) 기준으로 최소 600개를 주문하시는 것을 권장합니다."
- 부분 재입고 처리 -- 일부 변형만 재입고된 경우(예: M 사이즈는 있지만 L 사이즈는 없는 경우), 해당 변형의 구독자에게만 알림
기술 스택
- Shopify APIs: Admin API(재고 수준용), Webhooks(
inventory_levels/update용) - Theme App Extension: "알림 신청" 버튼 및 이메일 수집 폼용
- 이메일: SendGrid 또는 Shopify Email API(알림 발송용)
- 프레임워크: Remix + Polaris
- 데이터베이스: PostgreSQL(구독자 목록, 알림 이력, 수요 분석용)
난이도: 🟢 초급
예상 구축 시간: Claude Code로 4-6일
수익화 모델
구독자 기반:
- 무료: 100건 알림 등록, 기본 이메일 알림
- Growth ($9/월): 1,000건 등록, 수요 대시보드, 커스터마이징 가능한 이메일 템플릿
- Pro ($24/월): 무제한 등록, 변형 수준 추적, VIP 우선 알림, 재주문 권장, SMS 알림
Claude Code 프롬프트
Build a Shopify app called "Back-in-Stock Notifier Pro" with a Remix admin app and a theme app extension.
Theme App Extension:
1. Create an app block that appears on product pages when a variant is out of stock
2. Replace the "Add to Cart" button with a "Notify Me When Available" button
3. When clicked, show an email capture form (email input + submit button)
4. On submit, send the subscription to the app's API: product_id, variant_id, email, timestamp
5. Show a confirmation: "We will email you when this item is back in stock!"
6. If the product has multiple variants, let the shopper select which variant(s) they want notifications for
Admin App:
1. Register webhook for inventory_levels/update
2. When inventory for a variant goes from 0 to >0:
- Find all subscribers for that variant
- Send notification emails via SendGrid with:
- Product name, image, price
- "Shop Now" CTA linking directly to the product page
- Current stock count for urgency ("Only X left!")
- Mark subscribers as "notified" in the database
3. Admin dashboard in Polaris:
- "Demand" tab: products with the most notification signups, sorted by demand
- "Notifications" tab: recent notifications sent, open rates, click rates, conversion rates
- "Subscribers" tab: searchable list of all subscribers with their product/variant subscriptions
- Per-product detail: subscriber count over time, restock history, notification conversion rate
4. Restock intelligence:
- For each product with subscribers, calculate: expected conversions based on historical notification-to-purchase rate
- Show: "Product X: 150 subscribers, estimated 25% conversion, recommend ordering 600+ units"
Build the theme extension notification signup first, then the webhook handler and email sending, then the admin dashboard.
유사 앱
- Back in Stock by Appikon ($19+/월, 인기 있고 간단)
- Klaviyo (플랫폼 내 재입고 플로우 포함)
- Restock Alerts by JETRAILS ($4.99/월, 기본 기능)
28. AR 상품 미리보기
한 줄 설명: 증강현실을 사용하여 쇼핑객이 실제 환경에서 상품을 미리 볼 수 있게 합니다 -- 가구가 거실에서 어떻게 보이는지, 그림이 벽에 어떻게 보이는지, 선글라스가 얼굴에 어떻게 보이는지 확인.
문제
가구, 홈 데코, 예술품, 안경 및 유사 상품의 온라인 구매에서 가장 큰 장벽은 고객의 실제 공간에서 아이템이 어떻게 보일지에 대한 불확실성입니다. "이 소파가 맞을까? 이 페인트 색상이 내 벽과 어울릴까?" AR 미리보기는 이러한 불확실성을 제거합니다. 연구에 따르면 AR 상품 미리보기는 전환율을 40-80% 높이고 반품을 25% 줄입니다. Shopify는 3D 모델을 네이티브로 지원하지만, 3D 모델 생성과 AR 구현이 기술적으로 복잡하기 때문에 사용하는 판매자는 거의 없습니다.
대상 판매자
가구, 홈 데코, 벽면 예술, 조명, 안경, 화장품 스토어. 공간적 맥락이 구매 결정에 중요한 모든 스토어. 특히 "상품이 기대와 달랐음"으로 인한 높은 반품률을 가진 스토어.
주요 기능
- 3D 모델 업로드 및 관리 -- .glb/.usdz 모델 업로드 허용, 또는 AI를 사용하여 상품 사진에서 기본 3D 모델 생성
- 상품 페이지의 AR "내 공간에서 보기" 버튼 -- 기기의 AR 카메라 실행
- 벽면 예술 배치 모드 -- 평면 아이템(그림, 포스터, 거울)용 실제 크기 정확 렌더링
- 얼굴 착용 모드 -- 안경 및 액세서리용 얼굴 추적 사용
- AR 세션 분석 -- 어떤 상품이 AR로 조회되었는지, AR에서 장바구니로의 전환율, 반품률 비교(AR 조회자 vs. 비 AR) 표시
기술 스택
- Shopify APIs: Admin API(상품 데이터 및 미디어용, 3D 모델은 Shopify 네이티브 미디어 타입)
- AR: model-viewer 웹 컴포넌트(Google의 오픈 소스 AR 뷰어), WebXR(브라우저 내 AR용)
- 3D 모델링: Shopify의 3D 모델 업로드와 통합, 또는 AI 기반 3D 생성 서비스(Luma AI, Meshy)
- Theme App Extension: AR 미리보기 버튼 및 뷰어용
- 프레임워크: Remix + Polaris
- 데이터베이스: SQLite(AR 분석 및 3D 모델 관리용)
난이도: 🔴 고급
예상 구축 시간: Claude Code로 3-4주
수익화 모델
상품 수 기반 티어:
- 무료: 최대 5개 상품의 AR 미리보기, 수동 3D 모델 업로드
- Growth ($39/월): 50개 상품, AR 분석, 기본 얼굴 착용
- Pro ($79/월): 무제한 상품, 사진에서 AI 3D 모델 생성, 고급 분석, 커스텀 AR UI 브랜딩
Claude Code 프롬프트
Build a Shopify app called "AR Product Preview" with a Remix admin app and a theme app extension.
Admin App:
1. 3D model management page:
- List all products and their 3D model status (has model / no model)
- Upload .glb or .usdz files and associate them with products
- Upload 3D models to Shopify using the staged upload API and attach as product media
- Preview 3D models in-browser using the <model-viewer> web component
2. AR settings page:
- Enable/disable AR per product
- Choose AR mode: "Place in Room" (furniture, decor), "Wall Art" (flat items), "Face Try-On" (eyewear)
- Set real-world dimensions for accurate AR sizing
3. AR analytics dashboard:
- Products with most AR views
- AR view-to-cart conversion rate vs. non-AR
- Device breakdown (iOS AR Quick Look vs. Android SceneViewer vs. WebXR)
Theme App Extension:
1. Add a "View in Your Space" button on product pages (only for products with 3D models)
2. When tapped on mobile:
- iOS: Launch AR Quick Look with the .usdz model
- Android: Launch Scene Viewer with the .glb model
- Desktop: Show an interactive 3D model viewer using <model-viewer> with "View in AR" QR code for mobile
3. The <model-viewer> component should support:
- 360-degree rotation and zoom
- AR mode launch button
- Loading indicator while model downloads
Build the 3D model upload and management first, then the <model-viewer> integration, then the mobile AR launch flow, then analytics.
유사 앱
- Shopify AR (3D 모델 네이티브 지원, 하지만 관리 도구 없음)
- Threekit (엔터프라이즈 3D/AR 플랫폼, $$$$)
- Angle 3D Configurator ($49+/월)
- Zakeke ($9.90+/월, 상품 커스터마이징 + AR)