Files
hemx/examples/techdemo
slhx agent ecbdea5cd0 feat(axum): support axum 0.8 applications
Upgrade the integration crate and examples to Axum 0.8 and use the native async extractor traits while preserving hemx routing, request, runtime, and effect behavior.

req: axum/002
2026-07-13 09:26:32 +02:00
..
2026-06-05 06:52:37 +02:00
2026-06-05 06:52:37 +02:00

hemx full techdemo

Run:

cargo run -p hemx-techdemo

Open http://127.0.0.1:3002.

This is a polished Linear-style product demo for planning typed work across lanes. It is tailored to showcase hemx strengths:

  • modern SSR-first UI
  • generated target objects from .heml
  • hemplate partials for issue lanes, cards, and inspector panels
  • native form posts wired through generated form/handle resources
  • multi-target tuple-composed IntoEffect responses
  • generated slot updates instead of selectors
  • root-scoped runtime application without selector lookups
  • page-enhancer navigation with native link fallback
  • SSE server push into a generated slot
  • drag-and-drop lane moves persisted by typed server handlers through the hemx runtime
  • an explicit advanced opaque canvas island fed by a generated event helper, without teaching hemx core about the widget
  • no user-authored browser JavaScript in hemx-managed UI; the island JavaScript is a leaf-widget escape hatch

Verification:

cargo test -p hemx-techdemo --test e2e
cargo test -p hemx-techdemo --test browser_e2e
mutest -p hemx-techdemo -f examples/techdemo/src/main.rs -F 'registry' -j 2 --timeout 90 -- --test e2e