Settings

Configure email delivery and internal workflow settings.

Email Delivery Setup

The contact form can post data to /api/intake. Configure your backend with SMTP credentials to send email notifications to your team when a new form is submitted.

Required environment variables for Node backend

SMTP_HOST SMTP_PORT SMTP_USER SMTP_PASS MAIL_FROM MAIL_TO

Recommended Production Stack

  • Deploy static website to Netlify/Vercel/S3
  • Deploy API endpoint as serverless function or Node app
  • Store submissions in a real database (PostgreSQL, Airtable, or Firebase)
  • Add admin authentication before going live

Current Demo Data

This demo stores submissions in browser local storage so you can test the full flow quickly. In production, use a secure database and authenticated admin access.