Files
hemx/examples/kanban/README.md
T
slhx agent 713c6bb087 feat(examples): add browser kanban demo
req: examples/001

req: form/002

req: list/003

req: push/003
2026-05-10 23:58:09 +02:00

480 B

slhx Kanban browser example

Run:

cargo run -p slhx-kanban-example

Open http://127.0.0.1:3001.

The example is a server-first Kanban board with:

  • add-card form
  • move-left / move-right card controls
  • delete-card controls
  • generated handle ids and slots
  • application/slhx EffectBatch responses
  • SSE presence updates

It intentionally uses buttons instead of custom JavaScript drag-and-drop; drag/local-first sync remain north-star features in examples/kanban.md.