I'm surprised!
Lots of developers don't know that you can make money with Open Source Software.

I've met people making a living just by contributing to projects on GitHub.

Let me tell you how.

How to make money with Open Source:
A thread (not only) for developers ↓
Open Source is a huge market, and there are lots of methods to monetize your contributions
- Bug hunting programs
- Support
- Associated Content
- Double Licensing
- Donations
- SaaS

All of them are effective methods to build a good side revenue as a developer.

{ 1 / 20 }
Bug Hunting Programs

Also known as Bug Bounty is a way of earning money by
- Finding errors and reporting them.
- Solving Errors and submitting a pull request.

There are huge companies out there ready to pay you real money to find and solve bugs in their products.

{ 2 / 20 }
Get paid by Google, Mozilla, and Apache

Those companies have bug hunting programs with rewards of up to $150k (Android) for those able to find and solve a bug in their Open Source Software (OSS)

Those are not the only ones willing to pay for your bug hunting skills

{ 3 / 20 }
How to find bug hunting programs:

Every medium and big company that's hosting Open Source Software (OSS) will have a bug-hunting program.

Luckily some platforms are listing all of them in a single place:
bugcrowd.com/bug-bounty-lis…

{ 4 / 20 }
Provide Premium Support

This is one of the most mainstream ways of making money with Open Source Softwares.

Sell support for OSS products:
- Code and bug fixing
- New and extra features
- Docs
- Training

Sell all the commodities that the free OSS is not providing.

{ 5 / 20 }
Why selling support?

Open Source Projects maintainers do not always have the time to provide the necessary support to users.

This is where you come in: you can charge others for the help they need and aren’t getting it for free from the original author.

{ 6 / 20 }
Always check the Open Source Software's license

Before making any changes to the original OSS codebase though, make sure the license supports such activities.

Otherwise, limit your support to everything that doesn't modify the author's original source code.

{ 7 / 20 }
Sell associated content:

Think about WordPress Plugins as the perfect example of monetizing content associated with Open Source Software.

Not all OSS have things like plugins though. Luckily there are other types of content you might want to create and monetize.

{ 8 / 20 }
Creating content related to Open Source Projects:

You might want to:
- Write and Sell books about a project/product -> a guide or docs.
- Create a video course and host it on platforms such as Udemy or YouTube.
- Write sponsored guest posts about the product.

{ 9 / 20 }
Make money Double Licensing

If you see your OSS is getting lots of traction, consider the idea of creating two different licenses:
- A free one for Open source projects
- A paid one for commercial projects

So that anyone can choose the most appropriate license.

{ 10 / 20 }
Donations:

While not typically used by large for-profit companies, some individual developers make pretty good money by taking donations for their open-source work.

The downside to this model is that it’s really hard to build predictable, sustainable income from it

{ 11 / 20 }
How to receive donations:

To receive donations or embed donations forms, you can use platforms such as:
- Buy me a coffee
- Patreon
- GitHub

Keep in mind that simply contributing to OSS won't bring any donation, to do so you need to create an audience.

{ 12 / 20 }
Create an audience to get donations:

Donations are more about connecting with users than just making your open-source products available to them

If you want your users to support you, they also need to understand the importance of doing so.

As always, bring value.
{ 13 / 20 }
Software as a Service (OpenSaaS)

This is my favorite method to monetize Open Source efforts but is also the most time-consuming.

Use the OpenSaaS business model and generate predictable revenues using subscriptions.

Let's see how, very briefly.

{ 14 / 20 }
Create an OpenSaaS:

If you have a fully-fledged application, the OpenSaaS model might be the answer.

The SaaS model is a popular way to license software running in the cloud, using subscription plans.
Users only need a browser to access the application.

{ 15 / 20 }
With an OpenSaaS model, the software is purchased via subscriptions, which can offer varying levels of service.

For example, you might offer technical support, software customization, and training as package options. WordPress is an example of OpenSaaS products.

{ 16 / 20 }
WordPress - OpenSaaS

WordPress effectively functions as a free SaaS product: it’s an open platform, and it offers subscription plans with extra features like unlimited storage and automatic backups.

Even if it's an open-source project it has an ARR of $132 million

{ 17 / 20 }.
Why OpenSaaS?

SaaS solutions with a free codebase reduce development costs and eliminate the need to build redundant functionality.

Additionally, the energetic OSS community will readily promote quality open source products.

It requires experience though.

{ 18 / 20 }
How to make money as a developer?
Of course, Open Source is not the only answer.

If you want to learn how to make money as a developer, read:
"Ten++ Ways to Make Money as a Developer" by @florinpop1705.

Start monetizing your skills now: gumroad.com/a/669160563/Sk…

{ 19/20 }
Conclusions:

You can make money out of Open Source Project but:
- Make some side revenue is easy
- Making a living out of that requires above-average time and effort

