<h1><strong>Etherpad</strong> is an <strong>Open Source</strong> online editor providing collaborative editing in really <strong>real-time</strong> powered by <strong>Node.js</strong></h1>
<p>Etherpad lite allows you to edit documents collaboratively in real-time, much like a live multi-player online editor: People instantly see what others are typing and can discuss the changes using the built in chat. And since things can get chaotic and confusing very quickly with more than two contributors, EtherPad lite makes things clear by highlighting each author's contributions with a unique color. Additionally, Etherpad lite provides access to all data through a well-documented HTTP API and supports import/export to many major data exchange formats. The built-in plugin system makes extending the core functionality almost a breeze.</p>
<p>Try the <ahref="http://beta.etherpad.org">demo</a>.</p>
<p>Etherpad lite was spawned from the hell fire of Etherpad and is based entirely on node.js, while reusing the well-tested easysync library. This makes it much more lightweight and more stable than the original Etherpad.</p>
<p>Our hope is that this will encourage more users to use and install a realtime collaborative editor. A smaller, manageable and well-documented code base makes it easier for developers to understand and improve the code and contribute towards the project.</p>
<p>Etherpad is an open source project. And that means, that everything, from this website to the core of the application itself, has been contributed by passionate, helpful individuals (such as yourself) who liked what they saw and wanted to make something better of it. So if <em>you</em> like what you see, and want to make something better of it, <em>we'd</em> like to see your contributions. It doesn't matter how familiar you are with real-time applications, or whether you know how to write programs for Node.js. There are plenty of ways to be helpful! Just ask!</p>
<p>One of the first things you should do is actually use Etherpad lite, and get to know it, read about it, evangelise it, and engage with the wider community. You can also learn, how to write plugins and implement some cool stuff. Be creative!</p>
<p>If you are willing to help, <ahref="#contact">get in touch</a>!</p>
<p>The main development happens on <ahref="https://github.com/Pita/etherpad-lite">Github</a>. To contribute, <ahref="http://help.github.com/fork-a-repo/">fork</a> the <ahref="https://github.com/Pita/etherpad-lite">main repo</a>, branch off a <ahref="https://www.google.com/search?q=git+feature+branches">feature branch</a> from <code>develop</code>, make your changes and <ahref="http://git-scm.com/docs/git-commit">commit</a> them, <ahref="http://git-scm.com/docs/git-push">push</a> to your fork and submit a <ahref="http://help.github.com/send-pull-requests/">pull request</a> for <code>Pita/develop</code>.</p>
<p>Once in a while we merge <code>develop</code> into <code>master</code>, which results in a new release. This means you will always find the latest stable version in the <code>master</code> branch.</p>