Complete frontend reference implementation: - Landing page (7 sections, responsive, animated) - Marketing Intelligence Report (11 sections, VIEW Plastic Surgery demo) - Marketing Execution Plan (8 sections, branding/channel/calendar) - Content Studio wizard (channel → strategy → sound → generate) - Channel Connect page (7 platform OAuth flows) - Distribution page (YouTube publish flow) - Performance Dashboard (KPI, funnel, heatmap, trends) - PDF export (section-based, no mid-content splits) - Design system (pastel palette, filled icons, Pretendard/Playfair) - Page navigator (landing ↔ report ↔ plan) - Asset upload (drag & drop, image/video/text) Docs: PRD v2.0, DESIGN_SYSTEM.md, API_CONNECTORS.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
445 B
Plaintext
10 lines
445 B
Plaintext
# GEMINI_API_KEY: Required for Gemini AI API calls.
|
|
# AI Studio automatically injects this at runtime from user secrets.
|
|
# Users configure this via the Secrets panel in the AI Studio UI.
|
|
GEMINI_API_KEY="MY_GEMINI_API_KEY"
|
|
|
|
# APP_URL: The URL where this applet is hosted.
|
|
# AI Studio automatically injects this at runtime with the Cloud Run service URL.
|
|
# Used for self-referential links, OAuth callbacks, and API endpoints.
|
|
APP_URL="MY_APP_URL"
|