Why should you try? You will get the hang of working with large codebases and PRs. That's invaluable.

{ 20/20 }
Thank you for reading!

I'm Vitto 👋
Helping developers monetizing their skills

If you found this Thread useful:
- Retweet it
- Hit the follow button
- Turn on the notifications

Receive weekly tips to build wealth as a developer:
check the newsletter on @VittoStack 🔥

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Vitto 🥑

Vitto 🥑 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @VittoStack

15 Sep
You don't need to spend $10k on a Bootcamp to become a backend developer.

Node, Express, SQL, NoSQL, E2E, REST, JSON, Web Security.

Learn everything for Free and start Monetizing!

2021 JavaScript Backend Development Roadmap + Free Resources and Projects.

A thread ↓
Learn How the Web Works.

Before digging into back-end development, is strongly suggested to understand what's powering the web, and how data exchange works.

What is HTTP or a DNS?

A primer for newcomers to web development:
freecodecamp.org/news/how-the-w…

{ 1 / 26 }
Fundamentals First, always.

Before Express, you need to master the fundamentals of Computer Science.

Published by Harvard itself, this free course is the best way to set the foundations of your development career.

Fundamentals of CS:
learning.edx.org/course/course-…

{ 2 / 26 }
Read 28 tweets
14 Sep
What is the Blockchain?
How does it work?

But mostly, why are blockchain developers paid $140k/year on average?

A mega-thread on web3.0 and how the Blockchain might shape the future ↓
The Beginning

In 2008 Satoshi Nakamoto Published:
"Bitcoin: A Peer-to-Peer Electronic Cash System"

Explaining:
- The reversibility and trustability issues.
- Bitcoin, a p2p version of electronic cash (not blockchain).
- The mechanics of Consensus.

{ 1 / 38 }
What was the blockchain?

The blockchain was only a special type of shared, and secured database, not owned by any entity, used to run the Bitcoin.

A cryptographed and autoregulated collection of transaction data, validated and stored on a network of computers.

{ 2 / 38 }
Read 40 tweets
8 Sep
Do you want to create a stunning portfolio?

I've reviewed more than 1k+ portfolios while working as a VFX supervisor,
and more than 50 last week, here on Tech Twitter.

How to create a web development/design portfolio that converts customers.

A thread ↓
To create a great portfolio you have to:
- Be relevant.
- Showcase your best stuff first.
- Present your projects properly.

We will go through all of these points and something more.

{ 1 / 12 }
Be relevant:

In your journey, a great and well-curated portfolio is what sets apart a new customer, and your emails getting trashed.

A portfolio capable of showcasing your projects, skills, and expertise, will hook your users’ interest and build trust.

{ 2 / 12 }
Read 14 tweets
7 Sep
You don't need to be a kungfu developer to monetize your skills.

Learn the fundamentals of HTML, CSS, and JavaScript.

Start making money.

Here's a Free roadmap + Projects to kickstart your front-end development career.

A thread ↓
Fundamentals first.

Before JavaScript, you need to master fundamentals.

Published by Harvard itself, this free course is the best way to set the foundations of your development career.

Fundamentals of computer science:
courses.edx.org/courses/course…

{ 1 / 18 }
Learn HTML and CSS.

Everything started with HTML, then someone thought of making things "cool" and created CSS.

From Zero to CSS/HTML hero, in this "Responsive Web Design" certified Free course:
freecodecamp.org/learn/responsi…

{ 2 / 18 }
Read 21 tweets
7 Sep
Learning web development is the best investment you can make.

I've seen people rising from the dust, friends paying parents' retirement, and humans traveling around the world, between countries and seas: with a laptop, a backpack, and some MERN Stack.

What are you waiting for?
If you want to learn how to make money as a developer, read:
"Ten++ Ways to Make Money as a Developer" by
@florinpop1705

Start monetizing your skills now: gumroad.com/a/669160563/Sk…
Want a complete Roadmap to become a front-end developer?

Here it is 👇
Read 4 tweets
26 Aug
Finding your first customers as a developer is not easy.

Not matter if you know the basics of HTML, CSS, and Javascript or you already are a 10x full-stack dev:

You need a strong method to kickstart your business..

Get your first job as a freelance developer.
A thread ↓
Think about finding customers as a freelance developer, like a 5 steps funnel:

1.Find and contact
2.Gain trust.
3.Sell yourself
4.Price your skills
5.Make a customer not a sale

Optimize your success rate, and make more customers, using a strategy that works.

{ 1 / 30 }
How to find and connect with your first customers:

During your journey, you'll need to find clients, gain their trust, sell yourself, and close deals, recursively.

The more you succeed at those steps, the more wealth you'll build.

There are different approaches.

{ 2 / 30 }
Read 35 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(