A few years ago I sold all my stuff to explore the world, creating 12 startups in 12 months and building $1M+/y companies as an indie maker such as Nomad List and Remote OK. I'm also a big pusher of remote work and async and analyze the effects it has on society. Follow me on Twitter or see my list of posts. My first book MAKE is out now. Contact me
Subscribing you...
Subscribed! Check your inbox to confirm your email.
levels.io

Normalization of non-deviance

Dec 10, 2020

This year I reached several milestones. My revenue grew to over $1 million per year. Traffic increased to 1.4 billion requests per year and I'm serving over 1 million users per month. Over 20,000 people have paid for my products now. Nomad List and Remote OK are the main revenue generators responsible for 3/4 of revenue.

From the beginning of my little startup career I wanted to prove you can do things differently when building a company.

Without funding

Imagine burning $2 billion dollars of VC funding in 6 months

That's $10 million per day

$455,000 per hour

$7,589 per minute

$126 per second https://t.co/TVk7RMXuy8

— ؜ (@levelsio) October 21, 2020

I wanted to prove you don't need to raise venture capital investment: early on I was never able to get venture capital investment, and I discovered you don't need it. Instead of raising money you can operate extremely lean and scrappy and still succeed. My belief was customers would care about the story behind the product more than how it looked. And they would be okay that it wasn't immediately perfect and might have some bugs. Instead, they'd appreciate the authenticity of that more. As long as I'd improve based on customer feedback, I'd get a loyal and happy customer base and get more customers from word of mouth.

Without a team

It's a big experiment to see if I can do it. The goal is to reach $1M/y as a solo founder with just automation. I'm nearing that. If I hit that I might sell or hire people

— ؜ (@levelsio) July 27, 2020

I wanted to prove you don't need to hire a big team, but instead could do it mostly solo by learning how to things yourself. When I started out I could barely code, but I learnt it on the spot. From the beginning I've come up with the idea for, then coded and built every single feature on my sites. I've designed the layout, the logos and picked the colors (mostly looking at what the big startups like Airbnb and Product Hunt did). I've edited the landing page videos myself, sent newsletters and did all the marketing myself. (I did pay two part-time contractors: 1) to keep the server secure so I wouldn't get hacked and lose my customer's data; 2) a moderator to keep Nomad List's community a friendly place).

Without fancy technology

https://t.co/rORz8wW1YR is a single PHP file called "index.php" generating $65,651 this month. No frameworks. No libraries (except jQuery). 💖

(SGD 89,415=USD 65,651) pic.twitter.com/aG0K3oGm9b

— ؜ (@levelsio) September 21, 2020

I wanted to prove you don't need to use the latest hipster JavaScript framework and a complicated hosting set up with hundreds of servers in a cluster so you could scale. I use a single VPS server on Linode for all my sites. I've reached the frontpage of Reddit multiple times with it. I don't use any framework except jQuery. And I use a language despised by most professional engineers called PHP, also without a framework. My code is mostly vanilla. Kinda like duct tape programming. My deployment process is extremely primitive: I write my code in Sublime Text, then I test it on my laptop (I have NGINX locally, so I open nomadlist.test for ex), then if it works I upload it with Panic Transmit via SFTP. I don't use Git and my versioning works by having backup services with infinite history running on my laptop. But I'd mostly just undo in my code editor.  I said primitive, right :D

Without paid marketing

I wanted to prove you don't need to buy ads, but instead that the best marketing is organic and that if you make a product customers use and love, that word of mouth is your best funnel. I've used the story of my own life and building my products with all the ups and downs as my primary way of marketing. Instead of acting like a professional startup founder whose life and business is perfect, I've tried to be as transparent and vulnerable as possible. People like to go on a journey with you especially if you share all your imperfections and mistakes.

Normalization of deviance

This scrappy way of building also made me ship super fast. I saw it as a light form normalization of deviance:

Normalization of deviance is a term used by the American sociologist Diane Vaughan to describe the process in which deviance from correct or proper behavior becomes normalized in a corporate culture.

Vaughan defines this as a process where a clearly unsafe practice comes to be considered normal if it does not immediately cause a catastrophe: "a long incubation period [before a final disaster] with early warning signs that were either misinterpreted, ignored or missed completely".
A presentation I made about building companies without funding

Why prove it at all?

If it's possible to build million dollar companies without being able to code properly, without outside investment, without a team, without a network and without fancy technology, that means theoretically any person with a laptop anywhere in the world with internet access can now learn to code, find a problem, build a solution, (and with Stripe expanding around the world) charge money for it.

