Easy way of building interactive applications from Julia. Uses Hyperscript to create HTML descriptions, and allows to execute Javascript & building of widgets. It also supports an offline mode, that exports your interactive app to a folder, and optionally records a statemap for all UI elements, so that a running Julia process isn't necessary anymore.
Have a look at the examples, or check out the most outstanding ones:
https://github.com/SimonDanisch/Bonito.jl/blob/master/examples/markdown.jl

https://simondanisch.github.io/WGLDemos/soil/

https://simondanisch.github.io/WGLDemos/oceananigans/

https://github.com/SimonDanisch/SmartHomy/blob/master/web_app.jl

https://nextjournal.com/Lobatto/FitzHugh-Nagumo

