What kind of project collaboration tools are used in a lean startup


2

We would like to understand the kind of tools which are used by other startup(s) for maintaining their projects.

  1. Project hosting (SVN or Git) - We have finalized on using Git.
  2. Email collaboration - We would like the capability to send group emails, but would also like this to be searchable (Google Apps lets you create groups, but they aren't searchable much similar to what is available in groups.google.com. Should we be creating our mailing lists on groups.google.com instead (by marking it as private). Is this a good idea, how others are doing this?
  3. Feature / Task / Bugs / Release management.
  4. Project specific docs management.
  5. Sometimes we involve early customers to be part of this engagement, so that they can provide feedback, where-in they get access to some portions of the project and not all information
  6. Support (email, voice) / Feedback management

We have around 10-20 users and would like a solution which addresses the above needs and costs less. Appreciate your input(s) on this topic.

Note: We use google apps for email, calendar capabilites. If there are some good app(s) on top of Google Apps, we would definitely want to consider them.

We have looked at unfuddle, assembla, GForge so far. Not so comfortable with unfuddle, GForge and assembla seems to be costly for our needs, would prefer a solution which works out cheaper for 10-20 users + 10-15 projects.

Project Management Lean Hosting Project

asked Dec 8 '11 at 17:33
Blank
Priya
111 points
  • I'm closing this because polling the community for a list of product or service recommendations is not allowed on the Stack Exchange network. – Zuly Gonzalez 11 years ago

5 Answers


1

2 - Google apps

3 - For release management:
free kanban tool:

https://trello.com or

try versionone: http://www.versionone.com/ - we are using versionone (which is free till 10 users)

4 - For doc management you can use Google Docs or Mediawiki

answered Dec 8 '11 at 19:03
Blank
Roland Pokornyik
211 points
  • 2 - I want this to be searchable, so that new users joining the project can easily look at past archives. How do I do achieve this? – Priya 12 years ago
  • 2 - Just like David wrote, maybe Google+ or Facebook private group can work for you! – Roland Pokornyik 12 years ago

1

2) Consider Google+. We've switch to that, people can use whatever email to get notifications from the system. The conversation thread is then easily accessible online.

5 + 6) Maybe Uservoice?

answered Dec 8 '11 at 20:56
Blank
David Benson
2,166 points

1
answered Dec 15 '11 at 07:52
Blank
Mike Eng
160 points

1

  1. I use bitbucket: www.bitbucket.org. Can do git and hg and is pretty long time free even for private repos.
  2. Gmail only, have Contact groups. Works for small teams fine. I have tried google groups in private, worked for me. I just don't want to share sensitive data, because groups has had some security flaws (remember the spamming time)...
  3. Kanbanery.com, I have Mantis installed but want to go to Jira (it is cheap for less users). Release management is done via Maven and the release plugin for me, thats enough. I use Archiva for artifacts.
  4. Maven Site. Docs are under version control and shipped with my app. For temporary data I use a wiki on my own webspace
  5. I have made something similar, but not found the right answer. I have used a combination of google docs (which sucked) and communication over the bugtracker. surprisingly the latter one worked excellent
  6. have not tried, but I hear good things of Zendesk. Personally I use GTalk, Twitter, Email, Phone.

A little bit off topic, but the last tool in my stack is Time & Bill, which I have developed myself. The upcoming team module will let you track your collegs times. Let me know if you want to join the beta test early next year.

answered Dec 15 '11 at 08:42
Blank
Christian
3,590 points

0

  1. Github
  2. Host own phpBB website
  3. Trac and Producteev
  4. Evernote (premium version has full-access notebook sharing and version history features; you'll get discount for team)
  5. Get Satisfaction
answered Aug 30 '12 at 19:40
Blank
Sachin Shekhar
260 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Project Management Lean Hosting Project