Building my first SaaS, a Disqus alternative - Part 2 - The soft launch

First of all, thank you for the incredible feedback on my first post on this forum.

So what’s changed since the last post?

  • The site is live! Link here : https://hostedcomments.com/ The basic functionality is up : adding a website, embedding a small code snippet to add comments to the website, and the actual commenting itself works pretty well. Adding, editing, deleting and replying to comments works. There is also a reddit style voting system. In terms of feature parity with Disqus, a few important pieces are missing : email alerts for comment related notifications, replying to comments by email, anonymous posting of comments. There are also areas that I plan to significantly improve : the look and feel of the website, the moderation tools and optimizations for improved performance. Since this is just an MVP, I decided to leave out the mentioned features. There is also no payment processing built in and will only be added if I manage to get to a point where manually sending invoices becomes a pain.

  • I heard all the complaints about pricing, here as well as while talking to potential customers and decided to make the plans more generous. $29/month for 1 million pageviews and $99/month for 5 million pageviews. I believe this is more palatable for potential cutomers. I’ve avoided introducing a lower tier of $5 or $10 per month for now, but depending on the demand from potential customers, it’s something I might rethink.

  • I’ve kept the code closed source. This is obviously a controversial topic, but weighing out the pros and cons in my specific case, I decided to keep it closed source.

  • No sales yet. No surprises here. I am in discussions with potential customers and learned a few interesting use cases of my platform. People want to integrate a commenting system into existing products using an api. Eg- Managing accounts for users of niche blogging software. Allowing users to manage accounts is something I did not think about when building this product.

  • Marketing activites : as of now it’s limited to personal outreach and blogging. People on the previous thread gave some interesting ideas about building a tool to compare performance vs Disqus. It’s something I’ll explore in the future.

  • I started using the commenting platform on my site ( example page : https://www.ploggingdev.com/2017/08/building-a-disqus-alternative-part-1--research/ ) and it works great so far. I have an other project ( ploghub.com ) which uses a basic commenting system custom built for that project which I will replace with Hosted Commentstm.

Since I am in beta right now I am not yet charging users, feel free to try out the platform and let me know you think. All feedback is welcome!

2 Likes

I’ve kept the code closed source. This is obviously a controversial topic, but weighing out the pros and cons in my specific case, I decided to keep it closed source.

Hmmm… I don’t consider this controversial at all. Nobody expects Snickers to make their recipe public. I think only a minority of programmers would expect it to be open sourced (and everyone else doesn’t even know what we’re talking about). Beware of feedback within the programming echo chamber :slight_smile:

5 Likes

I am generally in the “Raise your Price” group but in this case, I am not sure if $29/Month or higher is a good starting point. You are competing with services such as Disqus and Facebook Comments primarily. For any customers who are already on Disqus/fb comments, it will be a real hard sell to switch. If the argument against Disqus is ads, then their premium plan is only $10/Month (no ads).

I would advise introducing a lower tier, possibly single digits.

Also, if I am a blog owner, why should I pay based on how many pageviews I am getting ? I would rather pay based on the activity and comments if at all. So if you do want to charge based on activity, why not restrict the number of comments etc. in a lower tier on a specific post ? Something like:

  • Up to 10 comments per post in lower tier
  • Unlimited comments in higher tier (or choose a higher limit if not unlimited)

This way, if the blog owner is not getting a lot of activity, they are not forced to pay the higher tier. If they do generate enough activity, they will then be more inclined to upgrade. My 2 cents.

Beware of feedback within the programming echo chamber

Emphatically agree. When Discourse was at the receiving end of hate from tech forums, Jeff Atwood tweeted something like “they are not real users, just meta commentators”. I can see where he’s coming from.

2 Likes

I would advise introducing a lower tier, possibly single digits.

That’s something I will consider if I don’t manage to make any sales at the current prices. As of now, I have only talked to a few potential customers and most don’t seem to take issue with the current pricing. My target customer is someone who generates income from their blog, so paying $30/month is generally not an issue.

Regarding the suggestion about limiting number of comments in each plan, this is something I will bring up with potential customers and see what they think. If they find the comments/post based plans more appealing then I’m open to it.

1 Like

Great job on getting something up and running!

A few (hopefully constructive) criticisms:

  1. I know this is an MVP, but it doesn’t look professional. Spend $50 on a decent template that will make your site look less beta.
  2. There are some broken links on your /about page
  3. I’d like to see a demo and/or some screenshots on your homepage
  4. I agree with others that $29/mo is a bit high.
  5. I think the biggest turn off is the user registration (not owner, but commenters). I don’t want my users to have to register with some new site just so they can comment. Either take advantage of public authentication like Disqus, or make it account-less and use a reCaptcha

Again, great job at getting started - I feel your momentum and it’ll be important to keep at it, as anything like this will take years before it catches on.

2 Likes

23 PM

It’s a good idea to use https://chrome.google.com/webstore/detail/javascript-errors-notifie/jafmfknfnkoekkdocjiaipcnmkklaajd extension for Chrome at least for websites you develop.

Also, you need “see in action” demonstration where I can see how it looks without creating an account.

1 Like
  1. Thanks for the feedback. I received a lot of criticism regarding the landing page and that’s something I’m going to overhaul completely. Any recommendations on where I can find some good templates?

  2. I’ll take a look at the broken links in the about page.

  3. Suggestions on how I can show a demo on the home page? I’m considering a gif or a short video explaining how the site works.

  4. I’m looking to introduce a $10/month plan for 200,000 pageviews.

  5. Social login is on the roadmap.

I’ll fix the js error, good catch.

I’ll add either a gif or a video to the home page to show how the comments system works.