I just deployed a program, and I am looking for a FREE, ONLINE (no installation, no deployment, no domain etc. - something like uservoice.com) ready-to-use service that will allow my users to enter new bugs / feature requests and I will be able to respond with comments etc.

NOTE: I want it to be private (i.e. only me and my users can view/edit entries.

Should be something like Microsoft Connect or Uservoice - no code involved at all, just a ilst of bugs / feature requests and it's status, ready to use.

I am not looking for open-source projects, I am looking for a service that I login and I am ready to go.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

A number of companies offer 'startup' editions of their web-based software at reduced or zero cost. For example, FogBugz offers their hosted package for startups (1-2 users) for free. You can also get some good 30-45 day trials on other packages such as Jira.

However, whilst there are lots of good open source solutions (Redmine, etc) that you can install yourself, you'll find it very difficult to find a free web-based service. Why? Because servers and bandwidth cost money! How is a company going to afford offering you a free hosted service?

link|improve this answer
Yes they would give it for free just like GMail, Stackoverflow and other zillion sites are free and making money from ads or other manners, but the service itself is free. Besides FogBugs is only trial - not free. I don't need more than 2-3 stations indeed, it's a small project that I need the bug list to be dealt between me and the customer. – Shimmy Jun 17 '11 at 14:48
FogBugz actually have a startup package for 2 users that is free:fogcreek.com/fogbugz/StudentAndStartup.html - to be fair, the example you cite (Gmail and SO) both have money making enterprises (corporate sales for Gmail, careers posting for S.O). Not sure how a free bug tracking web service could really monetise its users... – lxt Jun 17 '11 at 15:58
feedback

You could just combine an easy to install open source package such as Mantis with a free hosting service offering PHP/MySQL. I haven't seen anyone who offers this pre-packaged but the setup shouldn't take more than a couple of hours at most.

Edit: Actually, since I needed the same thing I just set up Mantisbt on a free hosting account at 000webhost.com (no banners) and it works just fine

link|improve this answer
I'm looking for something I don't have to spend time to deploy it, I thought I might find a ready service. – Shimmy Jun 16 '11 at 19:37
Like I said, in one hour I registered for a free hosting account, uploaded mantis and installed it. It's fully operational. – christian Jun 17 '11 at 13:40
But you needed to had to assign a domain for it. I was looking for a service like gmail, that you don't need anything, you just give your customer an address like theservice.com/mycompanyname/myproductname etc., uservoice.com is a good example except it costs money. BTW, I'm sure your answer will be helpful to others and even to me some when. Thanks. – Shimmy Jun 17 '11 at 14:44
1  
With 000webhost you get one of their subdomains, i.e., <your_subdomain>.webege.com. Anyway, I'm starting to sound like one of their sales rep. I swear I'm not working for them! – christian Jun 17 '11 at 17:02
as long as this info is helpful, I don't mind that you provide even an affilate link... – Shimmy Jun 18 '11 at 18:47
feedback

Your Answer

 
or
required, but never shown

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