@umituz/react-native-ai-generation-content 1.37.38 → 1.40.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/package.json +1 -1
  2. package/src/domains/access-control/hooks/useAIFeatureGate.ts +113 -0
  3. package/src/domains/access-control/index.ts +12 -0
  4. package/src/domains/access-control/types/access-control.types.ts +71 -0
  5. package/src/domains/scenarios/index.ts +0 -3
  6. package/src/index.ts +1 -0
  7. package/src/domains/scenarios/infrastructure/ScenariosData.ts +0 -26
  8. package/src/domains/scenarios/infrastructure/data/action-stealth-scenarios.ts +0 -68
  9. package/src/domains/scenarios/infrastructure/data/adventure-scenarios.ts +0 -68
  10. package/src/domains/scenarios/infrastructure/data/affection-scenarios.ts +0 -100
  11. package/src/domains/scenarios/infrastructure/data/animals-scenarios.ts +0 -26
  12. package/src/domains/scenarios/infrastructure/data/arabian-nights-scenarios.ts +0 -52
  13. package/src/domains/scenarios/infrastructure/data/art-studio-scenarios.ts +0 -69
  14. package/src/domains/scenarios/infrastructure/data/artistic-scenarios.ts +0 -94
  15. package/src/domains/scenarios/infrastructure/data/bucket-list-scenarios.ts +0 -67
  16. package/src/domains/scenarios/infrastructure/data/career-scenarios.ts +0 -62
  17. package/src/domains/scenarios/infrastructure/data/casino-scenarios.ts +0 -53
  18. package/src/domains/scenarios/infrastructure/data/celebration-scenarios.ts +0 -84
  19. package/src/domains/scenarios/infrastructure/data/cinematic-scenarios.ts +0 -59
  20. package/src/domains/scenarios/infrastructure/data/connection-scenarios.ts +0 -117
  21. package/src/domains/scenarios/infrastructure/data/cozy-plush-scenarios.ts +0 -52
  22. package/src/domains/scenarios/infrastructure/data/creative-scenarios.ts +0 -26
  23. package/src/domains/scenarios/infrastructure/data/culinary-scenarios.ts +0 -26
  24. package/src/domains/scenarios/infrastructure/data/cultural-scenarios.ts +0 -84
  25. package/src/domains/scenarios/infrastructure/data/daily-essence-scenarios.ts +0 -116
  26. package/src/domains/scenarios/infrastructure/data/dark-academia-scenarios.ts +0 -53
  27. package/src/domains/scenarios/infrastructure/data/ecology-scenarios.ts +0 -67
  28. package/src/domains/scenarios/infrastructure/data/education-scenarios.ts +0 -26
  29. package/src/domains/scenarios/infrastructure/data/elemental-scenarios.ts +0 -53
  30. package/src/domains/scenarios/infrastructure/data/elite-scenarios.ts +0 -68
  31. package/src/domains/scenarios/infrastructure/data/extreme-scenarios.ts +0 -26
  32. package/src/domains/scenarios/infrastructure/data/family-scenarios.ts +0 -76
  33. package/src/domains/scenarios/infrastructure/data/fantasy-scenarios.ts +0 -99
  34. package/src/domains/scenarios/infrastructure/data/fashion-scenarios.ts +0 -74
  35. package/src/domains/scenarios/infrastructure/data/festival-scenarios.ts +0 -60
  36. package/src/domains/scenarios/infrastructure/data/folklore-scenarios.ts +0 -85
  37. package/src/domains/scenarios/infrastructure/data/future-tech-scenarios.ts +0 -68
  38. package/src/domains/scenarios/infrastructure/data/gaming-scenarios.ts +0 -26
  39. package/src/domains/scenarios/infrastructure/data/gothic-scenarios.ts +0 -68
  40. package/src/domains/scenarios/infrastructure/data/historical-scenarios.ts +0 -74
  41. package/src/domains/scenarios/infrastructure/data/hobbies-scenarios.ts +0 -76
  42. package/src/domains/scenarios/infrastructure/data/home-life-scenarios.ts +0 -100
  43. package/src/domains/scenarios/infrastructure/data/iconic-moments-scenarios.ts +0 -131
  44. package/src/domains/scenarios/infrastructure/data/intimate-scenarios.ts +0 -138
  45. package/src/domains/scenarios/infrastructure/data/lifestyle-scenarios.ts +0 -162
  46. package/src/domains/scenarios/infrastructure/data/luxury-scenarios.ts +0 -26
  47. package/src/domains/scenarios/infrastructure/data/magical-realism-scenarios.ts +0 -53
  48. package/src/domains/scenarios/infrastructure/data/movie-legends/action-fantasy.ts +0 -58
  49. package/src/domains/scenarios/infrastructure/data/movie-legends/index.ts +0 -16
  50. package/src/domains/scenarios/infrastructure/data/movie-legends/musical-dance.ts +0 -58
  51. package/src/domains/scenarios/infrastructure/data/movie-legends/period-drama.ts +0 -58
  52. package/src/domains/scenarios/infrastructure/data/movie-legends/romantic.ts +0 -90
  53. package/src/domains/scenarios/infrastructure/data/music-scenarios.ts +0 -84
  54. package/src/domains/scenarios/infrastructure/data/mystical-scenarios.ts +0 -69
  55. package/src/domains/scenarios/infrastructure/data/mythology-scenarios.ts +0 -68
  56. package/src/domains/scenarios/infrastructure/data/nostalgia-scenarios.ts +0 -66
  57. package/src/domains/scenarios/infrastructure/data/performance-scenarios.ts +0 -26
  58. package/src/domains/scenarios/infrastructure/data/pirate-era-scenarios.ts +0 -53
  59. package/src/domains/scenarios/infrastructure/data/post-apocalyptic-scenarios.ts +0 -53
  60. package/src/domains/scenarios/infrastructure/data/prehistoric-world-scenarios.ts +0 -53
  61. package/src/domains/scenarios/infrastructure/data/retro-arcade-scenarios.ts +0 -52
  62. package/src/domains/scenarios/infrastructure/data/romantic-kisses-scenarios.ts +0 -117
  63. package/src/domains/scenarios/infrastructure/data/samurai-scenarios.ts +0 -52
  64. package/src/domains/scenarios/infrastructure/data/scenario-groups/activities.ts +0 -52
  65. package/src/domains/scenarios/infrastructure/data/scenario-groups/adventure-fantasy.ts +0 -46
  66. package/src/domains/scenarios/infrastructure/data/scenario-groups/arts-entertainment.ts +0 -34
  67. package/src/domains/scenarios/infrastructure/data/scenario-groups/index.ts +0 -10
  68. package/src/domains/scenarios/infrastructure/data/scenario-groups/lifestyle.ts +0 -42
  69. package/src/domains/scenarios/infrastructure/data/scenario-groups/relationships.ts +0 -30
  70. package/src/domains/scenarios/infrastructure/data/sci-fi-scenarios.ts +0 -74
  71. package/src/domains/scenarios/infrastructure/data/seasonal-scenarios.ts +0 -26
  72. package/src/domains/scenarios/infrastructure/data/social-media-scenarios.ts +0 -85
  73. package/src/domains/scenarios/infrastructure/data/solo/action.ts +0 -75
  74. package/src/domains/scenarios/infrastructure/data/solo/adventure.ts +0 -76
  75. package/src/domains/scenarios/infrastructure/data/solo/artistic.ts +0 -75
  76. package/src/domains/scenarios/infrastructure/data/solo/cinematic.ts +0 -75
  77. package/src/domains/scenarios/infrastructure/data/solo/fantasy.ts +0 -76
  78. package/src/domains/scenarios/infrastructure/data/solo/index.ts +0 -32
  79. package/src/domains/scenarios/infrastructure/data/solo/mythology.ts +0 -76
  80. package/src/domains/scenarios/infrastructure/data/solo/sports.ts +0 -75
  81. package/src/domains/scenarios/infrastructure/data/speed-demons-scenarios.ts +0 -52
  82. package/src/domains/scenarios/infrastructure/data/sports-scenarios.ts +0 -26
  83. package/src/domains/scenarios/infrastructure/data/steampunk-scenarios.ts +0 -69
  84. package/src/domains/scenarios/infrastructure/data/stolen-moments-scenarios.ts +0 -85
  85. package/src/domains/scenarios/infrastructure/data/sultry-scenarios.ts +0 -99
  86. package/src/domains/scenarios/infrastructure/data/superhero-scenarios.ts +0 -68
  87. package/src/domains/scenarios/infrastructure/data/surreal-dreams-scenarios.ts +0 -53
  88. package/src/domains/scenarios/infrastructure/data/time-based-scenarios.ts +0 -42
  89. package/src/domains/scenarios/infrastructure/data/travel-scenarios.ts +0 -148
  90. package/src/domains/scenarios/infrastructure/data/underwater-scenarios.ts +0 -51
  91. package/src/domains/scenarios/infrastructure/data/urban-nights-scenarios.ts +0 -68
  92. package/src/domains/scenarios/infrastructure/data/villainous-scenarios.ts +0 -68
  93. package/src/domains/scenarios/infrastructure/data/vintage-circus-scenarios.ts +0 -52
  94. package/src/domains/scenarios/infrastructure/data/vintage-summer-scenarios.ts +0 -69
  95. package/src/domains/scenarios/infrastructure/data/wedding/celebrations.ts +0 -74
  96. package/src/domains/scenarios/infrastructure/data/wedding/ceremonies.ts +0 -74
  97. package/src/domains/scenarios/infrastructure/data/wedding/index.ts +0 -14
  98. package/src/domains/scenarios/infrastructure/data/wedding/preparation.ts +0 -106
  99. package/src/domains/scenarios/infrastructure/data/wellness-scenarios.ts +0 -67
