Build a Waitlist Page
beginner~12 min0/4 steps
Instructions
1
Add an h1 product headline and a p value proposition describing the product benefit
Hint: Create: `<h1 class="text-5xl md:text-6xl font-bold mb-4">Product Name</h1>` and `<p class="text-xl text-blue-300 mb-8">What does it do for users?</p>`
2
Create an email input field inside a form element with placeholder text
3
Add a submit button inside the form with text like 'Join {Number}+ Founders' or 'Join Waitlist'
4
Add social proof text below the form showing how many people are already waiting (e.g., '500+ founders')
Your Code
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Live Preview
Live Preview