Examples
Each example is compiled to WebAssembly and published here, showing the running app beside its authored source. Heavier stress-test examples may run slowly in-browser.
Apps
4 ITEMScounter
Counter
The smallest Supersolid app — a single reactive button, in Solid-style .tsx.
todomvc
TodoMVC (HTML/CSS/JS)
The classic TodoMVC authored in plain HTML/CSS/JS on superui.
todomvc_supersolid
TodoMVC (Supersolid TSX)
The same TodoMVC authored in Solid-style .tsx with the supersolid framework.
game_menu
Game Menu
A sci-fi game menu with multiple screens and a tab switcher, in supersolid TSX.