Listed here are clones of the Stack Exchange sites model.

share|improve this question
6  
Some Drupal project, "SupportDO": drupal.org/sandbox/HedgeMage/1088372 – Victor Sergienko Sep 26 '11 at 15:50
4  
13  
What's the actual purpose for this question? – Lipis Jun 21 '12 at 14:41
4  
@Lipis some companies want to implement their own branded version of this software on their own sites to supplement their support and/or knowledge base and provide a place where their customers can interact with them in a way similar to this network. All the alternatives I've investigated pretty much suck in comparison. – Aaron Bertrand Jul 12 '12 at 13:15
13 revisions to a 10 word non-question in 3 years on Meta. Makes sense. – user226059 yesterday
Everyone wants their Editor and Excavator badges. :o) – Johnny Bones yesterday

26 Answers

Most active that look like the best bets (as of Jan 2013)

  • shapado Ruby, mongomapper and mongodb. Live site, also provide hosted sites for a fee. AGPLv3. Seems to be under active development.

  • OSQA . Django. Live site. GPLv3. More actively developed fork of CNPROG. It has not seen a release since March 2011, so could be abandoned. AnswerHub is the commercial version of same.

  • ASKBOT Django hosting, code, docs, import data. GPLv3. To install type "pip install askbot".

  • LampCMS Live site PHP 5.3, MongoDB LGPL 3 License

  • Question2Answer. Live site PHP, MySQL. Not quite so active. GPL license.

  • Q&A. Live Site (currently 404) WordPress Plugin. Actively developed by a company that looks reliable. No longer free; $19 to download (with no membership)

  • Rootbuzz Django, hosting, actively developed, non-free

  • Pligg Has a demo, is free, looks a bit different then stack overflow and is missing some features. It is a little more related to reddit. It is in development still and they are taking suggestions for features, themes, and modules. You can request this stuff and fix bugs in the demo. Make sure to check it out here. Has hosting, is powered by PHP and MySQL, and is customizable and user friendly to the owner and users.

Ones that look sort of finished (as of Jun 2011)

Others that seem to be work in progress

  • FortyTwo. Python, Django, CouchDB. Example sitelink leads to a 404. Unknown license. Little info. [Last commit in January 2011]

  • kerjakelompok. No example site. Unknown license. Little info.

  • SmartR. No example site. MIT License. Little info.

  • Stack Underflow. C#. No example site. License is "do whatever you want with it" (I haven't defined a formal license yet). Written as a learning project.

  • T002_rails-overflow. Rails. No example site. Unknown license. Little info. Apache license.

  • CNPROG. Django. Live site(Update 21/01/2011: link leads to a page which says CNPROG is officially closed). GPLv3. Not a lot of recent activity; last code commit, Oct 2009 (as of Feb 2010). Primarily developed in Chinese, although there are English translations.
    No longer supported according to the website. Was used as base by OSQA & Askbot

Sorted by language

PHP

Python

Ruby

ASP.NET

C#

Java

JavaScript (JSGI)

Did I miss any? Disagree? Please add a comment or update this answer.

And I don't really want to get into listing clones, but I have just come across Answer Bag which seems to be an all-encompassing clone covering everything from aviation through programming to religion. Or maybe that was there first? And Just Answer is another...

Note: AnswerHub was formally Qato.

