Contact flow

The website includes a basic early-access form at /early-access and a support form on the homepage.

Recommended integration

Use an API route or external form backend and post JSON payloads containing:

  • name
  • email
  • company
  • platform (linux | macos | mixed)
  • telemetry destination
  • use case
  • message

Suggested endpoint

POST /api/website/contact

Responses should return a clear success/failure result so the UI can provide immediate feedback.

Spam protection

Add one of the following before production launch:

  • CAPTCHA or Turnstile
  • basic rate limiting by IP
  • simple honeypot field

Once connected, route qualified leads into your CRM or ticketing pipeline.

Suggested lead routing

For technical qualification, route submissions by:

  • platform requested
  • telemetry requirements
  • endpoint compatibility needs
  • audit and retention requirements