Building a company is becoming democratized, globally

I knew if I'd show this was possible, with me as an especially imperfect example, some people might try to do the same. And together with lots of other people doing the same, we could start a little wave of people building companies in a more organic and lean way without all the above. And I think that's happened by now.

As more people will realize this around the world in the next few years, more people around the world will try to start companies. And more will succeed. And the barriers to entry for starting a startup will decrease.

There's the easy attack vector of me coming from the Netherlands, a first world country, having a (free but) good education, all which contribute and none I'd deny. But that doesn't negate my argument completely. Building a company is becoming more democratic globally even if there might still be differences based on where you're from. And on a meta level, companies being built online by people around the world will help those differences gradually become less as they succeed and bring money back into their economies. Like a feedback loop.

Silicon Valley can now be anywhere.

And now for....normalization of non-deviance (or "the end of index.php")

Now that I've proved this up to a considerable amount of revenue and impact, by my own standards at least, I think it would be stupid to stubbornly try to do things scrappy and solo just because I did until now. I told my friend John from Ghost:

My sites are finally operating stable enough and I don't need to put out fires or fix bugs all day, so this month I've started to think about hiring people. For that I needed to clean things up. So I think my new focus is normalization of non-deviance. Instead of scrappy, I'll try to do things properly from this stage on, at least for Nomad List and Remote OK:

I'm now using Git

You won't believe it but I did my first git commit today pic.twitter.com/rBwAFOO8qz

— ؜ (@levelsio) November 14, 2020

I've put my sites on GitHub, and I can now deploy my code from my laptop's local environment, push it to GitHub, which then pushes it to my Linode VPS. Working with Git makes sense because if I hire people, they'll need access to the code base easily. I've also started cleaning up some old code and technical debt so it'll be more easily understandable.

I'm now using Composer and NPM

So today I learnt how to use Composer after manually require'ing PHP libraries for 5 years

+ I learnt how to auto update my dependencies via GitHub with 🤖 Dependabot and I guess that means I also accepted my first Pull Request today (from a robot)

inb4 I raise VC next year https://t.co/rlJf1OXyUa pic.twitter.com/gcsK6JARQL

— ؜ (@levelsio) December 9, 2020

I've learned how to use Composer and NPM to install libraries and even use GitHub's Dependabot to auto update my libraries. Before this I'd manually include and update libraries.

Building admin tools for the people I hire

I've started to create more admin tools for my sites. For example to edit a job post as an admin on Remote OK, I used to have to do it in the db. Now an admin can do it on the edit page. And on Nomad List, on the admin page new members can be screened for spam and easily flagged.

Anyone know anybody nice, friendly and smart who'd like to do part-time customer support for Remote OK? Mostly:
- helping customers figure stuff out
- say "sorry it didn't work for you" and refund
- report bugs back to me

Thanks!

— ؜ (@levelsio) November 8, 2020

Hiring people

And I've actually started hiring: the first person I've hired is a customer support specialist. Most of my customer support is automated but I still get about 30 inquiries per month. Also the customer support specialist can help do other stuff like flag people joining Nomad List with fake/spammy accounts or remove stuff like NSFW profile photos. And other regular things I'd do like organizing Nomad List meetups remotely.

Raising money

Just kidding, I don't believe I need to raise investment though, the problem with venture capital for me is the same as it always was. I don't want the stress of having to grow my revenue to a $100M/y company or go to $0. I'm fine with how it's going now and I can cover costs fine.

From rusty to shiny

Before, my goal was to make my sites operate like this, built on-the-fly with scrap metal I found on the road, rough but effective and fast to build and iterate on. And it worked:

The goal now is to have my sites operate without me for a year or more. That means I can focus on what I think is most fun to do: building new startups, products and new features. And the objective is to make them operate more like the pic below, rough but now clean and shiny:

Mad Max without the dirt

The end of solo

... and as much as I'd like to keep doing the solo thing, if some of those plans means bringing more people aboard to help, so be it. After all, Carrd isn't just my dinky little side project anymore (people actually rely on it to get shit done) – time for me to act like it :)

— aj (@ajlkn) January 2, 2020

As my friend AJ from Carrd wrote this year, it'd be silly to just keep it solo for the sake of it. We've outgrown the stage of side projects and people do depend on our projects to get shit done.

With Remote OK, people pay a lot of money, anywhere from hundreds to thousands of dollars per month, to hire people. If the site repeatedly breaks and support doesn't answer, that means a lost customer who could have spent tens of thousands of dollars over the next year. With Nomad List, since it's B2C, the damage is smaller but still present.

