# slhx Kanban browser example Run: cargo run -p slhx-kanban-example Open . The example is a server-first Kanban board with: - add-card form - move-left / move-right card controls - delete-card controls - generated target objects for checked slot updates - tuple-composed `IntoEffect` 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`.