up vote 31 down vote favorite
26
share [g+] share [fb]

How do you promote/advertise/evangelize your open source project?

I know about sourceforge and freshmeat, and they gave me some initial traffic, but I'd like to push for a greater audience. Once a critical mass is reached, I won't have to push anymore, but what methods can I use to draw eyeballs.

Of course holding those eyeballs depends upon the quality of the project, but that is another issue.

link|improve this question

47% accept rate
feedback

protected by bmargulies Sep 3 '11 at 2:06

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

8 Answers

Some pointers from my experience:

  • Package for fedora and debian. Look into 'mock' for building rpms, pbuilder for debs.
  • Launchpad provides apt-repository hosting, use it even if you're not hosting anything else there.
  • Push to get included in the 'official' repositories.
  • The ease of installation is 10 times more important than if the software even works. If its hard to install, at all, ever, you will lose out to something that's broken but installs and runs every time.
  • Blog about your software, show screenshots. People love screenshots.
  • Hire a designer to make a distintive trac stylesheet (you're using trac, right?)
  • Pay lots of attention to the web design of your site. Be Stylish, it really helps.

All the best with your open source endeavours.

link|improve this answer
What do you think about screencasts ? or What about a video lecture ? How interesting is Video Downloading among visitors ? – Neel Basu Dec 23 '10 at 10:30
feedback

You could also submit it to OpenShare

link|improve this answer
feedback

Evangelise to your friends. If they like it, get them to blog about it. If they don't like it, ask them how to improve it (and get them to blog about it anyway).

link|improve this answer
feedback

You already named the two biggest ones I know of.

Another possibility would be a slashdot submission.

Also, maintaining a developer's blog of the project is helpful. If the blog is part of the website for the project, that's even better.

Get on local LUG mailing lists - not only might you be able to promote your project, you can probably solicit assistance. Most LUGgers I know are very interested in helping the community and getting into projects they're also interested in.

link|improve this answer
feedback

Read Tribes by Seth Godin. He's a genius with this stuff, and the book is all about uniting people for a cause. It won't give you an answer, but it will definitely spawn about a thousand ideas for you. You can listen to it for free.

Idea from the book: celebrate the accomplishments made on the project and recognize those that contributed as heroes.

link|improve this answer
feedback

I have a very similar issue: I've written a screen capture/upload tool VVCap, which, to my mind is written pretty well and is also useful. It's on sourceforge, which is pretty much as good as launchpad could be. The folks I'm showing this tool to are getting excited, but only after I explain to them what it is doing. Somehow people don't stumble upon this project on their own.

Basically, average people just won't find it!

There got to be some way to promote the project... I really hate an idea that all the work I've put into the code is only used by a handful of people. I'm even considering now to pay money for advertisement. Anyone has any more ideas?

link|improve this answer
Looks like you have some pretty good starts on your site "If you find this tool useful, please help by digging this tool, or upvote this on reddit. You are also welcome to become our fan on facebook." – rogerdpack Sep 2 '11 at 23:29
feedback

An excellent Web site that will allow you to promote links to your github repository is http://opencode.us/

This Web site works pretty well from my experience.

link|improve this answer
feedback

The answer depends a lot on who the target users of your software is. Can you provide more details? I could give some advice but it is very different if, for example, it is a game versus a developer tool.

The normal marketing techniques apply the same for open source projects as they would for anything.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.