HACKER Q&A
📣 alfarez

Ideas for offering a free trial without users abusing it?


Hi. Hope you guys can help with a conundrum I'm having.

Background:

I have a web app that lets people upload a PDF and then ask it questions (one of those "Chat to a PDF" apps). The answers come from OpenAI's API in the backend. I charge $1.99 per upload.

There is no signup, but they do have to provide an email address during upload. And I don't want to add signups and logins, etc.

The challenge:

I want users to be able to take it for a spin before paying $1.99. So I'm thinking of offering 3 free questions after upload, and then they pay if they want to ask more questions.

However, this opens it up for abuse, where a user can keep uploading the same document and keep getting 3 free questions. Of course, the inconvenience for them is that they don't get all the answers on the same page as each document has its own "chat" page history.

So, what do you think? Is the approach above safe? Am I overthinking it? Is there a better way to provide a trial without asking them to "sign up"?

Thanks for any help!


  👤 alfarez Accepted Answer ✓
Thanks everyone for your input. More than anything, it's been really great at making look at the bigger pricing picture.

My conclusion:

I'm not going to put in a free tier, because as @brudgers mentioned below, if they can't spend $1.99 to try it, then they're not my target market.

So, in words I read somewhere else before, instead of downgrading my product, I should upgrade my customers.

I will instead spend time creating a high quality product.

And slowly raise prices as I improve the product.

Thanks again, everyone.


👤 siva7
If you don't have money to burn i would strongly advise against the no sign-up approach. Providing these services is pretty expensive and the fight against bots/abusers is also very time consuming, so at least use a phone-number check if you want to provide a free tier.

👤 mtmail
We have to block several users per day for creating multiple accounts. I can tell you no amount of wording on the website will work, people have multiple email addresses and many use burner/disposable/temporary emails for signup. As first line of defense add a captcha, then rate-limiting by IP address. Some download website have a counter "You can continue after waiting 10 minutes ... or upgrade now", that might work here.

👤 matt_s
You might want to just put a signup on it, charge monthly per X number of PDF's/questions (whatever combo nets you cash flow after your service charges, etc.), have different plans, take their CC info and charge them at the end of a 30 day free trial.

Your price point of $2 is going to bring abusers of the service and if you have something promising your best bet is to go after smaller document based professionals (i.e. 1-4 person law firms) that want to speed up their processing/knowledge of documents but also don't know anything about ChatGPT, etc. They would likely give it a try and not think twice about a signup + credit card info if they think it will help them reduce costs.


👤 brudgers
Random advice from the internet:

+ Don't offer a free tier because people who won't spend $1.99 to try something out are not going to spend $1.99 regularly.

+ Raise prices significantly. Nothing filters high demand low revenue users more effectively...and that's what a free tier attracts.

+ Don't waste time trying to make crappy user experiences. Just focus on making good experiences and price your products so that you can provide high quality.

+ When you have more than enough money, then you can give it away to deserving causes. That's more likely to be a food bank than software engineers. But maybe not.

Good luck.


👤 gitgud
Like others have mentioned, there’s many ways:

- Hash each pdf, check if it’s been run for free before

- Hash IP addresses, check before allowing free trial (can lead to many false positives though)

- Use local storage or cookies to detect if they’ve done the trial or not (easily circumvented, but not by general users)

Probably a combination of a few of these would give what you want


👤 DamonHD
I may be misunderstanding, but if "keep uploading the same document" is an issue, retain hashes of recently-uploaded documents and refuse to handle anything seen too recently too many times, unless being paid.

👤 saluki
Track by IP and check a hash or text of the pdf to verify each user/IP can only upload a pdf once.

I think $2 is too low, I'd be more likely to sign up with you for $20/mo for up to 10 pdfs. (add larger plans too)

Aren't you being hit with about $0.30 per charge in fees per trans + open ai api costs at the $2 price point?

If they login can you let them see their history for each pdf and go back and ask new questions later?

Building the login and auth isn't so bad if you use something like Laravel or Rails.


👤 alfarez
BTW, the web app is at https://clarifypdf.com, if you need to see what it is first.

👤 throwawayadvsec
Ask for a credit card(not debit cards because you can get unlimited virtual debit cards with a lot of banks)

👤 easytiger
Tie to a phone number, is basically it. Even that's not full proof with virtual number apps akimbo

👤 KomoD
$1.99? At that point don't even provide a trial.