Ratatui Template Lab

This laboratory renders a few deterministic terminal-shaped templates from dummy data. It is not a browser terminal emulator and it does not claim that Ratatui has been admitted as Tokimu's permanent native presentation provider.

What This Proves

browser template selector
             ↓
Rust/WASM template selection
             ↓
Ratatui widget composition
        ↓
retained TokimuBackend surface
        ↓
Tokimu font rasterization
        ↓
RGBA frame
        ↓
browser canvas blit

Ratatui owns terminal layout and style composition. A corpus-local Rust/WASM TokimuBackend retains Ratatui's changed-cell delivery, and Tokimu's font provider rasterizes that retained surface. TypeScript owns the browser control and blits the resulting RGBA frame; it does not position glyphs, interpret styles, or recreate the template layout.

Experimental presentation-provider evidence / on demand

Ratatui template laboratory

Compare three dummy-data layouts: a system monitor, an asset inspector, and a command transcript. Each layout is composed by Rust/WASM through a retained Tokimu backend and Tokimu's Departure Mono font provider before the browser sees a completed RGBA frame.

This is bounded provider evidence. It contains no host session, live telemetry, TQL execution, or browser-owned terminal semantics.

Idle No Ratatui template projection loaded

Ownership Boundary

The native console corpus and the Tosumu inspection island exercise related evidence with their own consumer-specific state. This page deliberately keeps its scenes static so provider layout can be examined without importing another application's semantics.