Hast is a WYSIWYG markdown flavor presentation tool made for everyone! We love markdown, did I mention it? It uses github style markdown. It quickly does the real time broadcasting and hot pushing changes. Hast uses Meteor, DeckJS, aceEditor, etc.
Website: Hast.me
Clone the repo and run.
$ git clone --recursive https://github.com/zhouzhuojie/hast.git
$ cd hast
$ meteor update
$ meteor
- Save as you type. Saved in LocalStorage if you are guest and in Server if you are logged in.
- Sharing public presentations is easy. Make it public through your archives.
- Sync everything, broadcast playing and changes made by the host.
- Easy user privacy control. Only the owner can change the presentation.
- Use iframe to include anything that is interesting. PDF, Video, Documents, even some data visualization like D3.
- MathJax is supported. E.g.
$x^2+y^2=1$
Hackynote, DeckJS, Marked, aceEditor, Meteor, PrismJS
The MIT License (MIT)