Examples
Every example below is a real LLui app, built from source and embedded live. Open one to see it running, read what it demonstrates, and jump to its source on GitHub.
Counter
The smallest possible LLui app — increment, decrement, reset.
TodoMVC
The classic TodoMVC reference app: add, toggle, filter, clear.
Form Validation
A sign-up form with Zod schema validation and live field errors.
Components Demo
A gallery of the headless @llui/components primitives.
Dashboard
KPI cards, animated charts, a reorderable list, locale + theme switching.
i18n + Lazy
Four-locale switching (with RTL) and a lazily code-split module.
Virtualization
A 50,000-row log viewer that keeps only visible rows in the DOM.
GitHub Explorer
Routed GitHub browser with search, file tree, and agent affordances.
Vike Layout (SSR)
Persistent nested layouts with @llui/vike, prerendered to static HTML.
Markdown Showcase
A reactive markdown() renderer with streaming, custom node renderers, and themes.
Markdown Editor
A WYSIWYG Markdown editor on @llui/markdown-editor — toolbar, callouts, two-way source.