DocumentUp creator here.<p>Cool project. Why can't we both collaborate on the same project instead and make it awesome? You seem to also be using CoffeeScript, eco, express and marked.<p>I have a few ideas about "Documentation as a Service", unfortunately I don't have enough time to devote to this project so it's kind of stagnating right now. Would appreciate your help.<p>So what made you create that?
Cool.<p>Looks very similar idea to <a href="http://documentup.com/" rel="nofollow">http://documentup.com/</a>, which in turn is similar to <a href="http://readthedocs.org" rel="nofollow">http://readthedocs.org</a>
This is a nice concept. If you are looking for a full-featured Markdown documentation product, I just released an app called GuideKit (<a href="https://guidekit.com" rel="nofollow">https://guidekit.com</a>). It's free for open source users. We track document versions with Git, offer a Markdown editor with live previewing, and every site has question & answer forums built-in.
If you just want to preview your Github Markdown files (e.g. your README.md) locally before committing them into Github, check out my Node.js-based Github Flavored Markdown Server: <a href="https://github.com/ypocat/gfms" rel="nofollow">https://github.com/ypocat/gfms</a> (it uses Github's CSS and properly parses the "```" code sections).
It would be interesting to do WYSIWYG editing of the Markdown docs here with <a href="https://github.com/bergie/createMarkdown" rel="nofollow">https://github.com/bergie/createMarkdown</a>