Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I am looking for a web platform where people can submit feature requests for software. Visitors should be able to up-vote feature requests, in order for software developers to see the most popular requests. Is there anything like this? It would be awesome if it's also implemented in Node.js or Rails, but I am probably too picky here.

share|improve this question
Would something like bugzilla work? I think that they let users vote on the priority of a bug/feature request, which could work for you. – Christofian Jul 17 '12 at 17:18

3 Answers

up vote 5 down vote accepted

Two options are "Question2Answer" (open) and Google Moderator (hosted but free)

http://question2answer.org/

http://www.google.com/moderator/


If it's open source and you want to host it in Launchpad, you can also use their Blueprints feature:

https://blueprints.launchpad.net/

But I think you don't vote on this last one, and it may be too software-developer centered.

share|improve this answer

You could use FaultPress from WooThemes, and install any number of Voting plugins into WordPress so people could post feature requests and vote on them. Each feature could be associated with a Milestone that your developers could keep track of.

http://demo.woothemes.com/faultpress/

share|improve this answer

Check this one out: FeatureBox

It is based on Rails and can be integrated into existing Rails app. This is my open source project, ask me if you have any questions.

share|improve this answer
2  
Please edit your answer to disclose your affiliation with this application. – Su' Sep 20 '12 at 11:24
Sorry, I didn't know about this affiliation policy. – dmitry Sep 20 '12 at 22:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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