Live data from Hacker News

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

news.ycombinator.com

31–40 of 71 posts

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

#31
0- My open source project is: https://github.com/service-bot/servicebot Website: https://servicebot.io

1- We started it because we were tired of sending manual invoices to our clients for custom web application development work. We couldn't connect our invoices, customers, and services we provided to our customers in a single place. So we built Servicebot to automate the process of invoicing through Stripe. Creating a self service portal for customers to order more work, approve existing and future work. And we open sourced.

2- We have been writing blog content to show people how Servicebot will help cut business cost but automating the billing and customer management processes.

3- We have been posting it on Medium, Reddit, HN, and a lot of word of the mouth.

4- I don't think unfair is the right word. I think it's lack of knowledge. We spent a lot more time developing a solution for our itch than to think about marketing and product roll out.

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

#32

Earlier quoted context omitted.

That's a really cool one, thanks for maintaining it! The audio Linux space is kind of niche, but awesome people like you keep it alive :D EDIT: I find it a bit misleading now that the website shows a screenshot of Zyn-Fusion (which is not open source) instead of ZynAddSubfx. It could be clearer what is what.

It's a fair point about which screenshots are shown where, however it should resolve itself fairly soon as the new zyn-fusion UI will be entirely (vs. currently partially) open sourced by year end. With the whole fltk/ntk vs mruby-zest(zyn-fusion) powered UIs situation the user can either be presented with a complex piece of information on the landing page or an oversimplified version. So far based upon general feedb…

I am very happy to hear that Zyn-Fusion will be completely open sourced. Once again, thanks for this tremendous work. I understand that financing open-source work, specially for end-user programs, is very dificult. Best wishes!

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

#33
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…

I've dropped using the heavyweights and have been happily using Bulma for some months.

Thanks for your efforts and may you reach a healthy v1.

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

#34
I made a tool that can help traders (in cryptocurrency markets) automate their TA based strategies. I am not sure what you consider popular, since this project is definitely in a niche space (so reach is limited). I used to post it here and there, but since it's an open source hobby project I don't feel the need to go out of my way to let new people know about it.

1. I started the project to learn more about automated trading and cryptocurrency markets, and working on it to this day still scratches that itch.

2. Searching Github, Google and Reddit I guess.

3. I used to be quite active on an online forum that was basically the full community (bitcointalk).

4. I do think so yes, it depends on why you are doing open source.

The project is: https://gekko.wizb.it/

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

#35
I don't know if it's popular, but last year we released PullToRefresh.js[1]

1) We started it because other options out there required to change the whole structure for our site, so the focus with ptr.js was to make it as easy as possible.

2) + 3) The initial traction was on HN of course, but from there we got a mention on a few major twitter accounts, tympanus and a lot of development blogs.

4) I believe yes, it's unfair. You've put quite some time on creating a thing just to be ignored by the world because it's not clear enough what it does (there are a lot of OSS out there that doesn't have a demo link, it's hard to find, or the description is not clear enough). You should spend a few hours on the presentation; it doesn't need to be visually awesome (altough it helps), just think what would it be like if you stumbled upon this project and you knew nothing. What would you like to know? Where to check it without downloading? If it's not possible to demo it online, a gif or video might help.

1: https://www.boxfactura.com/pulltorefresh.js/

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

#36
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…

I love you.

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

#37
The rule in the film business is that success comes from a 50:50 division of production and marketing expenses. For open source projects that equates to spending about the same time on promotion as on coding. Of course that can include running a public forum or so.

If that's just not your bag, maybe team up with someone who loves your creation but hates coding, and would derive satisfaction from writing documentation, running a forum, or promoting it. Then, listen to each other.

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

#38

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…

Reading through your post, I was thinking "that sounds a lot like rxdb". Turns out it was!

I recently selected rxdb for an offline-first project I'm doing doing for myself. I expect it will be making my life much easier in the coming months, so thanks in advance for all the work you've put towards it!

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

#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 project’s website. The best “marketing” thing we did was to work with our excellent designer (Wilson Miner) on making a beautiful site. Again, I think expectations have shifted here — it’s much more common for OSS projects to have nice-looking sites — but nice design still helps.

That was also before the days of Twitter, and blogging was big. I recall spending tons of time posting comments on blogs. Responding to “reviews” of the framework, answering questions, making it clear that we were listening to the nascent community.

Lastly, there’s lots to be said for great documentation and (sounds silly as I type this) software that actually works / can easily be installed. Again, expectations have shifted since 2005, but you really need to nail this. The best marketing is a great product.

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

#40
post #7

Good projects speak for themselves. Use cases, code design, documentation, commit history, ... should be setup well right from the beginning. Then simply speaking with everybody who might be interested in your project should start spreading your project into the wild.

There seems to be ample evidence against this idea, namely that I cannot think of a single commercial product that is not in some way promoted. Surely, there would be a few products that are good enough to get the best return on investment from allocating all resources to improving the product? But even cocaine cartels run CRM operations.

Yeah, I'm sure there are a few companies that don't spend money on advertisement. But those are probably allocating quite a lot of resources to making sure you know they're not advertising.

Post reply on HN