Collect potential user emails and build a pre-launch user base
.env.local
file:components/landing/TypeformWaitlist.tsx
component:
waitlist
table with the following structure:
components/emails/WaitlistConfirmationEmail.tsx
and can be customized as needed.
How do I export waitlist user data?
getWaitlistUsers
function provided in libs/supabase/waitlist.ts
to create an admin API for data retrieval.How do I modify the waitlist styling?
TypeformWaitlist.tsx
component, or by using Tailwind CSS classes to adjust the appearance.Can I add additional fields to the waitlist form?
TypeformWaitlist
component to include additional fields. You would also need to update the Supabase table schema and the API endpoint to handle the additional fields.