A case of Maker Syndrome

Reilly Chase
GhostiFi
Published in
4 min readDec 17, 2018

What is Maker Syndrome?

Maker syndrome is a term I made up just now to describe a problem I’m having. If there’s already a word to describe this let me know. I’ve noticed that when I start making something, it starts out as a simple idea. As I get close to nearing completion of it, my mind wanders with all of the features I could possibly add to it. I begin working on all of those features at once rather than finishing the original “simple idea” first.

Maker Syndrome Side Effects

Usually what will happen next is the codebase will get big and complicated quickly and I’ll start to lose control of it. A bunch of bugs turn up, and I eventually lose interest in fixing all of them. So I move on to the next “simple idea”. And the cycle continues. 90% completed projects full of bugs with no plans to release.

Antidote

There’s really no problem with Maker Syndrome. It’s an awesome way to quickly learn a ton about programming. The more terrible code you write the more it starts to sink in why it sucks and then suddenly it makes sense why OOP is good and how to organize better next time.

Maker Syndrome is only a problem if your goal is to actually ship something. If you want people to use the thing you made, make money, or make a difference, then you need the antidote.

I just realized I’m having a case of Maker Syndrome right now with GhostiFi! It crept up on me slowly over the last month and now it’s starting to get pretty bad.

Luckily I just corrected it today before it got out of control. I decided I’m going to scale back my big vision (its been getting bigger every day since I started working on GhostiFi) and get back to basics.

Here’s how Maker Syndrome happened to me:

  • I started out with the idea to make a service which installs OpenVPN on a VPS, and gives you a button to migrate it to any location or rebuild it in the same place (to get a new IP)
  • Somewhere along the way, I thought it would be great to also add a Rebuild Scheduler feature. This would allow you to schedule rebuilds/migrations on a daily, weekly, or monthly basis.
  • From there I added Scripting to my list of launch features. This would allow you to add custom commands which run each time the server is rebuilt or migrated.
  • Next I decided it should include SOCKS5 proxy as an option for the server as well.
  • I began researching other types of VPN servers I could offer like Algo and Wireguard.
  • I started thinking about including Pi-hole install as an optional feature.
  • I started working on 3 plans instead of launching with only 1— ‘N00b’, ‘Sk1d’, and ‘L33t’. I decided to paywall some of the new features I was making and also wanted to provide more bandwidth to heavier users/teams.
  • A friend suggested I should add multiple OVPN profiles for each device, and be able to calculate bandwidth for each instead of using only one per server. I agreed it was a good idea and added it to the list.
  • I woke up this morning thinking about how nice it would be to have iPhone and Android apps which show how much bandwidth you’ve used, and handle all the same features as the web GUI (rebuild/migrate etc).

See that bolded #1 bullet point?

That’s where I’m taking GhostiFi back to.

I’m getting rid of the 3 plans, all the extra features, and I’m launching that 1 bullet point.

That’s the MVP.

Only after I’ve launched, and started to gain some traction I will think about working on those points below bullet #1. Those will be individual feature releases.

Closing thoughts

From people I’ve talked to and what I’ve read, I’m not the only one with Maker Syndrome. As a technical founder, my passion is technology first and business second.

The funny part is that I’m perfectly content iterating through all these ideas in my head, turning them into half-baked piles of code, and moving on without ever releasing.

I don’t spend all this time creating just driven by hopes of money or fame, I love working on my projects and bringing my ideas to life even if they never make a dollar or earn me any kind of recognition. But it is also a great feeling when you’ve made something that other people actually use and enjoy.

The only way to get there is to get organized, stay focused, and launch small.

Some stats after a month working on GhostiFi:

Sign up for the mailing list at https://ghostifi.net to receive an email when we launch!

--

--