All checks were successful
Build & Push / build-and-push (push) Successful in 6m2s
- Site analysis: cheerio HTML parsing, inline tech stack detection (~20 CMS/framework/analytics signatures), Google PageSpeed API integration - Gemini Live voice agent: WebSocket-based real-time voice mode with live transcript, selection chips, and mid-conversation website analysis - Type/Talk mode toggle with silent capability detection - Stepped progress animation during brief generation (4 animated steps) - URL + thoughts fields in Step 2, phone + contact preference in Step 3 - AI prompt improvements: dedicated website analysis section, 30-min call, concrete benefits, industry depth - Email redesign: branded templates with logo, proper markdown rendering for both client and admin - French locale support for AI-generated briefs - Smaller checkmark, compact booking CTA, expanded brief area Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
689 B
Plaintext
27 lines
689 B
Plaintext
# ── PostgreSQL ──
|
|
POSTGRES_USER=letsbe
|
|
POSTGRES_PASSWORD=your-secure-postgres-password
|
|
|
|
# ── Payload CMS ──
|
|
PAYLOAD_SECRET=generate-a-random-32-char-secret-here
|
|
|
|
# ── OpenRouter (AI brief generation) ──
|
|
OPENROUTER_API_KEY=your-openrouter-api-key
|
|
|
|
# ── Email (Poste.io SMTP) ──
|
|
SMTP_HOST=mail.letsbe.biz
|
|
SMTP_PORT=587
|
|
SMTP_USER=hello@letsbe.biz
|
|
SMTP_PASS=your-smtp-password
|
|
SMTP_FROM=hello@letsbe.biz
|
|
ADMIN_EMAIL=hello@letsbe.biz
|
|
|
|
# ── Gemini Live API (voice agent) ──
|
|
GEMINI_API_KEY=your-gemini-api-key
|
|
|
|
# ── Cal.com ──
|
|
NEXT_PUBLIC_CALCOM_URL=https://cal.letsbe.biz
|
|
|
|
# ── Site URL ──
|
|
NEXT_PUBLIC_SITE_URL=https://staging.letsbe.biz
|