Order Up
LiveWebFlyer DOL demo

Restaurant archetype · working sandbox

One venue.
Every service surface.

Explore a connected restaurant experience across the guest table, kitchen, service team, jukebox, and venue tools. Every surface operates on the same live demo state.

Voice · text · action

Open an amenity.

Use separate tabs or devices to watch one action move through the full venue. Add an order at the table, follow it in the kitchen, request help from the server console, or queue music through the jukebox.

See the DOL in motion.

Follow a guest request through the shared restaurant stack. Choose an example and see how conversation, policy, and the executor produce a service event and a receipt.

Conversation proposes a typed request. The business executor checks scope and policy, then returns an explicit result. Enable JavaScript to explore the interactive walkthrough.

This illustrative walkthrough is separate from the sandbox’s service surfaces above.

DOL layers in this demo.

The screens above are projections of a composed DOL stack. Each layer has a replaceable binding and a narrow responsibility, so a venue can change its data, voice provider, player, workflow, or visual treatment without rebuilding the whole archetype.

Voice or text→Core Intelligence→Typed capability→Sandbox executor→Service and live projection
core-intelligence

Core Intelligence

Understands the turn, consults permitted venue context, and proposes typed actions instead of writing business state directly.

core-voice

Core Voice

Provides speech input, spoken output, turn state, and text fallback through a replaceable browser voice binding.

restaurant-menu-catalog

Menu and venue RAG

Supplies the menu, ingredients, prices, modifiers, availability, specials, and venue facts used in grounded answers.

restaurant-dining-policy

Safety and eligibility

Checks declared allergens, alcohol and age constraints, required choices, and uncertainty before an item is accepted.

restaurant-meal-quote

Price and budget guidance

Calculates deterministic line totals and helps compare a party’s choices against a stated meal budget.

party-session-service

Party and table session

Scopes each venue and table, manages named guests and seat claims, and assigns cart items to the correct person.

restaurant-order-service

Cart and ordering

Owns modifiers, notes, quantities, idempotent cart changes, confirmation, split-check intent, and sandbox order submission.

restaurant-kitchen-service

Kitchen operations

Routes order lines to station tickets and controls the supported preparation, ready, and delivered transitions.

staff-request-service

Server assistance

Creates table-scoped help requests and projects acknowledgments and resolutions into the staff service view.

music-queue-service

Zone Jukebox

Manages the venue music catalog, requests, votes, queue state, and a separate demo player binding.

lwf-event-service

Live state and projections

Keeps the guest, kitchen, server, and player surfaces synchronized around the same venue and session state.

local-demo-executor

Sandbox executor

Validates requests, enforces enabled capabilities and policies, deduplicates actions, and returns an explicit result.

restaurant-menu-import

Venue data ingestion

Turns source menu material into reviewable structured candidates before publication into the venue knowledge layer.

dol-admin

DOL administration

Exposes the resolved instance, amenity configuration, demo controls, and scoped reset operations for the archetype.