Skip to content

Waiting List Page

Alt text

Implementation:

TheDevStarter provides a waiting list feature, allowing users to sign up for early access.

Configuration

To enable the waiting list page, follow these steps:

  1. Set the environment variable NEXT_PUBLIC_IS_WAITING_LIST_ENABLED to "true".
  2. If you want to collect emails, add your Brevo API key by setting BREVO_API_KEY = "your-api-key".