Make a waiting list
If you are still building the product, while talking to the potential customers, it might be a good idea to create a waitlist. You'll be able to evaluate if people are interested in your value proposition, and onboard new users progressively.
To create a waitlist landing page, open src/app/page.tsx
and paste this:
You will get a page like this:
To learn how to plug your email service, see the Waitlist component docs.
Last updated