share|improve this answer
3  
Not sure where this comment belongs, but I recently deployed and customized Question2Answer in 15 minutes, whereas OSQA took hours and still isn't working right. FWIW! – goodytx Mar 8 '12 at 16:55
6  
Do all these look like StackExchange sites on purpose?! – Marco Demaio Apr 3 '12 at 20:10
1  
I noticed how Java was the only language without an entry. According to meta.stackoverflow.com/a/109004/160875 Qato is written in Java. (The original question asked for web apps inspired by the StackExchange system, but didn't specify open source. Some of the other answers mention non-open source implementations of SE, but I had my eye on that None known spot under "Java"!) – Feral Oink Apr 29 '12 at 1:12
3  
After getting tired of OSQA and its django dependencies, I installed question2answer and worked great so far: pretty complete, lots of plugins. – Deigote Jun 6 '12 at 11:50
I may be building a stackoverflow clone in the near future - anyone know pros and cons of building it myself from scratch vs. using something like Q&A (the WordPress plugin)? – jbyrd Aug 12 '12 at 1:15
@ObsessiveFOSS You need just 1 rep to post answers (it's a fundamental right)??? – YatharthROCK Sep 8 '12 at 17:26
@YatharthROCK I don't know how that text came to be, but the project is abandoned anyway. – ObsessiveSSOℲ Sep 8 '12 at 19:39
Do any of these clone SE's excellent chat? For my Q&A needs, I'm OK with using the SE family, but that chat is fantastic and I'd love to see it (or something like it) start replacing IRC. – KRyan Dec 7 '12 at 5:43
@Evgeny Thanks a lot for the list. Any idea which Q&A system has most features? – Osiris Xu Jan 4 at 2:31
formally or formerly Qato? – Junuxx Mar 27 at 10:47
Shouldn't Discourse be on here? – Ian Carroll Apr 16 at 0:17
askoverflow.com is also a clone, I suppose. – Abu Apr 28 at 16:46

codekicker.de

share|improve this answer
it looks great! – Andrija Aug 20 '09 at 19:30
codekicker was a closed community at first. But now they added openid, cool. – tobsen Feb 26 '10 at 20:39
Is it open source? – Nilay Parikh Jan 20 '12 at 10:48
@NilayParikh No, their license indicates it's closed source: All rights to design, code and content of codekicker.de reserved (except where specified otherwise). Source: codekicker.de/impressum – Randy Burden May 18 '12 at 20:16

The beta O'Reilly Answers site.

share|improve this answer
Finally the first side which seems to have a more distinct look. – mark Sep 15 '10 at 12:37
14  
I think the folks at O'Reilly were just doing their thing. i don't think they were trying to clone SO. – Ben Oct 30 '10 at 19:15
This site is quite dead. For example, Javascript is a "trending topic", but only two questions were asked in September – Casebash Oct 5 '12 at 4:55
Not a clone...... – 0A0D May 15 at 12:29

I might as well throw my two cents in. I've developed a site from scratch which uses the Stack Overflow model, but it is based on a completely different subject matter (Super Street Fighter 4):

http://sf4answers.com

Some differences/extensions:

  • There is an events section which allows for users to search on events related to the game (as well as vote up/down)
  • There is a podcasts section (again, podcasts and episodes can be voted up/down)
  • There is a notes section. Notes differ from questions in that they are one-way projections, there are no replies. Almost like blog entries, but on a specific topic that's indexed all the same.

And there are plans around other forms of data around the game as well.

I've asked a number of questions about (and on, not directly related to) Stack Overflow to help shape functionality:

All of these were used to help shape the development of the site.

share|improve this answer
your site looks spot-on, I wish that it was an open source project..... Is it? – RJB Feb 19 at 5:32
@rjb It is not. The new site, One Frame Link is in development, but will probably do Q&A last (I'm focusing on other tools, and as you can see, I need to do design work). Also, I'd probably do the engine much differently than I did it the first time around. However, I might make the original open source, as I don't have much use for it anymore. – casperOne Feb 19 at 12:19

Doctype launched recently, they a have a similar concept to Stack Overflow.

http://doctype.com/

But the visual design focuses too much on the person and not enough on how good an answer is…

DocType closed on 2013-02-14, and they didn't bother to release their codebase.

share|improve this answer
3  
DocType whats that??? blog.stackoverflow.com/2009/08/stack-overflow-and-doctype – jjnguy Aug 13 '09 at 14:57
5  
Pretty surprising that a site for web designers would chose a text size/weight that makes it look like everything is in bold for emphasis... almost as bad as everything being in caps IMO. – U62 Aug 13 '09 at 16:22
There's a lot of web designers out there who appear to think that's a Good Thing. Heck, I remember the last time I looked at a web design company's website. That thing was horrible! – David Thornley Aug 13 '09 at 21:21
1  
uh-oh no OpenId ... – user132619 Aug 16 '09 at 22:29

I wouldn't call my communitytracker an SO clone, but it is inspired by it. I got tired of the noise that is phpBB. I am starting to feel the pain now, I need a meta site.

share|improve this answer
mediabrowser rocks! – TheEmirOfGroofunkistan May 24 '11 at 2:24

HashCode (Russian: ХэшКод) - Russian clone of SO.

Also there are RootCode (РутКод) and BitCode (БитКод) related projects, which clone SF and SU respectively.

share|improve this answer
Are these Open Source? – Mob Sep 12 '11 at 13:13
Nope - don't look so. – Idolon Sep 21 '11 at 19:25
It's based on OSQA confirmation here. – niki-timofe Jun 8 '12 at 18:19

Inspired by SO: http://www.iFixit.com/Answers

Jeff mentioned them in one of the SO blogs, http://blog.stackoverflow.com/2010/02/our-sidekick-ifixit-com/, although he got it wrong, http://ifixit.com has been around for a while (2003 http://en.wikipedia.org/wiki/IFixit), while Answers had recently been released.

share|improve this answer
Actually it's a commercial product, available here dozuki.com/Sales/Answers – jmd Sep 30 '11 at 17:50

Stack Overflow clone in PHP -- "Qwench"

share|improve this answer
It appears to be broken. :\ – Ian Carroll Mar 2 at 1:47

Here's another, called Verious.

Original Q:Getting 503 Service Unavailable when trying to generate discovery document

Clone: http://www.verious.com/qa/getting-503-service-unavailable-when-trying-to-generate-discovery-document/

share|improve this answer

qato.com - not open-source, apparently clones the SE 1.0 model as well (hosting SaaS Q&A sites). It took me a while to notice why the DynDNS community support pages felt familiar.

share|improve this answer
1  
Why did you not add to the main Answer? – Tshepang May 16 '11 at 12:30
@Tshepang: if you mean this, it specifically says "open source"; I'm unable to get at qato's source anywhere, leading me to the conclusion that it is closed-source, and thus doesn't really fit there. – Piskvor's Semifinite Monkeys May 16 '11 at 14:27
Oh, I missed that. – Tshepang May 16 '11 at 15:01

Like many others, I build a Stack Overflow clone as well, mostly as a learning exercise. This one might be the only open-source clone written in C# / ASP.NET MVC.

share|improve this answer

My open source project of a Stack Overflow clone is hosted on GitHub.

It's under heavy development. And will add more functions compared to Stack Overflow.

share|improve this answer
This one's been abandoned. It may (not) work. – Ian Carroll Mar 2 at 1:49

I have created one as a WordPress plugin, if you are interested. Demo here: http://demo.sabaidiscuss.com/

share|improve this answer

http://wiki.jammer-store.com/

Seems fairly similar, I don't know if it infringes directly. See the question I posted on this site.

share|improve this answer

I managed to get Qwench (a PHP Stack Overflow clone) from inscripts / anantgarg working under IIS 5.1 - with IIRF. Extending to provide search and additional adminstration functions to manage Q&A should make the application more useful.

share|improve this answer

Arrayshift is a Drupal project that replicates a lot of the SO functionality. It's currently in Alpha.

share|improve this answer

codingstack.com seems like a new attempt, no risk for SO though...

share|improve this answer
Any idea what platform they are using (one of the open source clones, or something they wrote?) – Tim Post May 10 '12 at 4:16
@TimPost - Looks like something they wrote (Ruby on Rails based) not sure if it's used by anyone but them, but I doubt it as it has 2 watchers and 1 fork (github.com/usmanasif/CodingStack) – Eran Medan May 10 '12 at 4:19

http://ask.badadev.com/

It's in production, but anemic, and prone to spam questions and answers. There's probably a better chance to get bada answers at SO proper.

share|improve this answer

s41.codeinspot.com Complete with question title, original formatting, images, and profile pics... For || Comparison

share|improve this answer

http://devpytania.pl/

Polish version of StackOverflow. It's look like SO year or 2 years ago. The site looks like author don't update anything on page. Even years on foot are out date.

share|improve this answer

You must log in to answer this question.

protected by Community Sep 22 '11 at 22:37

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged