# Optional public waitlist capture endpoint used by /dashboard/waitlist. # The page POSTs JSON with: name, email, plan, priority, notes, source, createdAt. # Vestige ships a Supabase Edge Function for this — see docs/launch/waitlist-setup.md. # Format: https://.functions.supabase.co/waitlist-join # (Formspree / Tally / Buttondown endpoints also work — anything that accepts the POST.) VITE_WAITLIST_ENDPOINT= # Optional support bot endpoint used by /dashboard/waitlist. # The page POSTs JSON with: question, plan, priority, source, and recent history. # If unset, the page uses the built-in deterministic onboarding FAQ. VITE_SUPPORT_BOT_ENDPOINT=