Rest lightly, the deviance will continue, elsewhere

Me when I launch my MVP pic.twitter.com/raRzzsovQu

— ؜ (@levelsio) April 25, 2019

This isn't the end of the deviant scrappy life for me though.

When building something new, like an MVP or new feature, I think I'll still do things the old scrappy way though. No Git. Just FTP. No frameworks. Just solo. No outsourcing it to hired people.

I'm convinced doing things scrappy is the best way to validate new products or features and iterate towards making something that people actually want to use and pay for.

Instead of working with a big team far removed from your customers, burning through millions of dollars of funding that you spend on ads so you have no idea if people actually want your product, and losing yourself in overengineering technical solutions that customers won't care about anyway.

Scrappy is the closest you can be to the product and customer feedback loop. And since you're solo, it's super fast. No arguments, just shipping. Make, get feedback, iterate, get feedback, improve etc.

And that's one of my favorite things to do in the world.

P.S. I'm on Twitter too if you'd like to follow more of my stories. And I wrote a book called MAKE about building startups without funding. See a list of my stories or contact me. To get an alert when I write a new blog post, you can subscribe below:

Subscribing you...
Subscribed! Check your inbox to confirm your email.

2022
18 Sep
This House Does Not Exist
2022
14 Jul
Sam Parr + Shaan Puri asked me about bootstrapping, open startups and lifestyle inflation (My First Million Podcast)
2022
16 May
Thinking and doing for yourself (Life Done Differently Podcast)
2022
10 May
Relocation of remote workers (Building Remotely Podcast)
2022
26 Jan
Money, happiness and productivity as a solo founder (Indiehackers Podcast)
2022
20 Jan
Bootstrapping, moving to Portugal and setting up Rebase (Wannabe Entrepreneur Podcast)
2021
25 Mar
Why I'm unreachable and maybe you should be too
2021
25 Mar
The next frontier after remote work is async
2021
19 Mar
List of all my projects ever
2021
08 Mar
Why coliving economics still don't make sense
2021
14 Feb
Inflation Chart: the stock market adjusted for the US-dollar money supply
2021
10 Jan
I did a live 4+ hour AMA on Twitch w/ @roxkstar74
2020
20 Dec
No one should ever work
2020
10 Dec
Normalization of non-deviance
2020
05 Dec
Copywriting for entrepreneurs: explain your product how you'd explain it to a friend
2020
30 Nov
Entrepreneurs are the heroes, not the villains
2020
12 Nov
The future of remote work: how the greatest human migration in history will happen in the next ten years
2020
05 Nov
Will millions of remote workers become location independent in 2021?
2020
11 Apr
5 years in startups with Abadesi
2020
11 Jan
Twitter giveaways can be hacked to win every time
2019
16 Oct
Lorn - The Slow Blade ✕ Hong Kong
2019
28 Sep
Most decaf coffee is made from paint stripper
2019
12 Sep
The odds of getting a remote job are less than 1% (because everyone wants one)
2019
08 Sep
In the future writing actual code will be like using a pro DSLR camera, and no code will be like using a smartphone camera
2019
29 Aug
Instead of hiring people, do things yourself to stay relevant
2019
28 Aug
Nobody cares about you after you're dead and the universe destroys itself
2019
28 Aug
The only real validation is people paying for your product
2019
05 Aug
Monitoring Bali's undersea internet cable
2019
29 Jul
Nomad List turns 5
2018
29 Jan
I'm Product Hunt's Maker of the Year again!
2018
28 Jan
Why Korean Jimjilbangs and Japanese Onsens are great
2018
24 Jan
Turning side projects into profitable startups
2018
03 Jan
What I learnt from 100 days of shipping
2017
28 Dec
As decentralized as cryptocurrency is: so will be the people working on it
2017
22 Oct
How to 3d scan any object with just your phone's camera
2017
09 Aug
In a world of outrage, mute words
2017
03 Aug
How to pack for world travel with just a carry-on bag
2017
26 Jul
Building a startup in public: from first line of code to frontpage of Reddit
2017
24 Jul
Facebook and Google are building their own cities: the inevitable future of private tech worker towns
2017
21 Jul
The TL;DR MBA
2017
12 Jul
We did it! Namecheap has introduced 2FA
2017
08 Jun
It's about time for a digital work permit for remote workers
2017
23 May
Using Uptime Robot to build unit tests for the web
2017
08 May
Namecheap still doesn't support 2FA in 2017 (update: they do now!)
2017
03 May
Taipei is boring, and maybe that's not such a bad thing
2017
16 Apr
What we can learn from Stormzy about transparency
2017
17 Feb
The ICANN mafia has taken my site hostage for 2 days now
2017
10 Feb
Most coworking spaces don't make money; here's how they can adapt to survive the future
2017
11 Jan
A society of total automation in which the need to work is replaced with a nomadic life of creative play
2017
07 Jan
Nomad List Founder
2016
12 Dec
Make your own Olark feedback form without Olark
2016
29 Oct
How to fix flying
2016
19 Oct
Robots make mistakes too: How to log your server with push notifications straight to your phone
2016
17 Oct
Hong Kong Express - 上海 (Shanghai)
2016
17 Oct
Choosing entrepreneurship over a corporate career
2016
13 Oct
"I can't buy happiness anymore. I've bought everything that I ever wanted. There's not really anything I want anymore."
2016
11 Oct
From web dev to VR: How to get started with VR development
2016
05 Oct
What I would do if I was 18 now
2016
22 Sep
Bootstrapping Side Projects into Profitable Startups
2016
27 Aug
Kids
2016
13 Aug
How I cured my anxiety (mostly)
2016
26 Jul
We have an epidemic of bad posture
2016
17 Jul
Fixing "Inf and NaN cannot be JSON encoded" in PHP the easy way
2016
26 Jun
My third time in a float tank and practicing visualizing the future
2016
15 Jun
How to add shareable pictures to your website with some PhantomJS magic
2016
29 May
My chatbot gets catcalled
2016
19 May
From web dev to 3d: Learning 3d modeling in a month
2016
09 Mar
My second time in a sensory deprivation chamber
2016
04 Mar
Day 30 of Learning 3d 🎮 Cloning objects 👾👾👾
2016
02 Mar
Day 29 of Learning 3d 🎮 Glass, reflectives, HD, coloring and more details
2016
29 Feb
Day 27 of Learning 3d 🎮 Details, details, DETAILS!
2016
25 Feb
Day 23 of Learning 3d 🎮 Filling up the street and adding shadows
2016
24 Feb
Day 22 of Learning 3d 🎮 Added rain, blinking lights, sound, textured menu sign and a VR web app
2016
23 Feb
Day 21 of Learning 3d 🎮 High res textures, physical rendering and ambient occlusion
2016
22 Feb
Day 20 of Learning 3d 🎮 Objects and camera perspectives 🙆
2016
19 Feb
My first time floating in a sensory deprivation tank ☺️
2016
12 Feb
Day 10 of Learning 3d 🎮 Making complex objects by combining shapes 🙆
2016
06 Feb
Day 4 of Learning 3d: @shoinwolfe visits the actual street I'm modeling 🏮😎🏮
2016
03 Feb
Day 1 of Learning 3d 🎮 I learnt how to make shapes, move, rotate and scale them + how to texturize, and add colored lights 💆
2016
02 Feb
I'm Learning 3d 🎮
2016
27 Jan
The things I have to do to read an email sent to me by my government
2016
12 Jan
How to use your iPhone as a better Apple TV alternative (with VPN)
2015
23 Dec
Here's a crazy idea: automatically pause recurring subscription of users when you detect they aren't actually using your app
2015
17 Dec
Stop calling night owls lazy, we're not
2015
16 Dec
We are the heroes of our own stories
2015
25 Oct
There will be 1 billion digital nomads by 2035
2015
21 Oct
Tobias van Schneider interviewed me about everything
2015
18 Oct
Why doesn't Twitter just asks its users to pay?
2015
17 Oct
Punk died the moment we learnt that the world WAS in fact getting better, not worse
2015
15 Oct
Stop being everyone's friend
2015
14 Oct
Vaporwave is the only music that fits the feeling futuristic Asian mega cities give me
2015
09 Sep
We live in a world built by dead people
2015
01 Sep
Why global roaming data solutions don't make any sense
2015
26 Aug
How to export your Slack's entire archive as HTML message logs
2015
24 Aug
How to play GTA V on your MacBook (and any other PC game)
2015
14 May
I uploaded 4 terabyte over Korea's 4G, and paid $48
2015
08 May
How I sped up Nomad List by 31% with SPDY, CloudFront and PageSpeed
2015
04 May
My weird code commenting style based on HTML tags
2015
01 May
Now is probably the time to make HTTPS the default on all your sites and apps
2015
17 Apr
Do the economics of remote work retreats make any sense?