Copy for LLM
Overview
Complete multi-screen apps composed from the real components. Each template gets its own page so its D-pad focus and inputs stay isolated. Drive them with your keyboard, or scan the QR to run them on your glasses.
Single components show the pieces. Templates show the rhythm: how Navigator, focus memory, the back gesture, and one-task-per-view compose into a real app. Each template lives on its own page (so its focus engine and inputs do not fight a neighbor), and each ships a QR that installs it as a standalone app on real glasses.
- Workout — Navigator + a self-ticking Timer + a destructive Confirm to end the session.
- Messages — a message thread with ComposeFlow quick replies.
Want this shape as a starting point? npm create glasskit my-app scaffolds the
shell, then vendor what you see here:
npx @glasskit-ui/cli add navigator list timer confirm compose-flow chat-bubbleAssistantOrb
The Meta-AI presence: a glowing gradient orb that animates per state: idle breathe, listening pulse, thinking swirl, speaking. Pair with a transcript line.
Workout
A multi-screen workout template. A Navigator stack with a self-ticking Timer and a destructive Confirm to end the session, showing focus memory and the back gesture in a real flow.