Misadventures of a SaaS Launch

I do think that form handling is a useful service in general. My concern is that the market is saturated and that it will be super hard to find some unique features to make it worth the effort.

@twilson mentioned form validation and support for recaptcha. These features are not that hard to implement. It will take a couple of days for the competition to catch up on that.

1 Like

I agree this is difficult, but from what I’ve seen in terms of how often my competition seems to update their features/systems, I wouldn’t expect much in terms of feature matching unless I was considered a threat. With how things are looking, I’m hoping to be able to bring on a few clients before worrying about this.

(Friday post) I know. Need to create two white-labeled services on the same backend. One boldly claims “I fully support Presedent Trump” and the second one “I denounce so-called ‘President’ Trump!”. 50% of the prospects will sign up for the first one and 50% for another, and this is a feature that competitors won’t dare to match without a risk of losing 50% of their current base.

I think there might be a market for something like this but it’ll be tough to access. I don’t think that cold emailing or paid ads will work in this market though. Cold emails, IMO, are better when you’ve got a product with a decent ARR. You’ve got to find the right kind of prospects, reach out to them, optimize, etc. Paid ads too might be tricky to pull off. Both those mediums will take time to experiment.

With marketing, the first thing I’d do is figure out use cases for this. What situation would someone be in when they want to use something like FormTide? They might be creating a static site, a blog, maybe with a static site generator. I’d make a list of some popular static site generators and write about how to create forms with them. There’s many of them in many different programming languages, so that might be a good way to access that market.

Other than that, what common issues does the average person face when creating forms? Connecting them to their CRM? Sending an email after a form submission? Email verification? If you can figure out some of these issues, you can write about how FormTide solves them. That will give you another way to get in front of your market.

Lastly, there are people who don’t need your service now but might use it in the future if they are aware of it. To get in front of them, you might write on topics that might be of interest to them even if they aren’t directly related to FormTide. For example, you could write about form design, improving form conversion, etc. This won’t drive you immediate business though.

There’s an absolutely incredible amount of competition in this market though a lot of it looks like abandonware. I found a couple of them that are priced very cheaply. To add to that, it’s not just the direct competition that is difficult; even companies like Segment might solve the same problem you’re solving. Marketing is going to be difficult — it is for any business — but it’s worth a shot. :grinning:

2 Likes

(hey @swastik. your cert on enlist.io has expired yesterday.)

1 Like

@rfctr — Whoops, sorry about that! Thanks for letting me know! All great now! :grinning:

My 2 cents on this:
Try to make a wordpress plugin. Might give you access to a bigger market.

About captcha: avoid as much as possible. It’s really annoying and there are better ways to avoid spam (like if the user clicks on keypresses on the page).

I also find it a lot more useful to just include a js file that will render the form, would work easier with less technical people

You could call it something like fast forms and make speed your main selling point. Eg quick to integrate and fast static sites are fashionable now so you could concentrate on that market.

Eg I am currently investigating hosting an entire site on a CDN for speed but because you can’t use dynamic scripts on a CDN a service like yours would work well.

My observations + feedback:

  1. Show me some form screenshots on your homepage. If your USP is that developers can build their own HTML + CSS and just point the form to you, then show me 3 different form screenshots with a call out “The form submission backend that works with YOUR Form Design.”. Although you’re selling only the backend, you still need some pretty visuals on the page.

  2. I’ve paid $70 / month in recent past to Typeform for hosting a landing page survey using their PRO+ monthly plan for a couple of months. Why? Because a “survey” can be much more complicated than plain feedback forms, with conditional jumps, etc + validations. So much pain, that developers pay money to offload it to someone else (Typeform, for example). Food for thought.

  3. Developers pay money for services that say “done in 2 lines of code!”, but the extensive code example here makes me feel tired already: /guide/advanced-usage . Anyhow, most developers are using jquery / react / vue these days - include examples for these while you’re at it.