Files
vtuber/docs/PRD.md

23 lines
973 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# VTuber PRD
## 目標
建立可 demo 的虛擬主播直播電商系統,使用者可在直播頁看到主播推薦商品、留言互動,並完成加入購物車與下單流程。
## 核心場景
1. 前台商品頁可看到商品、商品細節、加購流程。
2. 直播頁顯示主播區塊 + 留言牆 + 主推商品。
3. 用戶輸入問題可看到 AI 直播話術式回答。
4. 後台能看到商品、訂單、庫存。
5. 無需真金流,以 mock checkout 完成閉環。
## 非功能
- 前後端解耦 monorepo
- PostgreSQL + Prisma
- 可重複部署的最小可 demo 架構
## 平台主流參考與角色建議
- 平台取樣Amazon Live、TikTok Shop Live、YouTube Shopping、Shopee Live。
- 共通作業角色:主播、助播/場控、導播、編導、小編、客服、倉儲、行銷。
- 建議在本 Demo 套用「主講 + 作業台」模式:後台先配置角色與腳本,直播中以留言即時回覆與購物按鈕收斂閉環。