WP-V1: Multi-page screenshot capture via Firecrawl
- Captures 6+ pages: main, doctors, surgery, YouTube, Instagram, 강남언니
- Runs in parallel within collect-channel-data Phase 2
WP-V2: Gemini Vision analysis per screenshot
- Page-specific prompts (main page OCR, doctor profiles, channel stats)
- Extracts: founding year, doctors, certifications, services, social icons,
brand colors, slogans, YouTube/Instagram stats from screenshots
WP-V3: Vision data pipeline integration
- channel_data.visionAnalysis: merged structured data
- channel_data.screenshots[]: evidence for report EvidenceGallery
- generate-report embeds screenshots as report.screenshots[]
- buildChannelSummary includes Vision data in AI prompt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .claude | ||
| doc | ||
| docs | ||
| public/assets/clients/view-clinic/screenshots | ||
| src | ||
| supabase | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| Medical Marketing Intelligence Report Prompt_01.28.2026.md | ||
| PRD.md | ||
| README.md | ||
| extracted_marketing_text.md | ||
| index.html | ||
| metadata.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vercel.json | ||
| vite.config.ts | ||
| 뷰성형외과_Marketing_Intelligence_Report.md | ||
README.md
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/d446f5f5-e089-404a-93ce-32a72f2f5108
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev