# slhx full techdemo Run: cargo run -p slhx-techdemo Open . This is a polished Linear-style product demo for planning typed work across lanes. It is tailored to showcase slhx strengths: - modern SSR-first UI - generated resource modules from `.heml` - native form posts carrying `__h` numeric handle ids - multi-target `application/slhx` EffectBatch responses - generated slot updates instead of selectors - root-scoped runtime lowering (`data-hid`, `data-sid`) - page-enhancer navigation with native link fallback - SSE server push into a generated slot - one tiny launch glue function plus slhx runtime-driven interactions Verification: cargo test -p slhx-techdemo --test e2e cargo test -p slhx-techdemo --test browser_e2e mutest -p slhx-techdemo -f examples/techdemo/src/main.rs -F 'registry' -j 2 --timeout 90 -- --test e2e