Live demos

Every live example, in one place.

Standalone, full-page demos that exercise the renderer end to end — tools, streaming, multi-page routing, JavaScript interactions, and the rich-layout patterns the LLM should reach for. Each card opens a focused page with editable source.

How to use this page

Filter the catalog by tag (LLM streaming, JavaScript, routing, patterns…) and pop the demo into a new tab. Each demo shows the full Streaming UI Script source, the tools wiring, and the rendered UI — so you can copy any pattern straight into your own app.

All live examples

Tap a tag to narrow the catalog. Reset to "All" to see every demo.

Streaming OpenAI

Chat bot

OpenAI-powered chat that streams replies straight into the renderer. Bring your own API key.

Open demo →
Tools

Tools integration

Read, write, and poll patterns wired to in-page setTools() handlers.

Open demo →
Public API

External data

Live GitHub repository explorer powered by a single tool function.

Open demo →
Async tools

Support agent

AI triage workspace: pick a ticket, the agent suggests priority, routing, and a draft reply.

Open demo →
NL → chart

Analytics assistant

Type a question about revenue, signups, or churn — the renderer composes the right chart, KPIs, and breakdown.

Open demo →
JS · Script + tools

Todo app (localStorage)

A full reactive todo list with filters, keyboard shortcut, and localStorage persistence — wired via Query, Mutation, and a single Script.

Open demo →
JS · timers + audio

Pomodoro timer

Phases, audio chime, and optional notifications. The script owns the countdown; the host owns the policy.

Open demo →
JS · rAF + cleanup

Stopwatch + laps

Sub-second precision via requestAnimationFrame, lap splits, and proper teardown when the timer pauses.

Open demo →
Routing · hash-based

Multi-page routing

A four-page app driven by Routes + NavLink + @Navigate. Deep links, browser back/forward, and $route reactivity.

Open demo →
App shell

App workspace

A full SaaS workspace with sticky Sidebar, topbar, MetricGrid, status pips, timeline, and a DescriptionList summary — all from one program.

Open demo →
Dashboard

Project dashboard

A full engineering program dashboard: banner, PageHeader, KPI strip, kanban board, activity timeline — every section is one pattern.

Open demo →
Landing

Marketing landing

Hero, feature grid, pricing tiers, testimonials, team line-up, FAQ, and a closing banner — generated from one program.

Open demo →
Directory

Team directory

Profile cards, avatar groups, search-with-pagination, an empty state, and a slide-in Sheet for full member detail.

Open demo →
Settings

Settings app

Tabs, Switch, ToggleGroup, Progress, Kbd, and a danger-zone confirmation Sheet.

Open demo →
Commerce New

Product detail

An end-to-end product page — Cover hero, MediaCard related items, Rating, ProgressRing, Stats, and review chat bubbles.

Open demo →
SplitView New

Inbox app

A focused mail/chat inbox — SplitView, SearchBar, PersonChip, Notification, and a threaded conversation built from ChatBubbles.

Open demo →
Pricing New

Pricing page

A polished pricing surface: Cover, Stats trust strip, PricingTable, FeatureGrid, Quote, FAQ, and a closing CTA.

Open demo →
Directory

CRM contacts

A directory view with SearchBar, segmented filters, Tile quick stats, paginated person cards, and a slide-in detail Sheet.

Open demo →
Monitoring New

Status page

A public SRE status page: incident Banner, MetricGrid, latency LineChart, services with StatusDot pulses, and a Timeline of incidents.

Open demo →
Checkout New

Checkout flow

A four-step e-commerce checkout (info → shipping → payment → review) with Steps, a live SplitView order summary, and promo codes that recompute totals.

Open demo →
File browser New

File manager

A Dropbox-style explorer: Tree sidebar, Toolbar with view toggle, Table of files, slide-in preview Sheet, and a storage ProgressRing.

Open demo →
Calendar New

Calendar & scheduler

Agenda view with DatePicker, category chips, busy-hours ProgressRing, day Timeline, and a detail Sheet with attendees and RSVP.

Open demo →
Help center New

Docs portal

A help-center surface: SearchBar, Tree categories, Markdown article body, Rating-driven feedback, related MediaCard grid, and FAQ Accordion.

Open demo →