Demos¶
A short tour of Multilingual in the browser and in the repository.
Featured demos¶
Multilingual AI agent¶
The same agent logic written in three human languages with shared behavior.
examples/agent_en.multiexamples/agent_fr.multiexamples/agent_ja.multi
Memory Game¶
Reactive UI, async handlers, and browser interaction in Multilingual.
examples/memory_game_en.multiexamples/memory_game_fr.multi
Reactive counter¶
A compact reactive web app using state changes and canvas updates.
examples/reactive_counter.multi
Streaming chat¶
French-language example of streaming output bound to a reactive view.
examples/streaming_chat_fr.multi
Semantic search¶
Japanese example using semantic matching concepts.
examples/semantic_search_ja.multi
Multilingual dashboard¶
Combines agent-style behavior, reactive state, and UI composition.
examples/multilingual_dashboard.multi
Browser tools¶
- Open the Playground for live editing and experimentation.
- Open the WASM Demo Hub for precompiled browser demos.