9

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?

kost
  • 573
  • 1
  • 6
  • 17

8 Answers8

3

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.

Marc Charbonneau
  • 40,399
  • 3
  • 75
  • 82
2

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.

a6hi5h3k
  • 671
  • 3
  • 7
2

UseResponse - self-hosted software (PHP/MySQL), feature-rich, attractive pricing, no montly fees.

2

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.

Paulo Santos
  • 11,285
  • 4
  • 39
  • 65
1

If you want more specific feedback (e.g. bug reports / design criticism) - you can have a look at Usersnap - a feedback button with in-browser screenshot capability.

Gregor
  • 4,306
  • 1
  • 22
  • 37
1

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).

Community
  • 1
  • 1
Pat
  • 16,515
  • 15
  • 95
  • 114
0

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.

futureelite7
  • 11,462
  • 10
  • 53
  • 87
-1

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.

Eugene Mayevski 'Callback
  • 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