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.

What do you do if users don't want to pay for your product?

2 pointsby hendersonsam456almost 7 years ago
I recently did a bunch of customer development and have concluded that users want my product but they don&#x27;t want to pay for it. I could:<p>A) Finish building the product anyway and hope that some users will pay for it. B) Stop building the product.<p>Background:<p>I made Dusato (www.dusato.com) which was going to be an iOS&#x2F;Android app that picks house chores at random and SMS&#x27; them to your housemates.<p>I’d already spent like 50 hours coding the iOS&#x2F;Android app when I realised I hadn’t spoken to any potential users.<p>So I did a prelaunch where users could sign up to say “I’m keen for this when it launches”.<p>If no one signed up, then I’d stop building the rest of the app. That’d suck because I’d have wasted 50 hours but at least I would save myself the 50-100 hours I still had to go.<p>I did a Facebook post, a Twitter post and ran $75 worth of Facebook ads about the prelaunch.<p>The figures:<p>- 12,500 social media impressions - 700 dudes landed at www.dusato.com - 34 sign ups<p>After I got the 34 dudes mobile numbers, I called them to see if it was okay to send them a quiz. 7 dudes filled it out. All of them said they wouldn&#x27;t pay for the product.<p>I figure what’s the point of building this whole app only to find at the end of it that I am losing money on servers, etc because users don&#x27;t want to pay.<p>Maybe I could give them the first month free and then hit them will a $10 fee after that. It seems risky given that they told me already that they weren&#x27;t prepared to pay. Could be a lot of work for nothing.<p>If you&#x27;ve been in this situation or know an instance of it happening, please let me know what you did.<p>Sam

3 comments

qbrassalmost 7 years ago
Let them buy credits which can be used to pass the chore to someone else, or get better odds of a preferred chore.<p>Or just make it ad supported. If you know someone&#x27;s going to be doing the dishes, what better time to sell them dish soap?
montrosealmost 7 years ago
Ask them what they would pay for.
some_accountalmost 7 years ago
If you can migrate the app to serverless technology at Aws, you will not have server costs. Check out Lambda.<p>I think that&#x27;s a great way to build something, let it slowly grow, and have virtually no costs for it.