| 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! |
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.