# PCBJam marketing site — server-side secrets for the waitlist endpoint. # Copy to `.env` for local dev, and set these in the Vercel project settings. # Without RESEND_API_KEY the endpoint still accepts submits (logs + no email), # so the form UX is testable locally without keys. # Resend API key (https://resend.com/api-keys). Server-only — never PUBLIC_. RESEND_API_KEY= # Resend Segment to add waitlist contacts to (https://resend.com/segments). # (Resend renamed "Audiences" → "Segments"; this is the Segment ID.) RESEND_SEGMENT_ID= # Optional: confirmation sender. Domain must be verified in Resend. # Defaults to "PCBJam ". WAITLIST_FROM_EMAIL=