Waiting List Page
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:
- Set the environment variable
NEXT_PUBLIC_IS_WAITING_LIST_ENABLED
to"true"
. - If you want to collect emails, add your Brevo API key by setting
BREVO_API_KEY = "your-api-key"
.