Live data from Hacker News

Ask HN: How much time do you spend on “marketing” your open source projects?

news.ycombinator.com

41–50 of 71 posts

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#41
It's a good question, one I've wondered quite a bit about. I know IndieHackers has some info on this.

Personally, when I'm building side projects I spend 100% on dev for the first month. then when it's released I spend 90% of the time on marketing.

Anyone can code up a project or learn how to do it. The hardest part is getting word out to others. Even, just getting people to try it takes huge amounts of time and effort and money. Often times it seems like it takes more marketing work than development work.

For instance, I've been helping people prevent bugs in their code with my Regression testing platform: https://swif.club/?s=h2

But, doing so without seeming spammy takes a lot of time and patience.

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#42
post #39

Cocreator of Django here. The very first thing I did was a presentation of Django at the Chicago Python Users Group. There were enough people in attendance that it led to a few early users. A few of those people blogged about it, and so on. Django was open-sourced in 2005, and the world was very different back then. No GitHub/Bitbucket and people had very low standards/expectations for the design of an open-source pr…

Thank you for your insight and even more for your wonderful creation.

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#43
Not nearly enough :)

My most popular open source project is Jadelet[1], the frontend templating language nobody asked for. It was primarily made to solve my own problems so promoting it was secondary to coding it.

Most of my other projects are apps that happen to be open source but people experience them through the app much more than through the code, things like pixel editors[2], music makers[3], web based zine based operating systems[4], things like that. In those cases I spend much more time marketing the experience rather than the code or "open source" nature of the project, but again I probably don't spend nearly enough time marketing.

Thanks for reminding me to do more marketing :) aaaand... linkspam! Hopefully my ironic self-aware promotion style will be perceived as endearing and disarming rather than heavy handed and unsubtle.

[1]: https://jadelet.com [2]: https://pixieengine.com [3]: https://danielx.net/composer/ [4]: https://whimsy.space

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#44
post #22

I maintain Bulma: https://bulma.io/ 1) I started it because it was simply a personal CSS framework I was using myself to kick start my projects, and I wanted to share it around. 2) People found it through various websites, organically I guess. 3) I initially only posted it here on Hacker News I think. Then it was trending on Github, and other people posted it on Reddit, and other websites like Codrops. 4) I've never…

Just today I started my first project that uses Bulma. Thanks.

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#45
project page: https://mhogomchungu.github.io/zuluCrypt/

>> why did you start it

I bought an external hard drive and i wanted to encrypt it just because i could,i already knew about TrueCrypt but it felt like a window's solution and i wanted a native linux GUI application.

>> how did people find it.

"Organic" google searches played a part in people finding out about it but i post and talk about it in various forums i see the project discussed. I google the name of the project around once a week and i answer any questions/bug people report in various online forums.

>> did you post it somewhere to get traction

I occasionally post in various linux forums and reddit on new releases.

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#47
I have a pretty small open-source-project -- https://github.com/Bloomca/redux-tiles.

It is a library for javascript, which allows you to write less verbose Redux code. I don't have any social media activity (like big number of followers, etc), and had 0 stars, until I've tried to put it on Show HN. It gave me around 100 stars and some momentum, which resulted in 100 stars more over couple of months.

However, it is still a pretty small project, and I can't say that it is used somewhere. I use for myself, as it solves exactly my problems, but don't really think somebody else uses it.

Is it unfair? It depends on your goal -- if you build something for yourself, it is okay (but some marketing definitely won't hurt), but if you really want to share, then I think you should dedicate time on marketing -- meetups, blogs, HN, reddit, etc.

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#48

2 years ago, when ethereum was the new hot sh*t. I started to build an Dapp (decentralized application). A big problem I had was to find the right database and after re-implementing the dapp with 3 different ones (pouchdb, gundb, nedb) I finally started to develop my own one, based on the best previous solution (pouchdb). It turned out that developing that single database was giving more fun and value to myself than…

Congratulations on almost 6k stars and 0 open issues! That takes a lot of work to keep up with the issues and very good documentation to avoid unnecessary usage issues.

Give me access and I'll get your open issues to 0. ;)

But seriously, that's a good idea for a metric.

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#49
post #39

Cocreator of Django here. The very first thing I did was a presentation of Django at the Chicago Python Users Group. There were enough people in attendance that it led to a few early users. A few of those people blogged about it, and so on. Django was open-sourced in 2005, and the world was very different back then. No GitHub/Bitbucket and people had very low standards/expectations for the design of an open-source pr…

Good god I owe you a beer. I am able to live a very nice life developing with django. Working on a large(ish) system with django, and it's an absolute joy. Thanks to you and everyone who has contributed.

Re: Ask HN: How much time do you spend on “marketing” your open source projects?

#50
post #24

Open source isn't synonymous with hobby! I develop open source systems in my work, partly for internal use but also to help grow the ecosystem our firm is in, and to make a name for ourselves. We don't market heavily right now because our documentation is sparse so more users means more support. I think working seriously on documentation is the primary way to market open source, actually. That means not only API refe…

While I somewhat agree with you, I'd argue that this not the original understanding of OSS. The idea behind OSS (at least its' amateurish kind) has always been very simple and straight-forward: if you have something to share, just do it. All this worrying about "users" and liabilities is symptomatic of a paradigm shift, which happened, when OSS has become a key part of big corps' business strategy and marketing. Also…

I kind of agree, but also not! For example, the GNU project always had thoroughly documented software. Emacs is a great example. And GNU does have an aim of getting users! So I don't think "marketing" (evangelizing, teaching, spreading) is just a thing that big corps brought in. Mostly everyone benefits from a project being well documented and accessible. Building a community around a piece of software is intrinsically valuable!

But yeah, it's not like you have to write narrative tutorials for newbies on every thing you do. I really like when there's documentation aimed at "hackers."

Post reply on HN