Collect emails and automatically save them in the database. Perfect for a waitlist (if your product isn't ready yet) or a lead generation popup.
1. Go to Supabase Database and create a new table named waitlist.
2. Create columns: id: uuid, created_at: timestamp and email: varchar.
That's it. Now you can collect user emails.
Looking for UI-only components like buttons, inputs, etc? It's all available with daisyUI. See
this guide for more info.