AppFaqs.co - My first SaaS product

Happy to be posting about the release of my first fully fledged SaaS app: AppFaqs.co. I haven’t posted much, but am heavily inspired by all the posts here, keep up the good work. Currently a side project, but I’m hoping it can reach a high enough MRR that I can go full time in the future.

This initial release took me 54 hours, 20 minutes and 5 seconds to put live, and I’m now working towards acquiring my first ten customers. Anybody have any good reads on that? Should those be coming from my own social circle?

Anyways… would love your feedback and critiques, severe honesty appreciated.

1 Like

Nice. The decision calculus for anyone who makes apps is straight-forward: “Will this save me at least an hour or two of customer support time per month? If so, I should subscribe.”

As a potential user of this, you should be telling me how easy it is to update the FAQ, including a screenshot. It is easy, right? If not, it should be. Like crazy easy.

To get initial customers, I’d go to the places where your potential customers hang out. Discussion forums for iOS developers. Answer questions, contribute to conversation, and have one line in your sig hawking your product. Mention it in slightly more detail in your profile page on those discussion forums.

I used this approach to initially market Poker Copilot (my OS X poker tracking app). Whenever anyone asked on online poker forums about playing poker on Mac I joined in. That got me my first sales, and my first feedback about what essential features were missing.

1 Like

Thanks for the feedback and the insight into your first customers Steve. It is super easy to update the FAQ, as in type the updated question into 1 box and click save, which I haven’t showcased much on the homepage.

Out of curiosity how much support do you do for Poker Copilot a month?

We have an average of three new support tickets per day. Down from a peak of twenty per day, back when the product was not so streamlined, nor so solid.

How long does 3 new tickets per day take you to deal with in a fairly mature product like yours? Are we talking 5 minutes per or 30 seconds?

It takes roughly 10 minutes per ticket. That may seem high, but it is because all the easier problems are in our FAQ, in our user guide, or the software auto-guides the user where there used to be confusion.

So now we have only complicated problems remaining as support tickets.

Congratulations for your first SaaS!

I’m an iOS developer so I may be part of your target audience.

Why not use an open source component instead or create a custom component since it’s a trivial feature?

Thanks :slight_smile:

You bring up a great point, and I think answering that question (why shouldn’t I just roll my own) is going to be the most important question I have to answer if I want this to be successful. In these early stages, and by implementing it into my own apps, here is what I’ve got so far. Do any of these resonate with you?

  • Implementing an FAQ is not exactly an exciting feature to implement, but it’s very useful from a customer support standpoint. Having a solution already built gives me a better chance of actually implementing an FAQ. Given things like accessibility, loading spinners, error states, font preferences, an auto sizing table view cell, etc I’m looking at a few hours of custom work.
  • A lot of my apps don’t have a full blown backend or web presence. To roll a UIWebView to display the FAQ I have to first build the static webpage, go through all the steps above, and then I still am using a webview rather than a snappy native component.
  • For freelance clients, I don’t want to provide support for updating an FAQ. The price point is low enough that I think most clients would be ok with it. Plus they get full control over the questions without developer intervention.
  • The worst bug I ever put out into the wild was a bug that caused the camera to crash, but only in release mode (the app was useless without the camera). Took a week with an expedited review to get a fix up, and a lot of angry people. Being able to update without an app submission would have made me feel quite a bit better about the situation.

Are there features that would resonate more strongly? Or a price point that would make this completely worth it? I’m actively recruiting a core group of early users to help decide on the roadmap, feel free to let me know if you want to be part of that group.