I am developing a web application, which is still in initial stages.I have put it on web for public to use.Should I use uservoice for feedback(free account)? What are the alternatives?
-
Probably not the best place to ask. But yes, you should use UserVoice. – Sasha Chedygov Jun 04 '09 at 02:07
-
Is this application being used an intranet, or publicly? If it's being used on an intranet, you can ask people directly which might net you a lot more information. – ICodeForCoffee Jun 04 '09 at 02:14
8 Answers
GetSatisfaction is the other big alternative if you're looking at "open forum" type feedback webapps, not that there probably aren't others I've never noticed. There's also more helpdesk-ish solutions out there, like Tender for example.
Of course, you could also put up a quick 'contact us' form for the time being if you're not expecting too much traffic at the start, and keep everything in your existing issue tracker.

- 40,399
- 3
- 75
- 82
I've seen UserRules and it nicely fits into my application's usecase. Thr r some rich set of features that are too tempting. I personally like the seamless integration with our Issue Tracker (JIRA) to export feedback into tickets which can also be tracked within the system only. It also allows to add custom fields in the feedback widget while collecting feedback that takes the cherry from the top.

- 671
- 3
- 7
One thing that I use on my website are comments and feedback from JS-Kit a free and simple solution for this kind of thing.

- 11,285
- 4
- 39
- 65
-
+1: Excellent service, I just installed it on my website. I really like the poll. – Kredns Jun 04 '09 at 02:45
There's a good answer on this topic for another question, which is basically to look at the wikipedia article (which has a comparison table).
You can create a mail account for receiving user feedback, for one. Another free alternative is Google docs and spreadsheets, which has a free form feature that will convert the feedback you received into entries in the spreadsheet.
SurveyMonkey is another free alternative... there are many offerings in the market, what I have named is just a few.

- 11,462
- 10
- 53
- 87
If you have your own web server, take a look at VoxPopuli . This is a web widget designed for hosting on your web site. It's free and open-source and it can be easily integrated into any CMS, forum system and alike.

- 45,135
- 8
- 71
- 121
-
Take a look at [this](http://opensource.org/docs/osd): The first rule of open source is you can freely sell/redistribute the code. Where do you see that in voxpopuli's [license](http://www.eldos.com/licenses/ww-free.php?PRODUCT=VoxPopuli) agreement? – NotGaeL Dec 15 '11 at 20:00