# Related Work

<lively-import src="_navigation.html"></lively-import>

* https://pancake.io/ can host static home pages through dropbox


## Augmented Editor 

* Barista
* https://github.com/harc/moonchild


"Ext JS helps you build data-intensive, cross-platform web apps for desktops, tablets, and smartphones. Take advantage of powerful features in Ext JS Premium including Pivot Grid, D3 Adapter, Calendar, and Exporter." [Sencha Ext JS](https://www.sencha.com/products/extjs/)


## Web-based Development Environments


- [Meemoo](https://app.meemoo.org/#gist/4029543)


## Active Essays

### observable

- "Discover insights faster and communicate more effectively with interactive notebooks for data analysis, visualization, and exploration." [observable](https://beta.observablehq.com/)
- https://beta.observablehq.com/@mbostock/five-minute-introduction

- "An Observable notebook is a sequence of cells."
- cells are javascript code and evaluate to a value
- they have names and can reference each other
- this depencies are automatically reevaluated when the references cells changes
- code and text is unified, since text fields are just code fields that return HTML or markdown code / objects #Contribution
