Listed here are clones of the Stack Exchange sites model.

link|improve this question
6  
Some Drupal project, "SupportDO": drupal.org/sandbox/HedgeMage/1088372 – Victor Sergienko Sep 26 '11 at 15:50
2  
feedback

17 Answers

I've just looked into all the open source implementations mentioned, to summarise:

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

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

link|improve this answer
1  
There is also Qato, but it doesn't appear to be free. Apparently the Unity stackexchange unity.stackexchange.com is now running on this. – BlueRaja Jun 22 '11 at 20:55
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 at 16:55
1  
Do all these look like StackExchange sites on purpose?! – Marco Demaio Apr 3 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 at 1:12
feedback

codekicker.de

link|improve this answer
it looks great! – Andrija Aug 20 '09 at 19:30
OMG!!! I read a couple of paragraphs and I actually understood it!!! Do you know what does it means?!! That the subliminal German lessons I hear while sleeping do actually work!!!!! I cannot believe it. :-o :-O I can officially say I understand 25% of German :P – OscarRyz Sep 2 '09 at 3:36
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 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 at 20:16
feedback

The beta O'Reilly Answers site.

link|improve this answer
Finally the first side which seems to have a more distinct look. – mark Sep 15 '10 at 12:37
6  
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
feedback

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…

link|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
feedback

Might as well throw my two cents in. I've developed a site from scratch which uses the SO model but 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 thats 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) SO to help shape functionality:

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

link|improve this answer
feedback

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.

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

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.

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

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

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

link|improve this answer
Are these Open Source? – Mobinga Sep 12 '11 at 13:13
Nope - don't look so. – Idolon Sep 21 '11 at 19:25
feedback

Stack Overflow clone in PHP -- "Qwench"

link|improve this answer
feedback

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

link|improve this answer
feedback

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.

link|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
feedback

My Open source Project of Stackoverflow clone host on GitHub

Its under heavy development. And will add more function except SO.

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
Any idea what platform they are using (one of the open source clones, or something they wrote?) – Tim Post May 10 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) – Ehrann Mehdan May 10 at 4:19
feedback

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