DEV Community

Discussion on: Tell Me Why? Open Source vs Proprietary

Collapse
 
darksmile92 profile image
Robin Kretzschmar • Edited

Unless you see your project becoming the next big encryption algorithm, open source will benefit your project even if you add paid services.
You get fresh ideas, different points of view on topics and a wider range of knowledge.
I know of many medium to big companies that started out open source and just kept small parts (like payment stuff) as closed source plugins.

Collapse
 
abanoubha profile image
Abanoub Hanna

Great!
I tend to develop my project as Opensource but to want to know more how to make money and benefit all contributors as a community of developers not just develop it in a free time. Any suggestions or other ideas?

Collapse
 
darksmile92 profile image
Robin Kretzschmar

I like the idea.
Rewarding contributors can be a good thing but I imagine that this is hard to accomplish so everyone gets something they can use.
For example giving out digital ocean credits must not be of use to everyone.
Building a company around it and hiring developers would be one way which assumes you make profit of the software / service.

I have no other clue on how to reward contributors properly at the moment sorry :(

Thread Thread
 
abanoubha profile image
Abanoub Hanna

It's Ok. Thanks for you time and thoughts :)

Collapse
 
drbearhands profile image
DrBearhands

I really don't think an encryption algorithm is a good example of something to keep closed source as it should be subjected to serious scrutiny.

That said, I generally agree, but it probably depends on the intended audience. Building something for devs? OSS. Otherwise go proprietary. Nobody who isn't a dev has bonafide reasons to want your source code.

There are reasons to go OSS even for projects not aimed at devs, but I don't think they work well with your monetization plans.

Collapse
 
abanoubha profile image
Abanoub Hanna

Great point! thanks for sharing your thoughts <3