A group of javascript modules to make creating user interfaces simpler You can use jsdelivr.net to get the latest modules. See examples at https://vytools.github.io/vyjs/
index.html is a gallery of every example below, live and editable: pick one from the list on the left, its source shows in the middle panel, and it runs in the panel on the right -- edit the code and it re-runs automatically. Run it locally with:
cd test && docker compose up
# or: python3 testserver.py --port 8080
then open the server root in a browser (it routes / to index.html).