Waitlist
Collect and manage user signups for early access
ProStack includes a waitlist feature that allows you to collect email addresses from users interested in your product before it’s fully launched.
Waitlist Features
- Email Collection: Capture user emails in a database
- Feedback Display: Show success/error messages to users
- Duplicate Prevention: Prevent users from signing up multiple times
- Social Links: Connect with users on social platforms
Waitlist Component
The main waitlist component is simple to integrate into any page:
Server Action
The waitlist feature uses a server action to handle form submissions it first checks if the email is already in the database and then adds it to the database and sends an email to the user.
Customizing the Waitlist Page
You can customize the waitlist page by modifying the app/(app)/(more)/components/waitlist-signup.tsx
component:
- Change the heading and description text
- Update the social media links
- Modify the form layout and styling
- Add additional fields (like name, company, etc.)
Accessing Waitlist Data
To access and manage your waitlist data, you can use Prisma Studio:
Then navigate to the “Waitlist” table to view and manage your subscribers.
Using the Waitlist Data
When you’re ready to launch, you can export your waitlist data for use in email marketing tools:
Next Steps
Was this page helpful?