I've just launched - What to do now?

Hello!

My SaaS is alive. Well, not officially, because I’m waiting for an evaluation from Avangate, but the MVP it’s already “finished” and on the production server.

And I don’t know what to do, technically speaken. I’ve build the MVP using plain PHP and raw SQL because when I started coding it I haven’t enough experience with PHP frameworks, but now, a year later, I have good experience using Symfony 2 (it’s what I’m using at work). I think that my code isn’t perfect, I’ve had a couple of problems when deploying the project to production, and maybe a good idea is to rewrite the project using Symfony, Twig, Doctrine, etc to have an application with better security, cleaner code, a well-tested base, and so.

On the other side, if I rewrite the current project, I won’t be adding new features in the next weeks/months, and I think that I must add more reports, more options, the app must be multilingual (now it’s only in Spanish)…

So, what do you think? Should I start rewriting the just-launched application in a more secure/tested framework? Should I continue with the current codebase and, if the application really grow, then do a rewrite? Should I stop thinking about the code because all this is normal because, as Andy says, If you aren’t embarrassed by v1.0 you didn’t release it early enough"?

Thanks for your thoughs! :slight_smile:

2 Likes

Don’t worry about rewrite. By the time you will do the rewrite, you will learn so much more you will feel about your new codebase exactly the same way you feel about it now.

Also, don’t worry about multiple languages but keep that in mind when developing new features. The fact your app is in Spanish language is a plus in my book. English market is extremely saturated wherever you look.

What you need to do right now is to get some paying customers. And let me tell you it won’t be easy. It might take 2-3 years to even get to several hundred paying customers. If you can get like 10 paying customers within 3-6 months, consider that a win.

Keep your burn rate really low. Making a product which is profitable even after paying your salary will feel amazing once you get there.

3 Likes

Do you have paying customers? That’s the only thing that matters.

If not, why not? Did you do any market research before writing the app?

1 Like

NO! No point is polishing something until you are sure it isn’t a turd. Put your effort into promoting it, so you can find out ASAP if anyone wants it.

BTW I would be willing to bet that no-one on this forum thinks their code is perfect. So get used to that feeling.

5 Likes

Speak for yourself Andy! My code is a marvel of modern-day programming genius…

…I wish. No, Andy is correct. I shudder when I think that one day someone else might need to maintain my code, and if I’m sitting in the same room as them, I’ll hear them frequently mutter expletives.

2 Likes

Hi all!

Thank you for your answers…

No, I still haven’t any paying customer. The reason is simple: I still haven’t announced that the application is online, I’ve only uploaded the website and created all the links. And just today I’ve started talking to the interested people that the site is online.

And yes, I did a small market research before writting the app. The problem is that I started with this idea a couple years ago, and since the I haven’t found any competitor… And I know, this can be very good (no competitors), or really bad (no market). It’s a bit dangerous, I know…

Thanks you for this. I know it’s obvious, but in the PHP world there are lots of opinions about rewriting all with the latest frameworks, and well… And yes, the application will be more atractive with more reports, languages or features than with a better underlying framework :smile:

I understand you… Your code is exactly like mine! The best in the world! :wink:

Well, if the application is in Spanish is only because it’s my native language, but I don’t agree that this is a plus. IMHO, the really interesting market is the English, even if it’s saturated.

Are you trying to impress other programmers or start a business?

Rewrites using sexy new frameworks are fine if you are a professional programmer who is being paid by the hour and wants to polish his/her CV. If you are a business owner, it’s a terrible idea to rewrite your code every time a new framework comes along. Especially given that they probably come along faster than you can do the rewrite.

From a business point of view, sub-optimal but shipped beats perfect and unshipped every time.

Look at my current http://www.perfecttableplan.com/ website. From a programming and design point of view its an embarassment. But it does a fair job at selling my software.

5 Likes

This is so true. My wife who is also a geek (developer) try’s to convince me we need to rewrite in Angular or some other flavour of the month, but by the time we finished it would be already old hat. You could go on forever. I have worked at some very successful companies where the code quality was actually really bad. But they knew how to sell!

Hi @mcasas, thanks for sharing. Can you give me a link to your new SaaS? What to do now - do the marketing. Rewrite the project - NO, I agree with @Andy

1 Like

I’ve been in a very similar situation before and I think your feeling very normal feelings.

  • It really doesn’t matter what it’s written in, as long as it stands on it’s own.
  • I took a raw SQL and PHP app and page by page converted it into Laravel over a very long course of time.
  • If you already know PHP great I’d recommend learning Laravel, but learning Angular on top of that you’ll never release another update because you’ll be stuck in an endless learning curve unnecessarily. Just focus on delivery value to your customers cause at the end of the day they don’t give a damn what it’s code base looks like.

Show to people who you’d think would use it as soon as possible so you can know if you’re on to something or not!

1 Like

I would add my vote to the voices saying you need to focus on getting customer 1 before writing any more code.

However… you mentioned rewriting for security purposes. I would say that if you have security concerns you should address them. Once you have a customer, if there are genuinely bad security issues I think you need to have them addressed and I don’t think it’s OK to sell an insecure software service to people. It should be possible to handle that without a big rewrite though.

1 Like

Well, I supose that with any web application one should have always security concerns. The main idea is that I think that Symfony2 (now Symfony3) code is more secure than mine, but I think that my code is enough secure to be in a production environment. Also, before uploading code to production I studied the OWASP guides to find common security problems, and I didn’t found anyone in my application.

Also remember that this post is a bit old (5 month old), and I’ve rejected the idea of a rewrite of the code. In the future, maybe, I’ll integrate some of the Symfony components, but today I have enough work with documentation, marketing and new features :slight_smile:

1 Like

Don’t write any code your customers don’t want. They will let you know where you are headed. Until you have paying customers you know f-all about what works and what doesn’t.

I’m serious, I am within weeks of launching a desktop app I have been “incubating” for more than 10 years. I ran it at a client site yesterday for the first time and a co-worker made a couple of suggestions that I implemented on-the-spot. This is an app I will use myself all day, every day. I am the SME but an end-user suggested a simple but effective improvement within seconds and gave great reasons for it.

My case study in “I know nothing”:
www.cadfindreplace.com would cost ~ $100-150 /yr and has a potential market of millions, www.tvCAD.tv will cost $2500 /yr and has a potential market of dozens at the most. The mailing list for tvCAD has more people on it and they are pestering me daily for a release. CAD find-replace’s list is conspicuously silent.

CAD find replace’s source has nearly 1000 commits (it works, I use it all the time), tvCAD’s 1st commit was on March 1st. Guess which one will ship first? Why? Because I asked the market and they answered me.

1 Like

tvCAD is a direct replacement for ACNE

ACNE? That must be a contender for the worst named technology ever!

4 Likes

Yeah, glad I didn’t name it. It’s an acronym for “Automatic Cable Number Extractor”.