Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/web/src/lib/example-flows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import showcaseVercelAiSdk from '../../../../examples/showcase/vercel-ai-sdk.yam
import showcaseBrowserUse from '../../../../examples/showcase/browser-use.yaml?raw'
import showcaseAuthjsOauth from '../../../../examples/showcase/authjs-oauth.yaml?raw'
import showcaseOpenclaw from '../../../../examples/showcase/openclaw.yaml?raw'
import showcaseNetflix from '../../../../examples/showcase/netflix.yaml?raw'
import showcaseSpotify from '../../../../examples/showcase/spotify.yaml?raw'

export interface ExampleFlow {
id: string
Expand Down Expand Up @@ -125,4 +127,18 @@ export const EXAMPLE_FLOWS: ExampleFlow[] = [
path: SHOWCASE,
yaml: showcaseOpenclaw,
},
{
id: 'showcase-netflix',
title: 'Netflix',
description: 'Open App → home → playback → Open Connect CDN at the ISP edge.',
path: SHOWCASE,
yaml: showcaseNetflix,
},
{
id: 'showcase-spotify',
title: 'Spotify',
description: 'Open App → BaRT recommendations → catalog → audio CDN backed by GCS.',
path: SHOWCASE,
yaml: showcaseSpotify,
},
]
Loading