Feel free to use these demos as you wish. Explore and scavenge as you like.
A multi-page wizard managing group onboarding, destination selection, itemized lodging, activity lists, and split costs. Features collapsible source code viewer of the flow function.
A bare-minimum implementation showing multi-page routing and back/forth history transitions while retaining scoped values.
Launch DemoA standalone form demonstrating text fields, regex patterns, checkbox arrays, dynamic error logging, and submission validation.
Launch DemoA standalone chatbot dialogue tree showcasing conversational quick-replies, radio selections, and logical branching options.
Launch DemoIllustrates parent-child scope nesting (Chat-inside-Form-inside-Page and Form-inside-Chat-inside-Page) reading and writing from shared scoped paths.
Launch DemoShows how to utilize AsyncWizard's askData suspender primitive to query public REST endpoints without double-triggering during flow runs.
Launch DemoA simple but complete ChatGPT-style interface that lets you branch conversations at any point. Enter a client-side API key to run a stateful, multi-turn chat with gpt-4o-mini. Your key isn’t exposed elsewhere, but use it with caution.
Launch Demo