<div dir="ltr">Hi, Dave --<div><br></div><div>For one part you can remote develop web pages in an iFrame, like I outlined it with the slider page in this video:</div><div><div style="font-family:arial,sans-serif;font-size:13px">  <a href="https://www.youtube.com/watch?v=YGBIfB3_AYU#t=98" target="_blank">https://www.<span>youtube</span>.com/watch?v=YGBIfB3_AYU#t=98</a></div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Another option is to connect to the JS runtime of existing webpages via Lively2Lively:</div><div style="font-family:arial,sans-serif;font-size:13px">  <a href="http://lively-web.org/users/robertkrahn/lively-2-webpage.html" target="_blank">http://lively-web.org/users/robertkrahn/lively-2-webpage.html</a></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Using Lively as an IDE for other environments is also possible since we provide a shell integration for starting and controlling OS processes and various language hookups, e.g. to evaluate Python, R or Clojure code. However, this might not be relevant for your project.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">In terms of library support: I prepared a small compat library that allows to load Lively scripts and modules on any webpage.</div><div style="font-family:arial,sans-serif;font-size:13px">An example is running here:</div><div style="font-family:arial,sans-serif;font-size:13px">  <a href="http://lively-web.org/users/robertkrahn/just-the-core/example.html">http://lively-web.org/users/robertkrahn/just-the-core/example.html</a></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Basically, just <a href="http://lively-web.org/users/robertkrahn/just-the-core/pre-lively.js">http://lively-web.org/users/robertkrahn/just-the-core/pre-lively.js</a> (the compat script) is needed and then you can add whatever Lively modules and scripts you need. The the HTML source code of the example.html file.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Side note: We currently extracting the Lively independent JS language additions into <a href="https://github.com/LivelyKernel/js-lib">https://github.com/LivelyKernel/js-lib</a>.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Best,</div><div style="font-family:arial,sans-serif;font-size:13px">Robert</div></div>