TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Should a software free trial be behind an email sign-up wall?

5 pointsby robinhartley94about 6 years ago
Hey, I&#x27;m looking for people who have provided a free trial of digital download software before. Did you put your free trial download behind an email sign-up wall?<p>I currently have an application I&#x27;m working on that requires people to provide their email address into a form before they&#x27;re allowed to download the free trial software.<p>I do this because it allows me to directly reach out to users, provide them with on-boarding emails&#x2F;updates, and build a mailing list of people interested in keystroke automation (my domain of software).<p>However, I recently posted my software to Reddit and it got a very angry response from prospective users who didn&#x27;t want to enter their email addresses. They said it put up a barrier and turned them away from downloading.<p>So in your experience, is the added barrier to entry of an email signup worth it, given the richness of interaction you can have with customers over email? Real world experience and examples would be excellent (if you have them).<p>Let me know your thoughts, experience and wisdom!<p>Cheers, Robin

10 comments

robinhartley94about 6 years ago
Update after 7 days:<p>I have removed the email signup and allowed a direct download. So far, the rate of downloads has gone up by a factor of between 5 - 10 times. Hard to know precise numbers at this time but it&#x27;s looking good!<p>I don&#x27;t have large enough numbers of users to know how this will impact on conversion, but it follows logically that if the product is the main selling point, getting users to engage with it in the easiest way possible can only be a good thing.<p>I&#x27;m now looking at replacing the on-boarding emails I was using with an in-app on-boarding process.<p>Thanks for your help with this one again!
idunno246about 6 years ago
The people who won’t put in an email address probably wouldn’t pay. It is a barrier, but it’s pretty low, and you’re better off spending time making the site more convincing the product is awesome than playing with collecting emails or not. Most times I’ve seen experiments run on this, more often on create an account, you increase the install rate and decrease conversion proportionally. So it’s a question of whether a bunch more nonpaying users provides value to you or not. Though every product is different so ymmv.
评论 #19572265 未加载
ziariabout 6 years ago
I completely agree with the negative feedback on your r&#x2F;software post. [1] You should not require an email address in order to download free desktop software, especially when there is no accompanying web service.<p><i>&gt; I do this because it allows me to directly reach out to users, provide them with on-boarding emails&#x2F;updates, and build a mailing list of people interested in keystroke automation (my domain of software).</i><p>What if I don&#x27;t want to be contacted? Am I expected to provide an email address, wait for the first marketing email (which I never asked for, BTW), and then unsubscribe?<p><i>&gt; the richness of interaction you can have with customers over email</i><p>There&#x27;s certainly some survivorship bias here. [2] You also need to consider all of the prospective customers that are turned away by this requirement. (Those who elect to sign up for the free trial are, by definition, willing to provide an email address and probably more likely to interact with the developer.)<p>Perhaps you should run an A&#x2F;B test to investigate the effects of your email requirement. The data will speak for itself!<p>[1] <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;software&#x2F;comments&#x2F;b86fsa&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;software&#x2F;comments&#x2F;b86fsa&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Survivorship_bias" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Survivorship_bias</a>
Nextgridabout 6 years ago
Let&#x27;s break down your reasons one by one.<p>* it allows me to directly reach out to users<p>What if I don&#x27;t want to be contacted? You can add a &quot;news&quot; category to your website (or a subtle &quot;what&#x27;s new&quot; link in your app&#x27;s GUI) for people who do want news.<p>* provide them with on-boarding emails&#x2F;updates<p>What if I don&#x27;t want that, again? If I need help on-boarding I&#x27;ll read the documentation or email you myself.<p>* build a mailing list of people interested in keystroke automation<p>How does that benefit me, as a user?<p>Bottom line is, you should be converting people by producing great software, not filling up their mailbox with crap. If your software doesn&#x27;t convert, then email spam won&#x27;t either.<p>Also, your current download form includes a &quot;I am happy to be contacted by email&quot; checkbox. If you&#x27;re happy with people to opt-out, why are you asking for their email at all?<p>Finally you are using a third-party provider for emails and I&#x27;m not really comfortable with that and I do not agree to their privacy policy (I hate emails full of nasty stalking links and 1x1 pixels), so even if I wanted to receive news about your software, this would put me off.
xkcd-sucksabout 6 years ago
It&#x27;s a good way to get a collection of throwaway email addresses
soulchild37about 6 years ago
From my experience, Reddit is not a good platform to promote stuff if it is not entirely free (requiring email address input doesn&#x27;t cut it either).<p>As u&#x2F;idunno246 said, the people who won’t put in an email address probably wouldn’t pay either.<p>I would advise making another webpage without email opt-in for Reddit, and use the one with email opt-in form as default.
robinhartley94about 6 years ago
Thanks to everyone for their thoughts and insight into this. You make some good points on why an email sign up may not be effective. Therefore, I am currently running a test to see how the website performs when the email signup is removed - it&#x27;s a direct download.<p>Thanks for your time an constructive criticism!<p>Cheers, Robin
评论 #19579556 未加载
robinhartley94about 6 years ago
P.S. For reference, the software product is here: <a href="https:&#x2F;&#x2F;numpadsuperpowers.com" rel="nofollow">https:&#x2F;&#x2F;numpadsuperpowers.com</a> and currently still has an email signup requirement before downloading the free trial.
thedevindevopsabout 6 years ago
As a sociological experiment can you add &#x27;How did you hear about x?&#x27;, &#x27;Type of User&#x27; (Student, Organisation, Other, etc) and &#x27;Country&#x27; dropdowns to the email form and see what effect that has?
vkakuabout 6 years ago
No.