@@ -1,58 +0,0 @@
1
- /**
2
- * Action & Fantasy Movie Legends
3
- * Superhero and action film moments
4
- */
5
-
6
- import { Scenario, ScenarioId } from "../../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../../utils/scenario-utils";
8
-
9
- export const ACTION_FANTASY_MOVIE_SCENARIOS: Omit<Scenario, "outputType" | "category">[] = [
10
- {
11
- id: ScenarioId.SMITH_BACK_TO_BACK,
12
- title: "Action Power Couple",
13
- description: "Back to back, guns ready",
14
- icon: "🔫",
15
- imageUrl: "https://images.unsplash.com/photo-1540324155974-7523202daa3f?w=800",
16
- inputType: "dual",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a couple as action movie spies standing back-to-back, both facing camera with fierce confident expressions, man in tailored black suit with tactical vest, woman in sleek black dress with thigh holster, modern glass architecture with orange sunset light streaming through in background",
19
- "dramatic cinematic lighting with warm orange tones and sharp shadows",
20
- ),
21
- storyTemplate: createStoryTemplate(
22
- "step into the shoes of the ultimate power duo",
23
- "They've got each other's backs, always. Together, they're an unstoppable force that even Hollywood couldn't script.",
24
- ),
25
- },
26
- {
27
- id: ScenarioId.SPIDERMAN_KISS,
28
- title: "Upside-Down Kiss",
29
- description: "Hero in the rain",
30
- icon: "🕷️",
31
- imageUrl: "https://images.unsplash.com/photo-1511285560929-80b456fea0bc?w=800",
32
- inputType: "dual",
33
- aiPrompt: createPhotorealisticPrompt(
34
- "a couple recreating iconic Spider-Man upside-down kiss in rainy alley, man hanging inverted from fire escape with mask pulled up to nose, woman reaching up to kiss him, both with loving expressions from unique angles, heavy rain pouring down in dark city alley with neon signs reflecting on wet pavement in background",
35
- "dramatic nighttime rain lighting with neon reflections and cinematic atmosphere",
36
- ),
37
- storyTemplate: createStoryTemplate(
38
- "reveal their secret hero love",
39
- "Even in the rain and the shadows, her love is the anchor that brings him home. A kiss that defined a generation of heroes.",
40
- ),
41
- },
42
- {
43
- id: ScenarioId.TWILIGHT_MEADOW,
44
- title: "The Meadow",
45
- description: "A thousand years",
46
- icon: "🌲",
47
- imageUrl: "https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=800",
48
- inputType: "dual",
49
- aiPrompt: createPhotorealisticPrompt(
50
- "a couple lying in lush meadow of purple and yellow wildflowers, heads together hair fanned out, both facing camera with intense devoted smiles, man in casual henley woman in simple cotton dress, golden sunlight filtering through ancient pine forest creating god rays in background",
51
- "soft dreamy golden hour light with ethereal forest atmosphere",
52
- ),
53
- storyTemplate: createStoryTemplate(
54
- "promise a lifetime of devotion",
55
- "In the quiet of the meadow, they promised to never leave each other. A love that feels like it's lasted a thousand years.",
56
- ),
57
- },
58
- ];
@@ -1,16 +0,0 @@
1
- /**
2
- * Movie Legends Scenarios
3
- * Iconic moments from cinema history
4
- */
5
-
6
- import { ROMANTIC_MOVIE_SCENARIOS } from "./romantic";
7
- import { PERIOD_DRAMA_MOVIE_SCENARIOS } from "./period-drama";
8
- import { ACTION_FANTASY_MOVIE_SCENARIOS } from "./action-fantasy";
9
- import { MUSICAL_DANCE_MOVIE_SCENARIOS } from "./musical-dance";
10
-
11
- export const MOVIE_LEGENDS_SCENARIOS = [
12
- ...ROMANTIC_MOVIE_SCENARIOS,
13
- ...PERIOD_DRAMA_MOVIE_SCENARIOS,
14
- ...ACTION_FANTASY_MOVIE_SCENARIOS,
15
- ...MUSICAL_DANCE_MOVIE_SCENARIOS,
16
- ];
@@ -1,58 +0,0 @@
1
- /**
2
- * Musical & Dance Movie Legends
3
- * Iconic dance and musical film moments
4
- */
5
-
6
- import { Scenario, ScenarioId } from "../../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../../utils/scenario-utils";
8
-
9
- export const MUSICAL_DANCE_MOVIE_SCENARIOS: Omit<Scenario, "outputType" | "category">[] = [
10
- {
11
- id: ScenarioId.PULP_FICTION_DANCE,
12
- title: "Twist Contest",
13
- description: "Classic 50s diner dance",
14
- icon: "💃",
15
- imageUrl: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800",
16
- inputType: "dual",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a couple recreating Pulp Fiction twist contest in retro 50s diner, both facing camera with cool deadpan expressions doing classic hand-over-eyes dance move, man in thin black suit and bolo tie, woman in crisp white shirt and slim black pants with sleek dark bob haircut, red vinyl booths and checkered floor and glowing neon signs in background",
19
- "warm retro diner lighting with neon glow and vintage atmosphere",
20
- ),
21
- storyTemplate: createStoryTemplate(
22
- "ignite the dance floor with iconic moves",
23
- "They don't follow the rhythm; they create it. A cool, effortless connection that defines an entire era of cool.",
24
- ),
25
- },
26
- {
27
- id: ScenarioId.LA_LA_LAND_DANCE,
28
- title: "City of Stars",
29
- description: "Dancing under the twilight",
30
- icon: "✨",
31
- imageUrl: "https://images.unsplash.com/photo-1533174072545-7a4b6ad7a6c3?w=800",
32
- inputType: "dual",
33
- aiPrompt: createPhotorealisticPrompt(
34
- "a couple dancing on hilltop overlooking Los Angeles at magic hour, recreating La La Land bench scene, woman in flowing bright yellow sundress with skirt twirling, man in white button-down and slim navy tie, purple and orange gradient sunset sky with twinkling city lights of LA sprawling below in background",
35
- "magical twilight lighting with warm golden and cool purple tones",
36
- ),
37
- storyTemplate: createStoryTemplate(
38
- "dance through a dreamscape of stars",
39
- "In a city of millions, they found the only person who knows the melody of their heart. A love story written in the stars.",
40
- ),
41
- },
42
- {
43
- id: ScenarioId.DIRTY_DANCING_LIFT,
44
- title: "The Time of My Life",
45
- description: "That legendary lift",
46
- icon: "🕺",
47
- imageUrl: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800",
48
- inputType: "dual",
49
- aiPrompt: createPhotorealisticPrompt(
50
- "a couple recreating iconic Dirty Dancing lift, man with strong arms holding woman high above his head, woman with gracefully arched back and arms spread wide in triumph, both facing camera with ecstatic joyful smiles, 1980s resort ballroom with cheering audience and string lights and stage in background",
51
- "warm spotlight with 80s golden glow and crowd excitement",
52
- ),
53
- storyTemplate: createStoryTemplate(
54
- "have the time of their lives",
55
- "Trust, balance, and pure joy. In this lift, they're soaring high, proving that with each other, they can reach any height.",
56
- ),
57
- },
58
- ];
@@ -1,58 +0,0 @@
1
- /**
2
- * Period Drama Movie Legends
3
- * Classic and period film moments
4
- */
5
-
6
- import { Scenario, ScenarioId } from "../../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../../utils/scenario-utils";
8
-
9
- export const PERIOD_DRAMA_MOVIE_SCENARIOS: Omit<Scenario, "outputType" | "category">[] = [
10
- {
11
- id: ScenarioId.GATSBY_CHEERS,
12
- title: "The Gatsby Toast",
13
- description: "Old Sport!",
14
- icon: "🥂",
15
- imageUrl: "https://images.unsplash.com/photo-1516939884455-1445c8652f83?w=800",
16
- inputType: "dual",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a couple as grand Gatsby party hosts in 1920s mansion, both facing camera with charismatic knowing smiles raising crystal champagne coupes, woman in extravagant gold sequined flapper dress with feathered headpiece and long pearls, man in impeccable white dinner jacket with slicked hair, spectacular fireworks and glamorous party guests and art deco mansion in background",
19
- "lavish golden party lighting with firework sparkle and champagne glow",
20
- ),
21
- storyTemplate: createStoryTemplate(
22
- "host the most legendary party of the century",
23
- "A little party never killed nobody, especially when you're celebrating a love as bright as the green light across the bay.",
24
- ),
25
- },
26
- {
27
- id: ScenarioId.PRIDE_PREJUDICE_WALK,
28
- title: "Dawn of Love",
29
- description: "A walk at sunrise",
30
- icon: "🚶‍♂️",
31
- imageUrl: "https://images.unsplash.com/photo-1500382017468-9049fed747ef?w=800",
32
- inputType: "dual",
33
- aiPrompt: createPhotorealisticPrompt(
34
- "a couple walking toward each other through misty English field at dawn recreating Pride and Prejudice, man in long dark greatcoat with windswept hair, woman in flowing white nightdress with wool shawl, meeting as golden sun rises behind them casting long shadows through morning mist",
35
- "magical golden dawn light with atmospheric mist and romantic haze",
36
- ),
37
- storyTemplate: createStoryTemplate(
38
- "find their way to each other through the mist",
39
- "No more pride, no more prejudice. Just two hearts seeing each other clearly for the first time as a new day begins.",
40
- ),
41
- },
42
- {
43
- id: ScenarioId.CASABLANCA_FAREWELL,
44
- title: "Casablanca Farewell",
45
- description: "Here's looking at you, kid",
46
- icon: "🛫",
47
- imageUrl: "https://images.unsplash.com/photo-1485686531765-ba63b07845a7?w=800",
48
- inputType: "dual",
49
- aiPrompt: createPhotorealisticPrompt(
50
- "a couple recreating Casablanca airport farewell at night, both facing camera with dramatic emotional expressions of bittersweet goodbye, man in tan trench coat and fedora, woman in elegant suit and wide-brimmed hat with tears in eyes, 1940s propeller plane and swirling fog on tarmac in background, high-contrast black and white film style",
51
- "dramatic noir lighting with fog and high-contrast black and white aesthetic",
52
- ),
53
- storyTemplate: createStoryTemplate(
54
- "share one last unforgettable look",
55
- "We'll always have Paris. In a world of chaos, their love is the one thing that will never change, no matter where they go.",
56
- ),
57
- },
58
- ];
@@ -1,90 +0,0 @@
1
- /**
2
- * Romantic Movie Legends
3
- * Iconic romantic film moments
4
- */
5
-
6
- import { Scenario, ScenarioId } from "../../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../../utils/scenario-utils";
8
-
9
- export const ROMANTIC_MOVIE_SCENARIOS: Omit<Scenario, "outputType" | "category">[] = [
10
- {
11
- id: ScenarioId.TITANIC_BOW,
12
- title: "Titanic Bow",
13
- description: "I'm flying, Jack!",
14
- icon: "🚢",
15
- imageUrl: "https://images.unsplash.com/photo-1544551763-46a013bb70d5?w=800",
16
- inputType: "dual",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a couple recreating iconic Titanic bow pose on grand ocean liner, man in period suspenders and white shirt holding woman from behind, woman with arms outstretched in flowing Edwardian dress with windswept hair, both facing camera with blissful romantic smiles, dramatic orange and pink sunset reflecting on endless ocean in background",
19
- "warm golden sunset backlighting with ocean spray and wind effect",
20
- ),
21
- storyTemplate: createStoryTemplate(
22
- "recreate the most romantic moment in cinema history",
23
- "With the wind in their hair and the sunset on their faces, they feel like they're flying. A love that's as vast and deep as the ocean.",
24
- ),
25
- },
26
- {
27
- id: ScenarioId.NOTEBOOK_RAIN,
28
- title: "The Rain Kiss",
29
- description: "It wasn't over!",
30
- icon: "🌧️",
31
- imageUrl: "https://images.unsplash.com/photo-1515694346937-94d85e41e6f0?w=800",
32
- inputType: "dual",
33
- aiPrompt: createPhotorealisticPrompt(
34
- "a couple in passionate embrace during heavy rainstorm recreating The Notebook, both facing camera with intense emotional smiles showing happy tears mixing with rain, completely soaked with clinging wet clothing, man in drenched white t-shirt woman in rain-soaked summer dress, rustic wooden dock and misty lake with moody gray sky in background",
35
- "dramatic stormy lighting with rain streaks and emotional atmosphere",
36
- ),
37
- storyTemplate: createStoryTemplate(
38
- "promise to never let go",
39
- "Let the rain fall; they have everything they need right here. A love that survives every storm and only grows stronger with time.",
40
- ),
41
- },
42
- {
43
- id: ScenarioId.GHOST_POTTERY,
44
- title: "Pottery Romance",
45
- description: "Unchained melody",
46
- icon: "🏺",
47
- imageUrl: "https://images.unsplash.com/photo-1501386761578-eac5c94b800a?w=800",
48
- inputType: "dual",
49
- aiPrompt: createPhotorealisticPrompt(
50
- "a couple at pottery wheel recreating Ghost scene, man sitting behind woman with his hands gently over hers shaping wet terracotta clay, both facing camera with intimate tender smiles, clay-covered fingers intertwined on spinning vase, soft warm indoor lighting from nearby lamp, rustic pottery studio with shelves of finished ceramics in background",
51
- "warm intimate golden lamp light with soft romantic atmosphere",
52
- ),
53
- storyTemplate: createStoryTemplate(
54
- "share a moment of artistic connection",
55
- "In the soft clay and the gentle music, they find a connection that transcends time. A love that's truly unchained.",
56
- ),
57
- },
58
- {
59
- id: ScenarioId.PRETTY_WOMAN_BALCONY,
60
- title: "Modern Fairytale",
61
- description: "Rescue on the fire escape",
62
- icon: "🏢",
63
- imageUrl: "https://images.unsplash.com/photo-1540324155974-7523202daa3f?w=800",
64
- inputType: "dual",
65
- aiPrompt: createPhotorealisticPrompt(
66
- "a couple recreating Pretty Woman fire escape scene, man climbing rusty iron ladder with red rose in mouth and charming grin, woman in silk robe leaning over balcony railing looking down with amazed ecstatic smile, both facing camera, urban LA sunset with palm trees and city buildings in background",
67
- "warm golden sunset backlighting with romantic urban glow",
68
- ),
69
- storyTemplate: createStoryTemplate(
70
- "write their own modern fairytale",
71
- "He climbed the tower to rescue her, and she rescued him right back. A love that changed everything they knew about the world.",
72
- ),
73
- },
74
- {
75
- id: ScenarioId.ROMEO_AQUARIUM,
76
- title: "Aquarium Glance",
77
- description: "Love at first sight",
78
- icon: "🐠",
79
- imageUrl: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=800",
80
- inputType: "dual",
81
- aiPrompt: createPhotorealisticPrompt(
82
- "a couple gazing at each other through large aquarium tank, both visible through glass with mesmerized love-struck expressions, man in 90s silk shirt and chain, woman in sparkly party dress with 90s makeup, colorful tropical fish and blue water creating dreamy barrier between them, soft ethereal aquarium lighting",
83
- "soft blue aquarium glow with dreamy underwater light ripples",
84
- ),
85
- storyTemplate: createStoryTemplate(
86
- "relive the moment of first sight",
87
- "Through the glass and the water, the world blurred away until there was only 'us'. A connection so instant it felt like destiny.",
88
- ),
89
- },
90
- ];
@@ -1,84 +0,0 @@
1
- import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
-
4
- export const MUSIC_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
- {
6
- id: ScenarioId.CONCERT_STAGE,
7
- title: "Concert Finale",
8
- description: "The roar of the crowd",
9
- icon: "🎸",
10
- imageUrl:
11
- "https://images.unsplash.com/photo-1493225255756-d9584f8606e9?w=800",
12
- aiPrompt: createPhotorealisticPrompt(
13
- "a couple as rockstars on massive concert stage finale, both facing camera with ecstatic triumphant smiles and sweaty glistening skin, man in leather jacket with electric guitar raised, woman with microphone in sparkly stage outfit with windswept hair, thousands of phone lights and crowd silhouettes in background, golden confetti falling, dramatic stage spotlights and smoke",
14
- "dramatic concert lighting with colorful spotlights and atmospheric haze"
15
- ),
16
- storyTemplate: createStoryTemplate(
17
- "perform before a sea of lights",
18
- "The music of the crowd is loud, but the melody of their hearts is louder. A standing ovation for the love of a lifetime.",
19
- ),
20
- },
21
- {
22
- id: ScenarioId.RECORDING_STUDIO,
23
- title: "The Studio Session",
24
- description: "Perfect harmony",
25
- icon: "🎙️",
26
- imageUrl:
27
- "https://images.unsplash.com/photo-1598488035139-bdbb2231ce04?w=800",
28
- aiPrompt: createPhotorealisticPrompt(
29
- "a couple in professional recording studio, both facing camera with creative focused expressions, wearing matching Sony studio headphones, leaning into vintage Neumann microphone together, man in casual black tee woman in oversized flannel, mixing console with illuminated faders and acoustic foam panels in background",
30
- "warm amber studio lighting with soft glow from equipment LEDs"
31
- ),
32
- storyTemplate: createStoryTemplate(
33
- "record the hit song of their lives",
34
- "Every note they record is a testament to the harmony they've found together. The world will soon hear the sound of their love.",
35
- ),
36
- },
37
- {
38
- id: ScenarioId.TOUR_BUS_LIFE,
39
- title: "Tour Bus Vibes",
40
- description: "Life on the road",
41
- icon: "🚌",
42
- imageUrl: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800",
43
- aiPrompt: createPhotorealisticPrompt(
44
- "a couple on cozy bunk in luxury tour bus at night, both facing camera with relaxed tired happy smiles, man in worn band hoodie with acoustic guitar, woman curled up with notebook and coffee mug in oversized sweater, city lights blurring past through tinted bus window, fairy lights strung along ceiling",
45
- "warm intimate interior lighting with passing city lights through window"
46
- ),
47
- storyTemplate: createStoryTemplate(
48
- "experience the freedom of the open road",
49
- "From city to city, stage to stage, the only home they need is wherever they are together. A life of music and miles.",
50
- ),
51
- },
52
- {
53
- id: ScenarioId.VINYL_SHOP_DATE,
54
- title: "Vinyl Treasure",
55
- description: "Old-school cool",
56
- icon: "📻",
57
- imageUrl:
58
- "https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=800",
59
- aiPrompt: createPhotorealisticPrompt(
60
- "a couple browsing dusty vintage vinyl record shop, both facing camera with cool knowing smiles, holding classic album cover together, man in corduroy jacket and round glasses woman in vintage band tee and high-waisted jeans, endless rows of vinyl records in wooden crates and vintage concert posters on walls in background",
61
- "warm golden vintage tungsten lighting with dust particles floating"
62
- ),
63
- storyTemplate: createStoryTemplate(
64
- "find the soundtrack of their relationship",
65
- "In a world of digital noise, they've found the authentic crackle and pop of a love that's meant to be played on repeat.",
66
- ),
67
- },
68
- {
69
- id: ScenarioId.JAZZ_CLUB_DUO,
70
- title: "Midnight Jazz",
71
- description: "Soulful rhythm",
72
- icon: "🎷",
73
- imageUrl:
74
- "https://images.unsplash.com/photo-1511192336575-5a79af67a629?w=800",
75
- aiPrompt: createPhotorealisticPrompt(
76
- "a couple performing in intimate smoky jazz club, man playing golden saxophone with closed eyes, woman in elegant black cocktail dress leaning on grand piano facing camera with soulful expression, dim blue and amber spotlight creating dramatic shadows, exposed brick walls and small candlelit tables in background",
77
- "moody blue and amber spotlight with atmospheric smoke haze"
78
- ),
79
- storyTemplate: createStoryTemplate(
80
- "get lost in the rhythm of the night",
81
- "Soulful, smooth, and perfectly improvised. Their love is like a jazz standard - timeless and always full of beautiful surprises.",
82
- ),
83
- },
84
- ];
@@ -1,69 +0,0 @@
1
- import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
-
4
- export const MYSTICAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
- {
6
- id: ScenarioId.WIZARD_ACADEMY,
7
- title: "Wizard Academy",
8
- description: "Master the arcane arts",
9
- icon: "🧙‍♂️",
10
- imageUrl:
11
- "https://images.unsplash.com/photo-1518709268805-4e9042af9f23?w=800",
12
- aiPrompt: createPhotorealisticPrompt(
13
- "a couple as master wizards in grand magical academy library, both facing camera with mysterious knowing smiles, man in deep blue velvet robe with silver star embroidery holding carved wooden staff with glowing crystal, woman in burgundy robe with gold celestial patterns and ancient tome, floating leather-bound books and swirling blue arcane energy, towering stone bookcases and arched windows in background",
14
- "mystical blue and gold lighting with magical particle effects"
15
- ),
16
- storyTemplate: createStoryTemplate(
17
- "master the secrets of the arcane",
18
- "In a world where magic is real, they find that the most powerful spell of all is the one that bound their hearts together.",
19
- ),
20
- },
21
- {
22
- id: ScenarioId.ENCHANTED_FOREST,
23
- title: "Enchanted Forest",
24
- description: "Lost in a magical world",
25
- icon: "🧚",
26
- imageUrl:
27
- "https://images.unsplash.com/photo-1440342359743-84fcb8c21f21?w=800",
28
- aiPrompt: createPhotorealisticPrompt(
29
- "a couple in bioluminescent enchanted forest at twilight, both facing camera with expressions of wonder, man in earth-toned tunic with leaf embroidery woman in flowing sage green dress with flower crown, surrounded by glowing blue butterflies and floating golden spores, massive ancient trees with glowing moss and distant misty waterfall in background",
30
- "ethereal bioluminescent glow with soft twilight blue and green tones"
31
- ),
32
- storyTemplate: createStoryTemplate(
33
- "wander through a world of wonder",
34
- "Among the whispers of ancient trees and the glow of forest spirits, they find a peace that belongs only to them.",
35
- ),
36
- },
37
- {
38
- id: ScenarioId.ALCHEMISTS,
39
- title: "The Alchemists",
40
- description: "Turning lead to gold",
41
- icon: "🧪",
42
- imageUrl:
43
- "https://images.unsplash.com/photo-1502224562085-639556652f33?w=800",
44
- aiPrompt: createPhotorealisticPrompt(
45
- "a couple as alchemists in smoky medieval laboratory, both facing camera with intense focused expressions, man in worn leather apron over stained linen shirt examining vial, woman in period dress with protective goggles on forehead holding mortar and pestle, surrounded by bubbling glass beakers with emerald and amber liquids and ancient scrolls, golden sunset light through small arched window in background",
46
- "warm golden sunset light mixed with colorful glow from bubbling potions"
47
- ),
48
- storyTemplate: createStoryTemplate(
49
- "discover the ultimate element",
50
- "They spent years searching for the philosopher's stone, only to realize the real gold was the life they built together.",
51
- ),
52
- },
53
- {
54
- id: ScenarioId.CELESTIAL_VOYAGE,
55
- title: "Celestial Voyage",
56
- description: "Journey through the stars",
57
- icon: "✨",
58
- imageUrl:
59
- "https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?w=800",
60
- aiPrompt: createPhotorealisticPrompt(
61
- "a couple on magical wooden sailing ship flying through cosmos, both facing camera with adventurous excited smiles standing at ornate bow, man in navy coat with silver star embroidery woman in flowing midnight blue gown with constellation patterns, vibrant purple and pink nebulae and spiral galaxies surrounding ship, glowing trail of golden stardust behind vessel",
62
- "cosmic lighting with vibrant nebula colors and stardust sparkle"
63
- ),
64
- storyTemplate: createStoryTemplate(
65
- "sail across the sea of stars",
66
- "Beyond the limits of the world, they navigate the heavens, guided by the light of their shared dreams.",
67
- ),
68
- },
69
- ];
@@ -1,68 +0,0 @@
1
- import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
-
4
- export const MYTHOLOGY_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
- {
6
- id: ScenarioId.GREEK_GODS,
7
- title: "Olympian Royalty",
8
- description: "Rule from the divine heights",
9
- icon: "🔱",
10
- imageUrl: "https://images.unsplash.com/photo-1517457373958-b7bdd4587205?w=800",
11
- aiPrompt: createPhotorealisticPrompt(
12
- "a couple as Greek Gods on Mount Olympus, both facing camera with divine commanding expressions, man in flowing white silk chiton with gold trim holding golden trident, woman in elegant draped ivory gown with golden laurel wreath crown holding scepter, white marble temple columns and fluffy clouds and distant peaks of Olympus in background",
13
- "ethereal golden divine lighting with heavenly glow and soft clouds"
14
- ),
15
- storyTemplate: createStoryTemplate(
16
- "rule from the heights of Olympus",
17
- "Their love is written in the stars, a divine union that even the gods admire from their marble thrones.",
18
- ),
19
- },
20
- {
21
- id: ScenarioId.NORSE_VALHALLA,
22
- title: "Valhalla Warriors",
23
- description: "Epic halls of the brave",
24
- icon: "⚔️",
25
- imageUrl:
26
- "https://v3b.fal.media/files/b/0a8a3e0e/s6SBpgKeHS3AL0ykrc4ac.jpg",
27
- aiPrompt: createPhotorealisticPrompt(
28
- "a couple as Norse warrior and Valkyrie in Valhalla's great hall, both facing camera with fierce determined expressions, man in leather armor with wolf fur cloak and braided beard holding decorated battle axe, woman in silver Valkyrie armor with winged helmet and feathered cloak, massive wooden hall with roaring fire pits and long feasting tables and mounted shields in background",
29
- "dramatic warm firelight with golden mead hall glow"
30
- ),
31
- storyTemplate: createStoryTemplate(
32
- "feast in the halls of Valhalla",
33
- "In the land of eternal bravery, their bond is as unbreakable as Scandinavian steel and as legendary as the sagas.",
34
- ),
35
- },
36
- {
37
- id: ScenarioId.ATLANTIS_ROYALTY,
38
- title: "Atlantis Sovereigns",
39
- description: "Majesty of the deep",
40
- icon: "🧜‍♂️",
41
- imageUrl:
42
- "https://v3b.fal.media/files/b/0a8a60be/XzjGs0XSFw9NTraL5FuXP.jpg",
43
- aiPrompt: createPhotorealisticPrompt(
44
- "a couple as King and Queen of Atlantis underwater, both facing camera with regal serene smiles, man in iridescent blue-green scale armor with trident, woman in flowing gown of silver fish scales with coral crown and pearl jewelry, magnificent underwater palace with glowing bioluminescent sea creatures and ancient coral architecture in background",
45
- "ethereal underwater blue lighting with bioluminescent glow"
46
- ),
47
- storyTemplate: createStoryTemplate(
48
- "rule the sapphire depths",
49
- "Beneath the waves, in a kingdom of light and mystery, their love flows as deep and eternal as the ocean itself.",
50
- ),
51
- },
52
- {
53
- id: ScenarioId.GUARDIAN_ANGELS,
54
- title: "Guardian Angels",
55
- description: "Celestial protection",
56
- icon: "👼",
57
- imageUrl:
58
- "https://images.unsplash.com/photo-1502657877623-f66bf489d236?w=800",
59
- aiPrompt: createPhotorealisticPrompt(
60
- "a couple as radiant Guardian Angels, both facing camera with gentle compassionate smiles, wearing flowing white robes with golden trim, magnificent large white feathered wings spread gracefully, soft golden halo light around their heads, floating above peaceful earth with fluffy clouds and golden sunrise in background",
61
- "heavenly golden light with soft ethereal glow and divine radiance"
62
- ),
63
- storyTemplate: createStoryTemplate(
64
- "watch over the world together",
65
- "With wings outspread and hearts aligned, they find that heaven isn't a place, but the love they share.",
66
- ),
67
- },
68
- ];
@@ -1,66 +0,0 @@
1
- import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
-
4
- export const NOSTALGIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
- {
6
- id: ScenarioId.FLOWER_POWER,
7
- title: "60s Flower Power",
8
- description: "Peace, love, and music",
9
- icon: "🌸",
10
- imageUrl:
11
- "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800",
12
- aiPrompt: createPhotorealisticPrompt(
13
- "a couple in 1960s hippie era at music festival, both facing camera with carefree peace-sign smiles, man in colorful paisley shirt and bell-bottom jeans with round sunglasses, woman in flowing maxi dress with fresh flower crown and beaded jewelry, vintage turquoise VW van and sunny wildflower meadow in background",
14
- "warm vintage film look with soft grain and golden summer light"
15
- ),
16
- storyTemplate: createStoryTemplate(
17
- "spread peace and love",
18
- "They are the original dreamers, finding that the only thing more colorful than their world is the love they share.",
19
- ),
20
- },
21
- {
22
- id: ScenarioId.NEON_80S,
23
- title: "80s Neon Retro",
24
- description: "Synthwave summer",
25
- icon: "📼",
26
- imageUrl: "https://images.unsplash.com/photo-1550684848-fac1c5b4e853?w=800",
27
- aiPrompt: createPhotorealisticPrompt(
28
- "a couple in 1980s synthwave aesthetic at night, both facing camera with cool confident expressions, man in bright turquoise windbreaker with popped collar and aviator sunglasses, woman in neon pink off-shoulder top with big hair and geometric earrings, neon-lit arcade with glowing cabinets or retro city street with palm trees in background",
29
- "vibrant magenta and cyan neon lighting with synthwave atmosphere"
30
- ),
31
- storyTemplate: createStoryTemplate(
32
- "ride the synthwave",
33
- "In a world of neon grids and digital beats, their love is the only melody that never fades.",
34
- ),
35
- },
36
- {
37
- id: ScenarioId.GRUNGE_90S_STYLE,
38
- title: "90s Grunge",
39
- description: "Authentic and edgy",
40
- icon: "🎸",
41
- imageUrl: "https://images.unsplash.com/photo-1485217988980-11786ced9454?w=800",
42
- aiPrompt: createPhotorealisticPrompt(
43
- "a couple in 1990s grunge era, both facing camera with edgy nonchalant expressions, man in oversized flannel shirt over band tee with ripped jeans and combat boots, woman in slip dress over t-shirt with choker and Doc Martens, dark city alley with graffiti or underground club with exposed pipes in background",
44
- "moody raw lighting with film grain and grunge atmosphere"
45
- ),
46
- storyTemplate: createStoryTemplate(
47
- "live their own raw story",
48
- "No pretenses, no filters. Just raw emotion and a connection that's as real as it gets.",
49
- ),
50
- },
51
- {
52
- id: ScenarioId.Y2K_FUTURE,
53
- title: "Y2K Vision",
54
- description: "Millennium futurism",
55
- icon: "💿",
56
- imageUrl: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=800",
57
- aiPrompt: createPhotorealisticPrompt(
58
- "a couple in early 2000s Y2K futurism style, both facing camera with optimistic futuristic smiles, man in shiny silver metallic jacket and frosted tips, woman in iridescent holographic mini dress with tiny bubble sunglasses and platform shoes, white minimalist interior with translucent plastic furniture and chrome accents in background",
59
- "bright high-key lighting with clean white and iridescent reflections"
60
- ),
61
- storyTemplate: createStoryTemplate(
62
- "welcome the new millennium",
63
- "At the dawn of a new age, they embrace the shiny, plastic, and digital future with open arms and hearts.",
64
- ),
65
- },
66
- ];
@@ -1,26 +0,0 @@
1
- /**
2
- * Performance & Stage Scenarios
3
- * Concert, stage, and performance scenarios
4
- */
5
-
6
- import { Scenario, ScenarioId } from "../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
8
-
9
- export const PERFORMANCE_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
- {
11
- id: ScenarioId.CONCERT_STARS,
12
- title: "Concert Performers",
13
- description: "Rock the stage together",
14
- icon: "🎤",
15
- imageUrl:
16
- "https://images.unsplash.com/photo-1470229722913-7c0e2dbbafd3?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a couple performing on massive concert stage, both facing camera with passionate electrifying expressions, man in black leather jacket and chains with microphone raised, woman in sparkly stage costume with wireless mic and windswept hair, sea of phone lights and cheering crowd silhouettes with dramatic stage lighting and pyrotechnics in background",
19
- "dramatic concert lighting with colorful spotlights and atmospheric smoke"
20
- ),
21
- storyTemplate: createStoryTemplate(
22
- "perform for thousands",
23
- "Under the spotlight, their voices blend into one, creating magic that resonates with every heart.",
24
- ),
25
- },
26
- ];