{"id":59947,"library":"seed","title":"Seed","description":"A Rust framework for creating web apps using WebAssembly, providing a reactive UI model.","status":"active","version":"0.10.0","language":"rust","source_language":null,"source_url":"https://github.com/seed-rs/seed","tags":["web","wasm","framework","ui","reactive"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nseed = \"0.10.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add seed","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"App","correct":"use seed::prelude::*;"}],"quickstart":{"code":"use seed::prelude::*;\n\nfn init(_: Url, _: &mut impl Orders<Msg>) -> Model {\n    Model {}\n}\n\nstruct Model;\n\nenum Msg {}\n\nfn view(_: &Model) -> Node<Msg> {\n    div![\"Hello, Seed!\"]\n}\n\n#[wasm_bindgen(start)]\npub fn start() {\n    App::start(\"app\", init, view);\n}","lang":"rust","description":"Creates a minimal Seed web app that displays 'Hello, Seed!'."},"warnings":[{"fix":"Add `wasm32-unknown-unknown` target and use `wasm-pack` to build.","message":"Requires WebAssembly target and wasm-bindgen for compilation.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'app':8 'creat':6 'framework':4,18 'model':15 'provid':11 'reactiv':13,20 'rust':3 'seed':1 'ui':14,19 'use':9 'wasm':17 'web':7,16 'webassembl':10","created_at":"2026-06-16T17:22:17.872551+00:00","updated_at":"2026-06-16T17:22:17.872551+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://seed-rs.org","github":"https://github.com/seed-rs/seed","docs":"https://docs.rs/seed/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}