# hemx v0 browser examples Run the examples server: ```sh cargo run -p hemx-v0-examples ``` Open . The page includes working examples for generated target objects and server-first UI commands: - counter updates - todo form submission with one `TodoRow` hemplate partial reused by the initial page render, generated row append/replace/remove commands, and dynamic `Vec` row batches - wizard step updates - login form feedback - page swap/navigation - server-sent notifications