Ingredients For A Successful Side Project

James Broad
5 min readMay 19, 2022

--

I believe your best chance of success will come from a side project vs. your day job. This is because you’re likely to be most passionate about it and highly driven for success.

Most people dream of actioning their ideas of side-projects or bigger yet, starting a business but few follow through on it. Much like joining a gym, your number one task, and perhaps the hardest, is pulling the trigger and just starting. The second hardest part, again like a gym, is keeping to a regular cadence of improvement. I won’t go into detail in this post about the soft side of productivity or motivation but this is a good read on the subject: https://fs.blog/deliberate-practice-guide/.

Let’s assume you’ve got your idea and you’re keen to start, what now?

1. Choose A Name

Turning your nebulous idea into a reality is best started by giving it a name. This will be necessary for most of the next steps and it simply helps anchor the project.

There’s a tendency to overthink this stage but I’d say approach it more like a codename that could change at some point. You’ll have plenty of other things to progress with so don’t let this bog you down.

It’s useful at the naming stage to find something with an available .com domain as it’s expensive to find one after the fact. There’s a good essay on choosing a .com over other extensions like .io, .co, .ai by Paul Graham.

Some tools to help you generate a name:

  1. NameQL smart name generator which only lists available .com’s
  2. Namestation really sophisticated tools to generate names and check availability
  3. Wordoid basic but good suggestions for phonetic name generation
  4. Lean Domain Search is a bulk suggestion of names relating to a keyword
  5. Namelix is an AI-powered name and logo generator

Validate your name:

  1. Brinso gives a brand name score to help you avoid some bad choices that seem good at the time.

Logo generation:

  1. Brandmark
  2. LogoAI
  3. Looka
  4. The Noun Project whilst not a logo generator, their library of symbols is valuable to create your own

2. Set up a coming soon page

You’ll probably have a desire to crack on and create a fully-fledged, working project but it’s wise to slow down and figure out early interest. This mindset is well covered in the Lean Startup process.

Some services for coming soon pages:

  1. Launchrock the OG of coming soon pages
  2. Carrd’s landing pages are nice and simple
  3. Ship by Product Hunt
  4. Webflow coming soon templates

3. Get beta testers

When you’ve got an early coming soon or service running it can be a bit daunting to know where to find people willing to help you validate your project. It’s useful to ask friends and family first but alongside that there’s some useful services:

  1. Betalist is the original and best to get signups. There’s a prerequisite that you have an email capture form on your site to prove it’s a beta product.
  2. Betafamily crowdsourced beta testing
  3. Betapage a directory of beta sites
  4. Rainforest QA More for QA but if you’re looking for early defect testing, could be useful

4. Create a Minimum Viable Product

Once you’ve got confidence that you’re onto something and people want what your side project offers, it’s time to build the smallest possible product.

This stage will depend on your coding abilities and the nature of the project.

Finding developers to create an MVP:

  1. Toptal for the best freelance tech talent
  2. Fiverr general marketplace for a range of skills
  3. Upwork another tech talent marketplace
  4. Clutch dev agencies rated and reviewed

Developing your own MVP:

This is the stage of doing things in an unscalable way, it’s not time for using the newest, hottest tech.

  1. Use static HTML over dynamic sites where possible. You can make it dynamic later
  2. Avoid complexity with build tools, use vanilla JavaScript and CSS
  3. If you are going to need a dynamic aspect to your project, consider a batteries-included framework to remove some of the thinking processes. This includes:
    - Ruby on Rails — “Compress the complexity of modern web apps”
    - Django — “The web framework for perfectionists with deadlines”
    - Laravel — “The PHP Framework for Web Artisans”
    - Blitz — “The Fullstack React Framework”
    - WordPress — “the world’s most popular website builder”. Easy to overlook this one but WordPress is ubiquitous and can be configured to do almost anything.

5. Hosting

At the earliest stage of your MVP you should aim to make it publicly available with an automated deployment process. Reducing the barriers to getting value to users is paramount and so you should strive for a process that lets you dip into the project for 5 minutes, push some code and have it available shortly after. You’ll then feel more motivated to continue working on it.

I’d suggest using Github to host your code and use their Actions service for running deployments.

Useful hosting providers for early-stage projects include:

I’d avoid AWS, Azure or Google Cloud at this stage unless you’re already familiar as they’re better serving larger companies.

6. Get some early users

Great, you’ve made your MVP and your beta users are happy with it!

Time to start spreading the word.

  1. Launch on ProductHunt
  2. Show on HackerNews
  3. Post on Reddit
  4. Share on IndieHackers
  5. Use your social networks (Twitter is best) to spread the message of what you’re working on

8. Fundraise or bootstrap

If you feel a few months down the line that you’re really onto something and want to double down on it you should consider fundraising or bootstrapping. Before quitting your job, I’d advise spending as much of your evenings and weekends on this first as the sad fact is most startups fail and the honeymoon period of side projects is an overwhelmingly powerful distortion of reality.

If you do want to pursue the fundraising route, you’ve now got a couple of routes. If you’re lucky enough to be bringing in recurring revenue, you can leverage that to get lump payments. It’s called revenue-based financing.

Revenue-based finance options:

  1. ClearCo
  2. Wayflyer.com
  3. Pipe

Finding an investor is a nuanced process requiring setting up lots of meetings. The most useful directory of investors and their thesis is https://www.openvc.app. To get some insights into the world of VCs the Secrets of Sand Hill Road book is a useful resource.

Good luck on your side project journey and I hope it helps unlock your potential!

Feel free to reach out to me to provide early feedback on your project.

--

--

James Broad

Exploring strategies and tactics to create a successful tech business