PlutoSliderServer.jl
PlutoSliderServer.jl is a web server designed to run only the interactive @bind components of Pluto.jl notebooks, such as sliders, buttons, and camera inputs. It enables instant interactivity on static websites without requiring a running Julia process or persistent WebSocket connections. The package provides two primary functions. First, it can export notebooks to standalone HTML files, automatically generating static pages that preserve the notebook's execution state. This feature is ideal for creating documentation sites or GitHub Pages deployments from repositories of notebooks. Second, it launches a stateless slider server that allows visitors to modify @bind variable values. Unlike standard Pluto servers, this environment is secure as users cannot alter the notebook code, and it treats every request as an isolated event without sharing state between users. An experimental precomputation mode allows for generating static files for all possible input combinations, enabling full interactivity on purely sta