Skip to content

Commit aeeef2b

Browse files
author
Nadia Eghbal
authored
Merge pull request #361 from github/funding
Rework project funding section
2 parents a4a488f + aed45a1 commit aeeef2b

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

_articles/getting-paid.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If your company goes down this route, it's important to keep the boundaries betw
9595

9696
If you can't convince your current employer to prioritize open source work, consider finding a new employer that encourages employee contributions to open source. Look for companies that make their dedication to open source work explicit. For example:
9797

98-
* [Ghost](https://ghost.org/) is a company built around [an open source project](https://github.com/tryghost/ghost)
98+
* Some companies, like [Netflix](https://netflix.github.io/) or [PayPal](http://paypal.github.io/), have websites that highlight their involvement in open source
9999
* [Rackspace](https://www.rackspace.com/en-us) published its [open source contribution policy](https://blog.rackspace.com/rackspaces-policy-on-contributing-to-open-source/) for employees
100100

101101
Projects that originated at a large company, such as [Go](https://github.com/golang) or [React](https://github.com/facebook/react), will also likely employ people to work on open source.
@@ -111,17 +111,35 @@ Beyond arrangements for individual contributors, sometimes projects raise money
111111

112112
Organizational funding might go towards paying current contributors, covering the costs of running the project (such as hosting fees), or investing into new features or ideas.
113113

114-
A few examples of projects with organizational funding include:
114+
As open source's popularity increases, finding funding for projects is still experimental, but there are a few common options available.
115115

116-
* **[webpack](https://github.com/webpack),** which raises money from companies and individuals [through OpenCollective](https://opencollective.com/webpack)
117-
* **[Vue](https://github.com/vuejs/vue),** created by @yyx990803, which is [funded through Patreon](https://github.com/open-source/stories/yyx990803)
118-
* **[Ruby Together](https://rubytogether.org/),** a nonprofit organization created by @indirect that pays for work on [bundler](https://github.com/bundler/bundler), [RubyGems](https://github.com/rubygems/rubygems), and other Ruby infrastructure projects
116+
### Raise money for your work through crowdfunding campaigns or sponsorships
119117

120-
As open source's popularity increases, finding funding for projects is still experimental. A few current options include:
118+
Finding sponsorships works well if you have a strong audience or reputation already, or your project is very popular.
119+
A few examples of sponsored projects include:
121120

122-
* **Raise money for your work through crowdfunding campaigns or donations.** This strategy works well if you have a strong audience or reputation already, or your project is very popular.
123-
* **Apply for grant funding.** Some software foundations and companies offer grants for open source work, such as the [Python Software Foundation](https://www.python.org/psf/grants/), [Mozilla Foundation](https://www.mozilla.org/en-US/grants/), and [Stripe](https://stripe.com/blog/open-source-retreat-2016).
124-
* **Raise sponsorships from companies and individual donors** through a software foundation. Or **start a business** to support the project.
121+
* **[webpack](https://github.com/webpack)** raises money from companies and individuals [through OpenCollective](https://opencollective.com/webpack)
122+
* **[Vue](https://github.com/vuejs/vue)** is [funded through Patreon](https://github.com/open-source/stories/yyx990803)
123+
* **[Ruby Together](https://rubytogether.org/),** a nonprofit organization that pays for work on [bundler](https://github.com/bundler/bundler), [RubyGems](https://github.com/rubygems/rubygems), and other Ruby infrastructure projects
124+
125+
### Create a revenue stream
126+
127+
Depending on your project, you may be able to charge for commercial support, hosted options, or additional features. A few examples include:
128+
129+
* **[Sidekiq](https://github.com/mperham/sidekiq)** offers paid versions for additional support
130+
* **[Travis CI](https://github.com/travis-ci)** offers paid versions of its product
131+
* **[Ghost](https://github.com/TryGhost/Ghost)** is a nonprofit with a paid managed service
132+
133+
Some popular projects, like [npm](https://github.com/npm/npm) and [Docker](https://github.com/docker/docker), even raise venture capital to support their business growth.
134+
135+
### Apply for grant funding
136+
137+
Some software foundations and companies offer grants for open source work. Sometimes, grants can be paid out to individuals without setting up a legal entity for the project.
138+
139+
* **[Read the Docs](https://github.com/rtfd/readthedocs.org)** received a grant from [Mozilla Open Source Support](https://www.mozilla.org/en-US/grants/)
140+
* **[OpenMRS](https://github.com/openmrs)** work was funded by [Stripe's Open-Source Retreat](https://stripe.com/blog/open-source-retreat-2016-grantees)
141+
* **[Libraries.io](https://github.com/librariesio)** received a grant from the [Sloan Foundation](https://sloan.org/programs/digital-technology)
142+
* The **[Python Software Foundation](https://www.python.org/psf/grants/)** offers grants for Python-related work
125143

126144
For more detailed options and case studies, @nayafia [wrote a guide](https://github.com/nayafia/lemonade-stand) to getting paid for open source work. Different types of funding require different skills, so consider your strengths to figure out which option works best for you.
127145

0 commit comments

Comments
 (0)