Skip to main content

Multi-App Workflow: Shopping Journey with Context Handoff

This example demonstrates SuperModel’s ability to create seamless user experiences across multiple specialized UI apps, with context flowing intelligently between each step of the journey.

Scenario Overview

User Goal: “Buy the best wireless headphones for my home office setup” Journey: Product Research → Bundle Building → Checkout Key Innovation: Each app builds on context from previous interactions, creating a personalized, continuous experience.

App 1: Product Research & Selection

Step 1: Initial Request Routing

User Input: “Find me wireless headphones for working from home” Routing via MCP Sampling:
Client LLM Response:

Step 2: Product Search UI Generation

UI Generation via MCP Sampling:

Step 3: User Interaction & Context Capture

User Actions:
  1. Applies comfort filter (4.5+ rating)
  2. Sorts by noise canceling performance
  3. Selects Sony WH-1000XM5 and Bose QC45 for comparison
  4. Clicks “Build Complete Office Setup”
Captured Context:

App 2: Bundle Building with Context

Step 4: Context-Aware Routing

Trigger: User clicked “Build Complete Office Setup” Context-Aware Routing via MCP Sampling:
Routing Response:

Step 5: Bundle Builder UI Generation

Context-Aware UI Generation:
Generated Bundle UI Features:

Step 6: User Completes Bundle

User Actions:
  1. Selects Sony WH-1000XM5 (based on comfort recommendation)
  2. Adds ergonomic desk stand ($25)
  3. Adds premium carrying case ($35)
  4. Reviews total: 359(bundlediscountapplied:359 (bundle discount applied: -20)
  5. Clicks “Proceed to Checkout”
Final Context:

Benefits of Context Handoff

Seamless Experience

User never restarts their journey. Each app builds on previous context, creating a natural flow.

Personalized Recommendations

Bundle builder emphasizes comfort accessories because the user prioritized comfort in product search.

Intelligent Routing

System understands user intent and routes to bundle builder instead of direct checkout.

Zero Server Costs

Entire multi-app journey uses zero server inference. All decisions made via MCP sampling.

Technical Implementation

Context Flow Management

App-to-App Context Enrichment

Next Steps

Context Handoff Deep Dive

Learn the technical details of context preservation and enrichment.

Gateway Pattern

Understand how SuperModel orchestrates multi-app workflows.