MomentSageBook Strategy Call

CONTACT ROUTING

How inquiries will be handled

The intake path should be honest in demo mode and deliberate before production.
Tally / Formspree

Best for

Fastest no-code launch.

Pros

  • fastest setup
  • no backend needed
  • easy email notification
  • good for temporary launch

Cons

  • less branded
  • data sits in third-party form provider
  • more limited customization

Setup needed

  • create form
  • get endpoint/link
  • set CONTACT_FORM_ENDPOINT or embed link
Resend + /api/contact

Best for

More controlled branded contact flow.

Pros

  • native site form
  • email notification
  • better UX
  • more control

Cons

  • requires domain/email setup
  • needs RESEND_API_KEY
  • needs sender email verified

Setup needed

  • RESEND_API_KEY
  • CONTACT_NOTIFICATION_EMAIL
  • CONTACT_FROM_EMAIL
  • CONTACT_FORM_MODE=email
Airtable / Notion / HubSpot later

Best for

Lead pipeline after traffic starts.

Pros

  • structured lead management
  • CRM workflow

Cons

  • more setup
  • not needed before first launch

Setup needed

  • choose lead database
  • map fields
  • connect endpoint or automation later

Recommendation for first launch

Use Resend + /api/contact for formal launch. Use Tally/Formspree if the founder wants the fastest live test. Do not configure a real provider until explicitly instructed.