4
9 Comments

How important is "try without an account" for a SaaS service?

Hi

I am working on improving the "try without an account" functionality for my projects; I was curious about your experience

The most recurrent feedback/comment that I had from possible users is that it would be nice to try the service without an account, so I am focusing on this.

Do you consider this a nice to have or a key functionality?
How much priority do you give to this?
Did you see a significant change when you implemented this?

Thank you, let me know your thoughts

posted to Icon for group Developers
Developers
on June 4, 2021
  1. 4

    100% priority. Your visitors should be able to have “fun” with your product within 5 seconds of landing at your app, if they need to sign up then it’ll likely take more than that

    1. 1

      I have the same feeling so far, specially when there are similar services that are already offering this preview feature.

  2. 3

    Who do you attract with " Try With Account" ?

    Answer : People with curiosity and not the pain point

    If really a pain point exists then you people don't mind creating an account.

    1. 1

      This is something to have always on the radar, thank you, the landing and offer must do an excellent job to communicate the value behind the sign up

  3. 2

    I don't know about your product, but I can say this -- don't fall into the trap of allowing this because some "users" wanted it. People that just try it like that will usually not buy, and not only that, but they won't appreciate your product either.

    Having said that, once again, I don't know what a user may need in order to use your product, but if signing up is complicated, then I do understand the users' concern.

    I would have something as simple as : give me your email, and I'll drop you a "sign in link" (so user won't need to set up anything, not even a password). Any extra details you think you need, have defaults for them, and allow the user to set them later.

    1. 1

      You are right, I also thing that I got that feedback because almost all the similar alternatives have something, looks like it is something expected for some users.

      My signup process is not very friendly, I send a verification email and you need to be verified to do something, the alternative that you described is far better! I could improve this as well

      1. 1

        Hehe ;) Basically, by sending people a link you also verify them, in one step ;)
        That's really all you need.

        I would go one step further: when user signs up, you'll tell them you've sent them a link. Clearly allow for a "re-send", just in case the user mistyped something.
        But, once the user clicks on the link, reopen your website as "signed in" -- that's all the user wants. Then, he can fill in any extra details at a later time.

  4. 1

    Personally for me, being able to try something out without an account is essential. You really want to lower the barriers for usage in the beginning. If people find value in your solution, they'll eventually create an account anyway.

    From a programming standpoint though I know that there is some complexity when it comes to "guest" accounts, especially if it's the type of app where you're expected to save the progress of the user just in case they decide to create an account later. For example, in my self checkout app ShopMe (www.getshopme.com) we're building a feature that lets people do guest checkout. But even then, we need to save their receipts so when they eventually do create an account their invoices before the account creation is still there.

    AWS/Azure have docs on how to do this so just google it depending on which platform you're using.

    1. 2

      Yes, I agree that looks like this is essential and complex. As priority 1 I am trying to avoid as much as I can hit the server or create any data for the "try before accounts".

      BTW Your landing is awesome!

Trending on Indie Hackers
I'm a lawyer who launched an AI contract tool on Product Hunt today — here's what building it as a non-technical founder actually felt like User Avatar 142 comments “This contract looked normal - but could cost millions” User Avatar 54 comments 👉 The most expensive contract mistakes don’t feel risky User Avatar 41 comments A simple way to keep AI automations from making bad decisions User Avatar 40 comments The indie maker's dilemma: 2 months in, 700 downloads, and I'm stuck User Avatar 40 comments I spent weeks building a food decision tool instead of something useful User Avatar 28 comments