Goldblog
GitHubSiteTwitter

Six Months of Full Time Open Source

September 07, 2022

Open source software ā€”software whose source code is freely available to anybody who wants itā€” has been a passion of mine for years. Thatā€™s why I quit my job at the end of January 2022 and started working full time on open source software in March of 2022 ā€” six months ago last week! Itā€™s been an exhilarating journey so far, and Iā€™m happy to say Iā€™m going to keep doing it for the foreseeable future!

The bright side of open source is that Iā€™ve gotten to work on projects that I find technically interesting and/or push the state of modern web development forward. The dark side of open source, though, is that we as an industry have not figured out how to make open source financially sustainable for the vast majority of maintainers.

Sisyphus rolling a boulder up a hill

Sisyphus working through a queue of issues on a popular GitHub repository

What Iā€™ve Done

Iā€™ve gotten a chance to work with some amazing people on fascinating projects. Hereā€™s a quick summary of the most notable open source work Iā€™m proud of:

I also resumed streaming on Twitch and started uploading streams to my YouTube channel.

Hereā€™s a GitHub issue search for all merged pull requests Iā€™ve sent March onward in 2022.

Funding Is Hard

Right now, having done all that work in public, I net about $600/month in open source sponsorships:

For reference, $600/month of a full time job is roughly half the U.S. federal minimum wage ($7.25 per hour, or ~$1,200/month). My base salary in 2021 earned me more money each work day than a month of my open source salary now.

Side Gigs, at a Cost

Iā€™ve brought my income up to tolerable levels by consulting with private companies, releasing the Learning TypeScript book, and reviewing occasional pull requests on pullrequest.com. But, those side gigs take my time and energy away from open source work. Itā€™s a mild vicious cycle: I donā€™t earn a sustainable amount as an open source maintainer, so I have to work on side gigs, which takes time away from my open source work, which makes it harder for me to promote myself and land sponsorships.

Fortunately, I expect the sponsorships to grow as I make more of a name for myself and my projects. My goal is to reach $1000/month by the end of 2022.

Lessons Learned

Iā€™ve learned a heck of a lot on this open source adventure, and have a heck of a lot more to go. These are the three biggest areas of learning Iā€™ve been thinking on.

Balancing Passion and Priority

There are a lot of fun open source projects available I could work on, ranging from cute toys to high impact developer tooling. At first I resisted the urge to hop around. I tried to force myself to work on what I thought was highest impact and visibility. But, thatā€™s not how my mind works. Iā€™m most productive when Iā€™m working on my daily flight of fancy.

These days I keep a list of projects Iā€™m interested in and flit between them as I get motivated. Iā€™ll only force myself to stay focused on a project if thereā€™s something time sensitive, such a critical bug.

Lesson: Iā€™m most productive when Iā€™m following my passion.

Promotion, Promotion, Promotion

I donā€™t like bragging or asking for anything. It feels wrong to spend precious time begging for money on the internet (like this post!). My instincts tell me that if Iā€™m doing good and important work then people should compensate me appropriately.

But, thatā€™s not how the world works. Nobody will know about me unless I actively promote myself. And when others know who I am and what I work on, they now have a person who can learn about their ideas and/or address their pain points. This promotion can create ripple effects since word of mouth also spreads as more and more people know about me.

Reading Influence is your Superpower by Zoe Chance helped get me comfortable making waves. Itā€™s a great read for anybody struggling with asking for help and/or growing their voice.

Lesson: I shouldnā€™t be afraid to promote myself.

Treat Yourself

Being paid by sponsors is much more direct than working for a corporation. I feel emotionally linked to peopleā€™s sponsorships. For a while I was reluctant to grab nice coffees, go on dinner dates, or otherwise spend on myself. My sponsors are giving me money to work on open source, who am I to blow it on luxuries?

But, that mindset is neither healthy nor fair to myself. I shouldnā€™t be expected to give up on fun expenses because Iā€™ve switched to sponsorships. And I canā€™t produce my best work if Iā€™m restricting myself to the bare essentials.

Iā€™m not going to go out of my way to blow money on unnecessary shenanigans, but I wonā€™t deprive myself either.

Lesson: itā€™s ok to treat yourself sometimes.

Whatā€™s Coming Next

If you thought my current list of projects was fun, just wait until you see whatā€™s coming up in the next six months! My goals for Spring 2023 are:

ā€¦and who knows what else?! One of the magical parts of open source web development is how ever-changing the landscape is. I look forward to learning what innovations will be state-of-the-art even months from now.

How You Can Support Me

All those great goals donā€™t come cheap. Iā€™d greatly appreciate any support you can give me to make full time open source work sustainable.

If you or your coworkers write TypeScript code, help me help you! The more support I get to work on TS means the less you have to do to get TS working efficiently for your own work. Let me know over email or @JoshuaKGoldberg on Twitter if there are any projects in particular that youā€™re interested in.

Thanks for reading - and happy open sourcing, everyone! šŸ’–


Many thanks to Kenny Lin for invaluable proofreading & suggestions in authoring this article!

Josh GoldbergHi, I'm Josh! I'm a full time independent open source developer. I work on projects in the TypeScript ecosystem such as typescript-eslint and TypeStat. This is my blog about JavaScript, TypeScript, and open source web development.
This site's open source on GitHub. Found a problem? File an issue!