Build a waitlist with Mythex
A waitlist is a landing page with one job: capture interest before the product exists.When this is a good fit
- You need a URL for an investor, Product Hunt, or ads
- You want signups saved somewhere you control (not only a Google Form)
- You may add confirmation email later with your own provider
What you’ll have
- Hero + email form + success state
- Optional database rows for each signup
- A published link you can iterate without rebuilding hosting
Starter prompt
Build it
- Describe who it’s for and what they get when you launch — that drives the hero.
- Enable
/databasein the same turn as the form so submissions persist. - In Preview, submit a fake email and confirm the success state.
- Ask for a simple admin list of signups (password-gate it later, or keep it off the public nav).
- Optional: BYO email for a “you’re on the list” message.
- Publish. Run App Testing (
/test) on the form before you buy ads.
Honest limits
- Email sending is not a built-in Mythex product — you bring Resend, Postmark, or similar
- No native Mailchimp/Klaviyo connector; integrate the API if you need a list elsewhere
- Double opt-in and spam compliance are your responsibility