kappmaker 1.0.0
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.
- package/README.md +545 -0
- package/dist/cli.d.ts +2 -0
- package/dist/cli.js +195 -0
- package/dist/cli.js.map +1 -0
- package/dist/commands/adapty-setup.d.ts +2 -0
- package/dist/commands/adapty-setup.js +240 -0
- package/dist/commands/adapty-setup.js.map +1 -0
- package/dist/commands/config.d.ts +12 -0
- package/dist/commands/config.js +230 -0
- package/dist/commands/config.js.map +1 -0
- package/dist/commands/create-appstore-app.d.ts +2 -0
- package/dist/commands/create-appstore-app.js +261 -0
- package/dist/commands/create-appstore-app.js.map +1 -0
- package/dist/commands/create-logo.d.ts +2 -0
- package/dist/commands/create-logo.js +93 -0
- package/dist/commands/create-logo.js.map +1 -0
- package/dist/commands/create.d.ts +2 -0
- package/dist/commands/create.js +143 -0
- package/dist/commands/create.js.map +1 -0
- package/dist/commands/enhance.d.ts +2 -0
- package/dist/commands/enhance.js +55 -0
- package/dist/commands/enhance.js.map +1 -0
- package/dist/commands/generate-screenshots.d.ts +2 -0
- package/dist/commands/generate-screenshots.js +174 -0
- package/dist/commands/generate-screenshots.js.map +1 -0
- package/dist/commands/remove-bg.d.ts +2 -0
- package/dist/commands/remove-bg.js +41 -0
- package/dist/commands/remove-bg.js.map +1 -0
- package/dist/commands/split.d.ts +2 -0
- package/dist/commands/split.js +37 -0
- package/dist/commands/split.js.map +1 -0
- package/dist/commands/translate-screenshots.d.ts +2 -0
- package/dist/commands/translate-screenshots.js +224 -0
- package/dist/commands/translate-screenshots.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -0
- package/dist/services/adapty.service.d.ts +26 -0
- package/dist/services/adapty.service.js +230 -0
- package/dist/services/adapty.service.js.map +1 -0
- package/dist/services/asc-monetization.service.d.ts +3 -0
- package/dist/services/asc-monetization.service.js +223 -0
- package/dist/services/asc-monetization.service.js.map +1 -0
- package/dist/services/asc.service.d.ts +14 -0
- package/dist/services/asc.service.js +321 -0
- package/dist/services/asc.service.js.map +1 -0
- package/dist/services/fal.service.d.ts +15 -0
- package/dist/services/fal.service.js +236 -0
- package/dist/services/fal.service.js.map +1 -0
- package/dist/services/fastlane.service.d.ts +2 -0
- package/dist/services/fastlane.service.js +32 -0
- package/dist/services/fastlane.service.js.map +1 -0
- package/dist/services/firebase.service.d.ts +7 -0
- package/dist/services/firebase.service.js +176 -0
- package/dist/services/firebase.service.js.map +1 -0
- package/dist/services/git.service.d.ts +3 -0
- package/dist/services/git.service.js +13 -0
- package/dist/services/git.service.js.map +1 -0
- package/dist/services/gradle.service.d.ts +4 -0
- package/dist/services/gradle.service.js +31 -0
- package/dist/services/gradle.service.js.map +1 -0
- package/dist/services/ios.service.d.ts +1 -0
- package/dist/services/ios.service.js +9 -0
- package/dist/services/ios.service.js.map +1 -0
- package/dist/services/logo.service.d.ts +12 -0
- package/dist/services/logo.service.js +168 -0
- package/dist/services/logo.service.js.map +1 -0
- package/dist/services/openai.service.d.ts +2 -0
- package/dist/services/openai.service.js +42 -0
- package/dist/services/openai.service.js.map +1 -0
- package/dist/services/screenshot-styles.d.ts +1 -0
- package/dist/services/screenshot-styles.js +1050 -0
- package/dist/services/screenshot-styles.js.map +1 -0
- package/dist/services/screenshot.service.d.ts +14 -0
- package/dist/services/screenshot.service.js +136 -0
- package/dist/services/screenshot.service.js.map +1 -0
- package/dist/templates/adapty-config.json +50 -0
- package/dist/templates/appstore-config.json +188 -0
- package/dist/types/adapty.d.ts +38 -0
- package/dist/types/adapty.js +2 -0
- package/dist/types/adapty.js.map +1 -0
- package/dist/types/appstore.d.ts +150 -0
- package/dist/types/appstore.js +2 -0
- package/dist/types/appstore.js.map +1 -0
- package/dist/types/index.d.ts +80 -0
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -0
- package/dist/utils/config.d.ts +18 -0
- package/dist/utils/config.js +107 -0
- package/dist/utils/config.js.map +1 -0
- package/dist/utils/exec.d.ts +17 -0
- package/dist/utils/exec.js +62 -0
- package/dist/utils/exec.js.map +1 -0
- package/dist/utils/logger.d.ts +10 -0
- package/dist/utils/logger.js +29 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/prompt.d.ts +2 -0
- package/dist/utils/prompt.js +26 -0
- package/dist/utils/prompt.js.map +1 -0
- package/dist/utils/validator.d.ts +2 -0
- package/dist/utils/validator.js +93 -0
- package/dist/utils/validator.js.map +1 -0
- package/package.json +35 -0
|
@@ -0,0 +1,1050 @@
|
|
|
1
|
+
// ── Screenshot style prompts for generate-screenshots command ─────
|
|
2
|
+
// Each style defines the visual direction sent to OpenAI for JSON prompt generation.
|
|
3
|
+
// The grid layout preamble is shared; only the style-specific direction differs.
|
|
4
|
+
const GRID_PREAMBLE = `- The output is a **single image** containing a **2-row × 4-column grid** of 8 vertical marketing screenshots. Each cell in the grid is one screenshot.`;
|
|
5
|
+
const GRID_RULES = `Rules:
|
|
6
|
+
- Fill every field with detailed, relevant information derived from the user's input.
|
|
7
|
+
- Generate exactly 8 screenshots.
|
|
8
|
+
- The image generator will render ALL 8 screenshots in a **single 2×4 grid image**. The JSON must describe each of the 8 grid cells concisely.
|
|
9
|
+
- Keep each screenshot description concise (2-3 sentences max for screen_visual_description) — the image generator works best with focused, clear descriptions.
|
|
10
|
+
- Follow the **STYLE DIRECTION** closely — it defines the visual aesthetic for all screenshots.
|
|
11
|
+
- Ensure all screenshots maintain **consistent brand identity** and **premium app marketing aesthetics**.
|
|
12
|
+
- Do NOT include explanations — output ONLY the JSON object.`;
|
|
13
|
+
// ── Style 1: Rich multi-device marketing ─────────────────────────
|
|
14
|
+
const STYLE_1 = `${GRID_PREAMBLE}
|
|
15
|
+
- Each screenshot must:
|
|
16
|
+
- Contain **1–3 app screens** inside realistic smartphone frames (iPhone or Android).
|
|
17
|
+
- Feature **bold, benefit-driven marketing text** integrated with the UI (titles, short subtitles, key stats, callouts).
|
|
18
|
+
- Maintain **consistent branding**: color palette, typography, spacing, UI components.
|
|
19
|
+
- Apply **realistic lighting, soft shadows, subtle reflections, and device edge glow**.
|
|
20
|
+
- Use **storytelling principles**: highlight app benefits, key features, and unique selling points visually.
|
|
21
|
+
- Ensure **text readability and visual hierarchy** in each screenshot.
|
|
22
|
+
Output ONLY a JSON object with this schema:
|
|
23
|
+
{
|
|
24
|
+
"type": "app_store_pro_screenshots",
|
|
25
|
+
"grid_layout": {
|
|
26
|
+
"rows": 2,
|
|
27
|
+
"columns": 4,
|
|
28
|
+
"total_cells": 8,
|
|
29
|
+
"arrangement": "All 8 screenshots arranged in a single image as a 2×4 grid (2 rows, 4 columns). Each grid cell contains one complete vertical marketing screenshot."
|
|
30
|
+
},
|
|
31
|
+
"style": {
|
|
32
|
+
"branding_theme": "",
|
|
33
|
+
"color_palette": [],
|
|
34
|
+
"typography": ""
|
|
35
|
+
},
|
|
36
|
+
"screenshots_overview": {
|
|
37
|
+
"count": 8,
|
|
38
|
+
"device_frames": "modern iPhone and Android, photorealistic with soft shadows and reflections",
|
|
39
|
+
"tagline_style": "bold, large marketing titles with short benefit-focused subtitles and occasional key stats/icons",
|
|
40
|
+
"visual_consistency_rules": [
|
|
41
|
+
"Same color palette across all screenshots",
|
|
42
|
+
"Identical typography family and size hierarchy",
|
|
43
|
+
"Matching corner radius, spacing, and UI geometry",
|
|
44
|
+
"Unified iconography style and visual motif",
|
|
45
|
+
"Consistent lighting and shadow intensity",
|
|
46
|
+
"Harmonized layout for readability and engagement"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"screenshots": [
|
|
50
|
+
{
|
|
51
|
+
"title_text": "",
|
|
52
|
+
"subtitle_text": "",
|
|
53
|
+
"screen_visual_description": "",
|
|
54
|
+
"ui_elements_emphasized": [],
|
|
55
|
+
"background_effects": ""
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"lighting": {
|
|
59
|
+
"ambient": "soft studio lighting",
|
|
60
|
+
"device_glow": "soft edge glow around devices",
|
|
61
|
+
"shadow_style": "subtle layered drop shadows for depth"
|
|
62
|
+
},
|
|
63
|
+
"realism": "ultra-high fidelity marketing mockups with crisp gradients, photorealistic devices, professional App Store/Play Store quality"
|
|
64
|
+
}
|
|
65
|
+
${GRID_RULES}`;
|
|
66
|
+
// ── Style 2: Minimal Apple-style single device ───────────────────
|
|
67
|
+
const STYLE_2 = `${GRID_PREAMBLE}
|
|
68
|
+
- Each screenshot must:
|
|
69
|
+
- Contain **exactly ONE app screen only**.
|
|
70
|
+
- Use a perfectly centered, straight-on smartphone frame (no tilt, no rotation, no perspective distortion).
|
|
71
|
+
- Maintain identical device scale across all 8 screenshots.
|
|
72
|
+
- Avoid overlapping devices, stacking, layering, or cropping.
|
|
73
|
+
- Keep the device fully visible within safe margins.
|
|
74
|
+
LAYOUT STRUCTURE (STRICT GRID SYSTEM):
|
|
75
|
+
- Use a vertical 3-zone layout:
|
|
76
|
+
1. Top 35% → Headline + subtitle area
|
|
77
|
+
2. Middle 50% → Centered device
|
|
78
|
+
3. Bottom 15% → Optional micro-support line, subtle stat, or whitespace
|
|
79
|
+
- All screenshots must follow this exact structural ratio.
|
|
80
|
+
- Maintain consistent horizontal padding on both sides.
|
|
81
|
+
- Text must never overlap the device frame.
|
|
82
|
+
- Keep large negative space around the device.
|
|
83
|
+
TYPOGRAPHY SYSTEM:
|
|
84
|
+
- Use a modern geometric sans-serif (SF Pro Display / Inter / Helvetica Now style).
|
|
85
|
+
- Headline:
|
|
86
|
+
- Large, bold, 1–3 short lines max.
|
|
87
|
+
- Maximum 6 words.
|
|
88
|
+
- High contrast against background.
|
|
89
|
+
- Subtitle:
|
|
90
|
+
- Smaller weight.
|
|
91
|
+
- One short supporting sentence.
|
|
92
|
+
- Must reinforce benefit, not describe feature mechanically.
|
|
93
|
+
- Strict hierarchy consistency across all screenshots.
|
|
94
|
+
- Identical headline positioning in every slide.
|
|
95
|
+
TEXT STYLE RULES:
|
|
96
|
+
- Keep messaging minimal and confident.
|
|
97
|
+
- Avoid exclamation marks.
|
|
98
|
+
- Avoid emoji.
|
|
99
|
+
- Avoid cluttered bullet lists.
|
|
100
|
+
- Focus on clarity and calm authority.
|
|
101
|
+
- Each screenshot highlights ONE core feature only.
|
|
102
|
+
DEVICE PRESENTATION:
|
|
103
|
+
- Photorealistic iPhone or Android frame.
|
|
104
|
+
- Straight frontal view.
|
|
105
|
+
- Ultra-clean bezels.
|
|
106
|
+
- Subtle realistic reflections (very minimal).
|
|
107
|
+
- No dramatic shadows.
|
|
108
|
+
- Device shadow must be soft and centered directly underneath.
|
|
109
|
+
- No heavy glow effects.
|
|
110
|
+
BACKGROUND SYSTEM:
|
|
111
|
+
- Use either:
|
|
112
|
+
- Very soft vertical gradient (subtle tonal shift only)
|
|
113
|
+
OR
|
|
114
|
+
- Solid premium neutral color
|
|
115
|
+
- Avoid busy textures.
|
|
116
|
+
- Avoid patterns.
|
|
117
|
+
- Avoid strong diagonal effects.
|
|
118
|
+
- Background must support readability first.
|
|
119
|
+
- Maintain one consistent background logic across all 8 screenshots (either gradient family or solid system).
|
|
120
|
+
COLOR SYSTEM:
|
|
121
|
+
- Limit to:
|
|
122
|
+
- 1 primary brand color
|
|
123
|
+
- 1 neutral light tone
|
|
124
|
+
- 1 neutral dark tone
|
|
125
|
+
- Do not introduce new accent colors mid-sequence.
|
|
126
|
+
- Keep palette controlled and restrained.
|
|
127
|
+
VISUAL CONSISTENCY RULES:
|
|
128
|
+
- Same device scale ratio across all 8 screenshots.
|
|
129
|
+
- Same headline position across all 8 screenshots.
|
|
130
|
+
- Same text alignment (all left-aligned OR all centered — do not mix).
|
|
131
|
+
- Same spacing rhythm.
|
|
132
|
+
- Same corner radius logic.
|
|
133
|
+
- Same lighting intensity.
|
|
134
|
+
- Same typography hierarchy.
|
|
135
|
+
- No style drift.
|
|
136
|
+
STORY FLOW REQUIREMENT:
|
|
137
|
+
- Arrange the 8 screenshots in a logical feature progression:
|
|
138
|
+
1. Core value proposition
|
|
139
|
+
2. Primary feature
|
|
140
|
+
3. Supporting feature
|
|
141
|
+
4. Workflow / usage
|
|
142
|
+
5. Advanced capability
|
|
143
|
+
6. Customization or personalization
|
|
144
|
+
7. Trust / reliability / performance
|
|
145
|
+
8. Closing value reinforcement
|
|
146
|
+
APP STORE OPTIMIZATION RULES:
|
|
147
|
+
- Ensure readability at small preview size.
|
|
148
|
+
- Avoid thin light text on light backgrounds.
|
|
149
|
+
- Avoid low-contrast subtitle tones.
|
|
150
|
+
- Headline must be immediately scannable.
|
|
151
|
+
- Avoid overcrowding.
|
|
152
|
+
LIGHTING:
|
|
153
|
+
- Ambient: Soft neutral studio lighting.
|
|
154
|
+
- Shadow: Subtle centered soft drop shadow.
|
|
155
|
+
- Device glow: Extremely minimal edge definition only.
|
|
156
|
+
REALISM LEVEL:
|
|
157
|
+
- Ultra-clean marketing mockups.
|
|
158
|
+
- Apple keynote presentation style.
|
|
159
|
+
- High-resolution, professional App Store ready.
|
|
160
|
+
- No gimmicks, no exaggerated effects.
|
|
161
|
+
Output ONLY a JSON object with this schema:
|
|
162
|
+
{
|
|
163
|
+
"type": "app_store_pro_screenshots",
|
|
164
|
+
"grid_layout": {
|
|
165
|
+
"rows": 2,
|
|
166
|
+
"columns": 4,
|
|
167
|
+
"total_cells": 8,
|
|
168
|
+
"arrangement": "All 8 screenshots arranged in a single image as a 2×4 grid (2 rows, 4 columns). Each grid cell contains one complete vertical marketing screenshot."
|
|
169
|
+
},
|
|
170
|
+
"style": {
|
|
171
|
+
"branding_theme": "",
|
|
172
|
+
"color_palette": [],
|
|
173
|
+
"typography": ""
|
|
174
|
+
},
|
|
175
|
+
"screenshots_overview": {
|
|
176
|
+
"count": 8,
|
|
177
|
+
"device_frames": "single centered modern smartphone, straight angle, no tilt",
|
|
178
|
+
"tagline_style": "large minimal headline + concise supporting subtitle",
|
|
179
|
+
"visual_consistency_rules": [
|
|
180
|
+
"One device per screenshot",
|
|
181
|
+
"Identical layout structure across all screenshots",
|
|
182
|
+
"Strict vertical 3-zone grid",
|
|
183
|
+
"Massive controlled whitespace",
|
|
184
|
+
"Consistent typography scale and alignment",
|
|
185
|
+
"Unified lighting and shadow softness"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"screenshots": [
|
|
189
|
+
{
|
|
190
|
+
"title_text": "",
|
|
191
|
+
"subtitle_text": "",
|
|
192
|
+
"screen_visual_description": "",
|
|
193
|
+
"ui_elements_emphasized": [],
|
|
194
|
+
"background_effects": ""
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"lighting": {
|
|
198
|
+
"ambient": "soft neutral studio lighting",
|
|
199
|
+
"device_glow": "very subtle edge definition",
|
|
200
|
+
"shadow_style": "centered soft drop shadow with low opacity"
|
|
201
|
+
},
|
|
202
|
+
"realism": "ultra-premium minimal marketing mockups, Apple-style presentation, professional App Store quality"
|
|
203
|
+
}
|
|
204
|
+
${GRID_RULES}
|
|
205
|
+
- Do NOT introduce dynamic angles, cropping, or multiple devices.`;
|
|
206
|
+
// ── Style 3: SaaS conversion-focused with feature bullets ────────
|
|
207
|
+
const STYLE_3 = `${GRID_PREAMBLE}
|
|
208
|
+
- Each screenshot must:
|
|
209
|
+
- Contain exactly ONE primary centered device.
|
|
210
|
+
- Optional: small supporting UI callout cards outside the device.
|
|
211
|
+
- Maintain a clean, structured grid-based layout.
|
|
212
|
+
- Prioritize clarity and conversion over visual drama.
|
|
213
|
+
- Avoid tilting, cropping, overlapping, or cinematic effects.
|
|
214
|
+
LAYOUT SYSTEM (STRICT GRID):
|
|
215
|
+
- Use a structured 12-column invisible grid.
|
|
216
|
+
- Vertical layout zones:
|
|
217
|
+
1. Top 30% → Headline
|
|
218
|
+
2. Next 15% → Subtitle
|
|
219
|
+
3. Middle 40% → Centered device
|
|
220
|
+
4. Bottom 15% → Feature bullets or supporting proof
|
|
221
|
+
- All screenshots must follow this structure.
|
|
222
|
+
- Maintain identical spacing rhythm across all 8 slides.
|
|
223
|
+
- Strict safe margins on all sides.
|
|
224
|
+
DEVICE PRESENTATION:
|
|
225
|
+
- Fully visible modern smartphone frame.
|
|
226
|
+
- Straight-on perspective (no rotation).
|
|
227
|
+
- Consistent device size across all screenshots.
|
|
228
|
+
- Clean soft drop shadow centered beneath device.
|
|
229
|
+
- Subtle reflection allowed but minimal.
|
|
230
|
+
- Device must be the visual anchor.
|
|
231
|
+
FEATURE CALLOUT SYSTEM:
|
|
232
|
+
- Use 2–3 small benefit bullets per screenshot (max).
|
|
233
|
+
- Each bullet:
|
|
234
|
+
- Small icon (consistent icon set).
|
|
235
|
+
- Short benefit phrase (max 5 words).
|
|
236
|
+
- Keep bullets outside device.
|
|
237
|
+
- Align bullets symmetrically (centered or evenly spaced).
|
|
238
|
+
- Do not clutter.
|
|
239
|
+
TYPOGRAPHY SYSTEM:
|
|
240
|
+
- Use modern professional sans-serif (Inter / SF Pro / Manrope style).
|
|
241
|
+
- Headline:
|
|
242
|
+
- Bold and benefit-driven.
|
|
243
|
+
- Max 6 words.
|
|
244
|
+
- High contrast.
|
|
245
|
+
- Subtitle:
|
|
246
|
+
- Short explanation reinforcing value.
|
|
247
|
+
- Calm, trustworthy tone.
|
|
248
|
+
- Bullet text:
|
|
249
|
+
- Smaller, medium weight.
|
|
250
|
+
- Clean and scannable.
|
|
251
|
+
- Maintain identical hierarchy scale across all slides.
|
|
252
|
+
TEXT RULES:
|
|
253
|
+
- Focus on outcomes, not technical descriptions.
|
|
254
|
+
- Avoid hype language.
|
|
255
|
+
- Avoid excessive punctuation.
|
|
256
|
+
- Keep tone professional and confident.
|
|
257
|
+
- Optimize for readability at small App Store preview size.
|
|
258
|
+
COLOR SYSTEM:
|
|
259
|
+
- Use:
|
|
260
|
+
- 1 primary brand color
|
|
261
|
+
- 1 secondary supportive tone
|
|
262
|
+
- Neutral light or dark base
|
|
263
|
+
- Maintain consistent background logic across all slides.
|
|
264
|
+
- Alternate subtle tonal shifts only (light variations allowed).
|
|
265
|
+
- Ensure strong text contrast at all times.
|
|
266
|
+
BACKGROUND STYLE:
|
|
267
|
+
- Soft subtle gradient OR clean solid background.
|
|
268
|
+
- Optional faint geometric texture (very subtle).
|
|
269
|
+
- Avoid bold diagonal splits.
|
|
270
|
+
- Avoid dramatic lighting.
|
|
271
|
+
- Keep presentation calm and premium.
|
|
272
|
+
VISUAL CONSISTENCY RULES:
|
|
273
|
+
- Same device size across all 8 screenshots.
|
|
274
|
+
- Same headline alignment.
|
|
275
|
+
- Same bullet structure and icon size.
|
|
276
|
+
- Same grid spacing.
|
|
277
|
+
- Same shadow softness.
|
|
278
|
+
- Same lighting intensity.
|
|
279
|
+
- No style variation mid-sequence.
|
|
280
|
+
STORY STRUCTURE (CONVERSION FLOW):
|
|
281
|
+
- Slide 1 → Core value proposition.
|
|
282
|
+
- Slide 2 → Primary feature.
|
|
283
|
+
- Slide 3 → Secondary feature.
|
|
284
|
+
- Slide 4 → Workflow simplicity.
|
|
285
|
+
- Slide 5 → Advanced capability.
|
|
286
|
+
- Slide 6 → Customization / flexibility.
|
|
287
|
+
- Slide 7 → Trust / reliability / proof.
|
|
288
|
+
- Slide 8 → Reinforced value + soft CTA tone.
|
|
289
|
+
APP STORE OPTIMIZATION:
|
|
290
|
+
- Headline readable in thumbnail preview.
|
|
291
|
+
- Bullet text concise and scannable.
|
|
292
|
+
- Avoid dense paragraphs.
|
|
293
|
+
- Keep UI uncluttered.
|
|
294
|
+
- Maintain breathing space.
|
|
295
|
+
LIGHTING:
|
|
296
|
+
- Ambient: Neutral soft studio lighting.
|
|
297
|
+
- Device glow: Minimal edge separation.
|
|
298
|
+
- Shadow: Soft centered drop shadow with low-medium opacity.
|
|
299
|
+
REALISM LEVEL:
|
|
300
|
+
- Clean professional SaaS marketing mockups.
|
|
301
|
+
- Enterprise-ready feel.
|
|
302
|
+
- Trustworthy and polished.
|
|
303
|
+
- High-resolution App Store ready visuals.
|
|
304
|
+
Output ONLY a JSON object with this schema:
|
|
305
|
+
{
|
|
306
|
+
"type": "app_store_pro_screenshots",
|
|
307
|
+
"grid_layout": {
|
|
308
|
+
"rows": 2,
|
|
309
|
+
"columns": 4,
|
|
310
|
+
"total_cells": 8,
|
|
311
|
+
"arrangement": "All 8 screenshots arranged in a single image as a 2×4 grid (2 rows, 4 columns). Each grid cell contains one complete vertical marketing screenshot."
|
|
312
|
+
},
|
|
313
|
+
"style": {
|
|
314
|
+
"branding_theme": "",
|
|
315
|
+
"color_palette": [],
|
|
316
|
+
"typography": ""
|
|
317
|
+
},
|
|
318
|
+
"screenshots_overview": {
|
|
319
|
+
"count": 8,
|
|
320
|
+
"device_frames": "single centered modern smartphone, straight perspective",
|
|
321
|
+
"tagline_style": "benefit-driven headline + concise subtitle + structured feature bullets",
|
|
322
|
+
"visual_consistency_rules": [
|
|
323
|
+
"Strict grid-based layout",
|
|
324
|
+
"Consistent device scale",
|
|
325
|
+
"Uniform bullet and icon system",
|
|
326
|
+
"Identical typography hierarchy",
|
|
327
|
+
"Unified spacing rhythm",
|
|
328
|
+
"Consistent lighting and shadow softness"
|
|
329
|
+
]
|
|
330
|
+
},
|
|
331
|
+
"screenshots": [
|
|
332
|
+
{
|
|
333
|
+
"title_text": "",
|
|
334
|
+
"subtitle_text": "",
|
|
335
|
+
"screen_visual_description": "",
|
|
336
|
+
"ui_elements_emphasized": [],
|
|
337
|
+
"background_effects": ""
|
|
338
|
+
}
|
|
339
|
+
],
|
|
340
|
+
"lighting": {
|
|
341
|
+
"ambient": "soft neutral studio lighting",
|
|
342
|
+
"device_glow": "minimal edge separation",
|
|
343
|
+
"shadow_style": "subtle centered drop shadow"
|
|
344
|
+
},
|
|
345
|
+
"realism": "professional SaaS-grade marketing mockups, structured layout, App Store optimized clarity"
|
|
346
|
+
}
|
|
347
|
+
${GRID_RULES}
|
|
348
|
+
- Do NOT introduce cropping, dynamic tilt, or dramatic effects.`;
|
|
349
|
+
// ── Style 4: Bold geometric color blocks ─────────────────────────
|
|
350
|
+
const STYLE_4 = `${GRID_PREAMBLE}
|
|
351
|
+
- Each screenshot must:
|
|
352
|
+
- Contain 1–3 app screens inside realistic smartphone frames.
|
|
353
|
+
- Use bold background color blocks (solid, split, or geometric shapes).
|
|
354
|
+
- Emphasize high contrast and strong visual hierarchy.
|
|
355
|
+
- Prioritize scroll-stopping impact while remaining premium.
|
|
356
|
+
- Keep layout clean and intentional — bold does not mean messy.
|
|
357
|
+
LAYOUT SYSTEM:
|
|
358
|
+
- Use large geometric background blocks:
|
|
359
|
+
- Horizontal split
|
|
360
|
+
- Vertical split
|
|
361
|
+
- Diagonal split
|
|
362
|
+
- Large circular or abstract shape
|
|
363
|
+
- Maintain a consistent geometric logic across all 8 screenshots.
|
|
364
|
+
- Device may be centered OR slightly offset, but not heavily tilted.
|
|
365
|
+
- Maximum tilt allowed: 5–8 degrees.
|
|
366
|
+
- Do not crop device aggressively (full device mostly visible).
|
|
367
|
+
- Keep strong safe margins.
|
|
368
|
+
TEXT PLACEMENT RULES:
|
|
369
|
+
- Headline must be oversized and dominant.
|
|
370
|
+
- Text may partially overlap background shapes but NEVER overlap key UI.
|
|
371
|
+
- Use strong contrast between text and background color blocks.
|
|
372
|
+
- Keep text area structured and aligned.
|
|
373
|
+
- Do not scatter text randomly.
|
|
374
|
+
- Use short punchy headlines (max 5 words preferred).
|
|
375
|
+
- Subtitle must remain concise and benefit-driven.
|
|
376
|
+
TYPOGRAPHY SYSTEM:
|
|
377
|
+
- Use bold display sans-serif (heavy weight).
|
|
378
|
+
- Headline:
|
|
379
|
+
- Large, impactful.
|
|
380
|
+
- Tight vertical spacing.
|
|
381
|
+
- Subtitle:
|
|
382
|
+
- Medium weight.
|
|
383
|
+
- Smaller scale but highly readable.
|
|
384
|
+
- Optional micro-stat allowed (very short).
|
|
385
|
+
- Maintain identical hierarchy scale across all screenshots.
|
|
386
|
+
COLOR SYSTEM (STRICT CONTROL):
|
|
387
|
+
- Use:
|
|
388
|
+
- 1 dominant primary brand color
|
|
389
|
+
- 1 strong secondary color
|
|
390
|
+
- Neutral light or dark base
|
|
391
|
+
- Rotate background color dominance across slides:
|
|
392
|
+
- Slide 1: Primary dominant
|
|
393
|
+
- Slide 2: Secondary dominant
|
|
394
|
+
- Slide 3: Primary
|
|
395
|
+
- Continue rhythmically
|
|
396
|
+
- Do NOT introduce extra colors outside defined palette.
|
|
397
|
+
- Maintain contrast accessibility.
|
|
398
|
+
DEVICE PRESENTATION:
|
|
399
|
+
- Modern realistic smartphone frame.
|
|
400
|
+
- Slight perspective allowed (subtle only).
|
|
401
|
+
- Stronger drop shadow than minimal style.
|
|
402
|
+
- Clear separation from background block.
|
|
403
|
+
- Consistent device scale across all 8 slides.
|
|
404
|
+
- No extreme cinematic lighting.
|
|
405
|
+
VISUAL CONSISTENCY RULES:
|
|
406
|
+
- Same geometric background logic across slides.
|
|
407
|
+
- Same device size ratio.
|
|
408
|
+
- Same headline size scaling.
|
|
409
|
+
- Same tilt degree (if tilt used).
|
|
410
|
+
- Same shadow direction and softness.
|
|
411
|
+
- Same typography family and tracking.
|
|
412
|
+
- Unified color rotation pattern.
|
|
413
|
+
STORY FLOW STRUCTURE:
|
|
414
|
+
- Slide 1 → Core bold value statement.
|
|
415
|
+
- Slide 2–6 → Key features (one major benefit per slide).
|
|
416
|
+
- Slide 7 → Performance / trust / stats.
|
|
417
|
+
- Slide 8 → Strong closing reinforcement.
|
|
418
|
+
- Each slide must feel like part of a cohesive campaign.
|
|
419
|
+
APP STORE OPTIMIZATION:
|
|
420
|
+
- Ensure headline readable at thumbnail size.
|
|
421
|
+
- Avoid thin typography.
|
|
422
|
+
- Avoid low-contrast text on vibrant colors.
|
|
423
|
+
- Maintain breathing space.
|
|
424
|
+
- Keep UI uncluttered despite bold background.
|
|
425
|
+
BACKGROUND EFFECTS:
|
|
426
|
+
- Clean solid fills.
|
|
427
|
+
- Smooth gradient transitions allowed.
|
|
428
|
+
- Large abstract shapes.
|
|
429
|
+
- No heavy textures.
|
|
430
|
+
- No realistic environment scenes.
|
|
431
|
+
LIGHTING:
|
|
432
|
+
- Ambient: Clean modern studio light.
|
|
433
|
+
- Device glow: Moderate edge separation.
|
|
434
|
+
- Shadow: Stronger soft drop shadow for contrast.
|
|
435
|
+
- Avoid dramatic cinematic effects.
|
|
436
|
+
REALISM LEVEL:
|
|
437
|
+
- High-impact modern tech marketing visuals.
|
|
438
|
+
- Bold but premium.
|
|
439
|
+
- Scroll-stopping App Store presentation.
|
|
440
|
+
- High-resolution and professionally polished.
|
|
441
|
+
Output ONLY a JSON object with this schema:
|
|
442
|
+
{
|
|
443
|
+
"type": "app_store_pro_screenshots",
|
|
444
|
+
"grid_layout": {
|
|
445
|
+
"rows": 2,
|
|
446
|
+
"columns": 4,
|
|
447
|
+
"total_cells": 8,
|
|
448
|
+
"arrangement": "All 8 screenshots arranged in a single image as a 2×4 grid (2 rows, 4 columns). Each grid cell contains one complete vertical marketing screenshot."
|
|
449
|
+
},
|
|
450
|
+
"style": {
|
|
451
|
+
"branding_theme": "",
|
|
452
|
+
"color_palette": [],
|
|
453
|
+
"typography": ""
|
|
454
|
+
},
|
|
455
|
+
"screenshots_overview": {
|
|
456
|
+
"count": 8,
|
|
457
|
+
"device_frames": "modern smartphone frames with subtle perspective and strong separation shadows",
|
|
458
|
+
"tagline_style": "large bold headline with concise benefit subtitle",
|
|
459
|
+
"visual_consistency_rules": [
|
|
460
|
+
"Consistent geometric background system",
|
|
461
|
+
"Defined color rotation pattern",
|
|
462
|
+
"Consistent device scale ratio",
|
|
463
|
+
"Unified typography hierarchy",
|
|
464
|
+
"Strong contrast maintained",
|
|
465
|
+
"Controlled shadow direction"
|
|
466
|
+
]
|
|
467
|
+
},
|
|
468
|
+
"screenshots": [
|
|
469
|
+
{
|
|
470
|
+
"title_text": "",
|
|
471
|
+
"subtitle_text": "",
|
|
472
|
+
"screen_visual_description": "",
|
|
473
|
+
"ui_elements_emphasized": [],
|
|
474
|
+
"background_effects": ""
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"lighting": {
|
|
478
|
+
"ambient": "clean modern studio lighting",
|
|
479
|
+
"device_glow": "moderate edge separation",
|
|
480
|
+
"shadow_style": "strong soft drop shadow for depth"
|
|
481
|
+
},
|
|
482
|
+
"realism": "bold high-impact App Store marketing mockups, vibrant geometric backgrounds, premium polished finish"
|
|
483
|
+
}
|
|
484
|
+
${GRID_RULES}
|
|
485
|
+
- Maintain strict color control.
|
|
486
|
+
- Do NOT introduce random new background styles mid-sequence.`;
|
|
487
|
+
// ── Style 5: Full-bleed UI, no device frames ─────────────────────
|
|
488
|
+
const STYLE_5 = `${GRID_PREAMBLE}
|
|
489
|
+
- Each screenshot must:
|
|
490
|
+
- NOT use smartphone device frames.
|
|
491
|
+
- Display the app UI full-bleed (edge-to-edge).
|
|
492
|
+
- Focus on immersive product presentation.
|
|
493
|
+
- Highlight one major feature per screenshot.
|
|
494
|
+
- Maintain strict App Store safe margins for text overlay.
|
|
495
|
+
UI PRESENTATION SYSTEM:
|
|
496
|
+
- Show full vertical app screen scaled proportionally.
|
|
497
|
+
- UI may slightly zoom in (5–15%) to emphasize key sections.
|
|
498
|
+
- Zoom logic must remain consistent across all 8 screenshots.
|
|
499
|
+
- Do not distort UI proportions.
|
|
500
|
+
- Keep UI crisp and readable.
|
|
501
|
+
LAYOUT STRUCTURE:
|
|
502
|
+
- Use a layered overlay system:
|
|
503
|
+
- Background: Full UI
|
|
504
|
+
- Middle layer: Subtle blur or gradient mask behind text
|
|
505
|
+
- Top layer: Headline + subtitle
|
|
506
|
+
- Text must sit on a subtle blur panel or gradient fade for readability.
|
|
507
|
+
- Maintain consistent text placement across all screenshots:
|
|
508
|
+
- Either all top-aligned OR all bottom-aligned.
|
|
509
|
+
- Do not mix alignment styles.
|
|
510
|
+
TEXT SYSTEM:
|
|
511
|
+
- Headline:
|
|
512
|
+
- Bold, minimal, benefit-focused.
|
|
513
|
+
- Max 6 words.
|
|
514
|
+
- High contrast against overlay.
|
|
515
|
+
- Subtitle:
|
|
516
|
+
- Short supporting line.
|
|
517
|
+
- Clarifies value, not feature mechanics.
|
|
518
|
+
- Optional micro-proof line allowed (very short).
|
|
519
|
+
- Avoid heavy paragraphs.
|
|
520
|
+
- Avoid cluttered bullets.
|
|
521
|
+
VISUAL EMPHASIS RULES:
|
|
522
|
+
- Use subtle UI highlight techniques:
|
|
523
|
+
- Soft glow around important UI element
|
|
524
|
+
- Slight brightness increase on focal area
|
|
525
|
+
- Minimal shadow separation
|
|
526
|
+
- Do not use dramatic arrows or large graphic overlays.
|
|
527
|
+
- Keep enhancements subtle and premium.
|
|
528
|
+
COLOR SYSTEM:
|
|
529
|
+
- Background is driven by UI colors.
|
|
530
|
+
- Text overlay panel must harmonize with UI palette.
|
|
531
|
+
- Avoid introducing unrelated accent colors.
|
|
532
|
+
- Maintain consistent overlay opacity level across slides.
|
|
533
|
+
BACKGROUND EFFECTS:
|
|
534
|
+
- Use subtle gradient fades behind text.
|
|
535
|
+
- Use glassmorphism-style soft blur panel if needed.
|
|
536
|
+
- Keep overlay minimal and clean.
|
|
537
|
+
- Avoid heavy textures.
|
|
538
|
+
- Avoid decorative patterns.
|
|
539
|
+
TYPOGRAPHY SYSTEM:
|
|
540
|
+
- Modern clean sans-serif (Inter / SF Pro / Manrope style).
|
|
541
|
+
- Headline large and bold.
|
|
542
|
+
- Subtitle medium weight.
|
|
543
|
+
- Maintain identical hierarchy scale across all slides.
|
|
544
|
+
- Strict alignment consistency.
|
|
545
|
+
VISUAL CONSISTENCY RULES:
|
|
546
|
+
- Same UI zoom ratio across all screenshots.
|
|
547
|
+
- Same text alignment zone.
|
|
548
|
+
- Same overlay opacity.
|
|
549
|
+
- Same headline size and weight.
|
|
550
|
+
- Same highlight technique intensity.
|
|
551
|
+
- No variation in lighting style.
|
|
552
|
+
STORY FLOW STRUCTURE:
|
|
553
|
+
- Slide 1 → Core product value (hero UI screen).
|
|
554
|
+
- Slide 2–6 → Feature deep dives (each zooming into relevant UI section).
|
|
555
|
+
- Slide 7 → Performance / analytics / proof screen.
|
|
556
|
+
- Slide 8 → Closing reinforcement with strongest visual UI moment.
|
|
557
|
+
APP STORE OPTIMIZATION:
|
|
558
|
+
- Ensure headline readable in thumbnail preview.
|
|
559
|
+
- Avoid thin light fonts on bright UI backgrounds.
|
|
560
|
+
- Keep overlay contrast strong enough.
|
|
561
|
+
- Maintain safe margins from top and bottom UI areas.
|
|
562
|
+
- Avoid overcrowding UI with excessive overlays.
|
|
563
|
+
LIGHTING & DEPTH:
|
|
564
|
+
- No external lighting (since no device).
|
|
565
|
+
- Depth achieved through blur overlays and subtle shadows.
|
|
566
|
+
- Avoid heavy 3D effects.
|
|
567
|
+
- Keep presentation flat but layered.
|
|
568
|
+
REALISM LEVEL:
|
|
569
|
+
- Crisp, high-resolution UI.
|
|
570
|
+
- Premium SaaS / modern app marketing aesthetic.
|
|
571
|
+
- Clean, immersive, product-first presentation.
|
|
572
|
+
- Professional App Store ready quality.
|
|
573
|
+
Output ONLY a JSON object with this schema:
|
|
574
|
+
{
|
|
575
|
+
"type": "app_store_pro_screenshots",
|
|
576
|
+
"grid_layout": {
|
|
577
|
+
"rows": 2,
|
|
578
|
+
"columns": 4,
|
|
579
|
+
"total_cells": 8,
|
|
580
|
+
"arrangement": "All 8 screenshots arranged in a single image as a 2×4 grid (2 rows, 4 columns). Each grid cell contains one complete vertical marketing screenshot."
|
|
581
|
+
},
|
|
582
|
+
"style": {
|
|
583
|
+
"branding_theme": "",
|
|
584
|
+
"color_palette": [],
|
|
585
|
+
"typography": ""
|
|
586
|
+
},
|
|
587
|
+
"screenshots_overview": {
|
|
588
|
+
"count": 8,
|
|
589
|
+
"device_frames": "no device frames, full-bleed UI presentation",
|
|
590
|
+
"tagline_style": "bold minimal headline layered over subtle blur panel",
|
|
591
|
+
"visual_consistency_rules": [
|
|
592
|
+
"Consistent UI zoom ratio",
|
|
593
|
+
"Uniform overlay opacity and blur level",
|
|
594
|
+
"Identical text alignment across slides",
|
|
595
|
+
"Unified typography hierarchy",
|
|
596
|
+
"Subtle highlight intensity consistency"
|
|
597
|
+
]
|
|
598
|
+
},
|
|
599
|
+
"screenshots": [
|
|
600
|
+
{
|
|
601
|
+
"title_text": "",
|
|
602
|
+
"subtitle_text": "",
|
|
603
|
+
"screen_visual_description": "",
|
|
604
|
+
"ui_elements_emphasized": [],
|
|
605
|
+
"background_effects": ""
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"lighting": {
|
|
609
|
+
"ambient": "none, UI-driven presentation",
|
|
610
|
+
"device_glow": "not applicable",
|
|
611
|
+
"shadow_style": "subtle overlay shadow separation only"
|
|
612
|
+
},
|
|
613
|
+
"realism": "immersive UI-first App Store marketing visuals, crisp full-bleed presentation, modern premium aesthetic"
|
|
614
|
+
}
|
|
615
|
+
${GRID_RULES}
|
|
616
|
+
- Do NOT introduce device frames.
|
|
617
|
+
- Do NOT add cinematic lighting or heavy 3D effects.`;
|
|
618
|
+
// ── Style 6: Cinematic depth with layered devices ────────────────
|
|
619
|
+
const STYLE_6 = `${GRID_PREAMBLE}
|
|
620
|
+
- Each screenshot must:
|
|
621
|
+
- Be in strict **9:16 vertical format** (portrait orientation for App Store).
|
|
622
|
+
- Contain 1–3 app screens inside realistic smartphone frames.
|
|
623
|
+
- Use layered depth composition (foreground, midground, background).
|
|
624
|
+
- Emphasize spatial hierarchy and visual drama.
|
|
625
|
+
- Maintain App Store readability and safe margins.
|
|
626
|
+
- Avoid chaotic or overly busy layouts.
|
|
627
|
+
DEPTH SYSTEM (MANDATORY):
|
|
628
|
+
- Foreground:
|
|
629
|
+
- Primary device in sharp focus.
|
|
630
|
+
- Midground:
|
|
631
|
+
- Secondary device or UI element (optional).
|
|
632
|
+
- Background:
|
|
633
|
+
- Soft gradient environment with subtle light bloom.
|
|
634
|
+
- Apply controlled depth-of-field effect:
|
|
635
|
+
- Foreground crisp.
|
|
636
|
+
- Background softly diffused.
|
|
637
|
+
- Maintain consistent depth logic across all 8 screenshots.
|
|
638
|
+
DEVICE ARRANGEMENT:
|
|
639
|
+
- Primary device slightly angled (8–15° max).
|
|
640
|
+
- Secondary device (if used) must sit behind or offset.
|
|
641
|
+
- Devices may overlap slightly for dimensional feel.
|
|
642
|
+
- Maintain consistent tilt angle across slides.
|
|
643
|
+
- Device scale must remain consistent.
|
|
644
|
+
- Ensure devices fit **vertically within the 9:16 frame**, keeping top and bottom safe margins for text.
|
|
645
|
+
LIGHTING SYSTEM:
|
|
646
|
+
- Use directional key light (top-left OR top-right — choose one and keep consistent).
|
|
647
|
+
- Subtle rim light on device edges for separation.
|
|
648
|
+
- Soft bloom glow behind primary device.
|
|
649
|
+
- Avoid extreme lens flares.
|
|
650
|
+
- Keep lighting premium and controlled.
|
|
651
|
+
LAYOUT STRUCTURE:
|
|
652
|
+
- Text must remain clear and anchored.
|
|
653
|
+
- Headline placed either top-left or top-right consistently across all slides.
|
|
654
|
+
- Text must not float randomly.
|
|
655
|
+
- Use invisible grid alignment even in cinematic layout.
|
|
656
|
+
- Maintain safe spacing from edges.
|
|
657
|
+
- Respect 9:16 vertical layout zones:
|
|
658
|
+
- Top 20–25% → Headline
|
|
659
|
+
- Middle 55–60% → Device(s)
|
|
660
|
+
- Bottom 15–20% → Subtitle or micro-stat
|
|
661
|
+
TYPOGRAPHY SYSTEM:
|
|
662
|
+
- Use bold modern sans-serif with strong presence.
|
|
663
|
+
- Headline:
|
|
664
|
+
- Short, powerful, emotionally engaging.
|
|
665
|
+
- Max 6 words.
|
|
666
|
+
- Subtitle:
|
|
667
|
+
- Supportive benefit statement.
|
|
668
|
+
- Keep concise.
|
|
669
|
+
- Maintain consistent hierarchy across all slides.
|
|
670
|
+
TEXT STYLE RULES:
|
|
671
|
+
- Messaging may be slightly more aspirational.
|
|
672
|
+
- Avoid hype language.
|
|
673
|
+
- Avoid excessive punctuation.
|
|
674
|
+
- Keep tone confident and premium.
|
|
675
|
+
- Ensure high contrast against background.
|
|
676
|
+
BACKGROUND ENVIRONMENT:
|
|
677
|
+
- Use dark-to-light gradients or subtle color washes.
|
|
678
|
+
- Add faint volumetric light behind device.
|
|
679
|
+
- No busy patterns.
|
|
680
|
+
- No stock photos or real-world environments.
|
|
681
|
+
- Keep background abstract and product-focused.
|
|
682
|
+
COLOR SYSTEM:
|
|
683
|
+
- Use:
|
|
684
|
+
- 1 primary brand color (for glow accents)
|
|
685
|
+
- Neutral dark or deep tone base
|
|
686
|
+
- Optional subtle secondary highlight
|
|
687
|
+
- Maintain consistent color mood across all slides.
|
|
688
|
+
- Do not dramatically change background color between slides.
|
|
689
|
+
VISUAL CONSISTENCY RULES:
|
|
690
|
+
- Same light direction across all screenshots.
|
|
691
|
+
- Same tilt degree for primary device.
|
|
692
|
+
- Same shadow softness and glow intensity.
|
|
693
|
+
- Same typography scale.
|
|
694
|
+
- Same spatial depth structure.
|
|
695
|
+
- No random layout shifts.
|
|
696
|
+
STORY FLOW STRUCTURE:
|
|
697
|
+
- Slide 1 → Hero cinematic value moment.
|
|
698
|
+
- Slide 2–5 → Feature highlights with layered depth.
|
|
699
|
+
- Slide 6 → Workflow or interaction progression.
|
|
700
|
+
- Slide 7 → Performance / analytics / data moment.
|
|
701
|
+
- Slide 8 → Strong premium closing scene.
|
|
702
|
+
APP STORE OPTIMIZATION:
|
|
703
|
+
- Must fit **9:16 portrait preview**.
|
|
704
|
+
- Headline readable at thumbnail size.
|
|
705
|
+
- Avoid thin fonts on dark backgrounds.
|
|
706
|
+
- Maintain strong text contrast.
|
|
707
|
+
- Avoid overcrowding with too many devices.
|
|
708
|
+
- Preserve breathing space even with depth layers.
|
|
709
|
+
SHADOW SYSTEM:
|
|
710
|
+
- Realistic soft shadows based on light direction.
|
|
711
|
+
- Slight shadow overlap between layered devices.
|
|
712
|
+
- No exaggerated 3D cartoon shadows.
|
|
713
|
+
REALISM LEVEL:
|
|
714
|
+
- High-end product launch aesthetic.
|
|
715
|
+
- Premium keynote-level presentation.
|
|
716
|
+
- Dimensional but refined.
|
|
717
|
+
- Ultra-polished App Store ready visuals.
|
|
718
|
+
Output ONLY a JSON object with this schema:
|
|
719
|
+
{
|
|
720
|
+
"type": "app_store_pro_screenshots",
|
|
721
|
+
"grid_layout": {
|
|
722
|
+
"rows": 2,
|
|
723
|
+
"columns": 4,
|
|
724
|
+
"total_cells": 8,
|
|
725
|
+
"arrangement": "All 8 screenshots arranged in a single image as a 2×4 grid (2 rows, 4 columns). Each grid cell contains one complete vertical marketing screenshot."
|
|
726
|
+
},
|
|
727
|
+
"style": {
|
|
728
|
+
"branding_theme": "",
|
|
729
|
+
"color_palette": [],
|
|
730
|
+
"typography": ""
|
|
731
|
+
},
|
|
732
|
+
"screenshots_overview": {
|
|
733
|
+
"count": 8,
|
|
734
|
+
"device_frames": "layered modern smartphone frames with controlled depth and slight perspective",
|
|
735
|
+
"tagline_style": "short powerful headline with refined supporting line",
|
|
736
|
+
"visual_consistency_rules": [
|
|
737
|
+
"Consistent light direction across slides",
|
|
738
|
+
"Uniform device tilt angle",
|
|
739
|
+
"Maintained depth-of-field logic",
|
|
740
|
+
"Consistent glow intensity",
|
|
741
|
+
"Unified typography hierarchy",
|
|
742
|
+
"Stable spatial composition system",
|
|
743
|
+
"Strict 9:16 vertical portrait layout"
|
|
744
|
+
]
|
|
745
|
+
},
|
|
746
|
+
"screenshots": [
|
|
747
|
+
{
|
|
748
|
+
"title_text": "",
|
|
749
|
+
"subtitle_text": "",
|
|
750
|
+
"screen_visual_description": "",
|
|
751
|
+
"ui_elements_emphasized": [],
|
|
752
|
+
"background_effects": ""
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"lighting": {
|
|
756
|
+
"ambient": "directional cinematic key light with subtle bloom",
|
|
757
|
+
"device_glow": "soft rim light for separation",
|
|
758
|
+
"shadow_style": "realistic depth-based shadows aligned with key light"
|
|
759
|
+
},
|
|
760
|
+
"realism": "premium cinematic product-launch marketing visuals, dimensional layered composition, high-end App Store presentation, 9:16 vertical ready"
|
|
761
|
+
}
|
|
762
|
+
${GRID_RULES}
|
|
763
|
+
- Maintain consistent light direction and tilt angle.
|
|
764
|
+
- Ensure **all screenshots are strictly 9:16 portrait**.
|
|
765
|
+
- Do NOT introduce chaotic overlapping.`;
|
|
766
|
+
// ── Style 7: Editorial lifestyle with floating objects ───────────
|
|
767
|
+
const STYLE_7 = `${GRID_PREAMBLE}
|
|
768
|
+
You are generating premium App Store screenshots for a lifestyle-focused app.
|
|
769
|
+
Return ONLY a valid JSON object.
|
|
770
|
+
Do not include explanations.
|
|
771
|
+
Generate exactly 8 vertical screenshots (9:16).
|
|
772
|
+
CORE STYLE CONCEPT:
|
|
773
|
+
This is an editorial, fashion-magazine-inspired screenshot system.
|
|
774
|
+
The app UI must feel integrated into a lifestyle context.
|
|
775
|
+
The composition must include floating cut-out objects relevant to the app.
|
|
776
|
+
This style is soft, aesthetic, and aspirational — not aggressive.
|
|
777
|
+
VISUAL STRUCTURE:
|
|
778
|
+
Each screenshot must include:
|
|
779
|
+
1. Soft neutral background (beige, warm cream, light pastel)
|
|
780
|
+
2. Rounded vertical container card holding the app UI
|
|
781
|
+
3. Floating cut-out objects around the device (realistic shadows)
|
|
782
|
+
4. Elegant serif headline typography at top
|
|
783
|
+
5. Airy spacing and breathing room
|
|
784
|
+
6. Subtle layered depth
|
|
785
|
+
TYPOGRAPHY SYSTEM:
|
|
786
|
+
- Serif font (editorial feel, high-fashion energy)
|
|
787
|
+
- Headline: 3–6 words
|
|
788
|
+
- Sentence case (not ALL CAPS)
|
|
789
|
+
- Calm, aspirational tone
|
|
790
|
+
- No giant single-word anchors
|
|
791
|
+
- No bold billboard typography
|
|
792
|
+
BACKGROUND RULES:
|
|
793
|
+
- Soft neutral palette
|
|
794
|
+
- No dark backgrounds
|
|
795
|
+
- No high-contrast neon colors
|
|
796
|
+
- Minimal gradients allowed (very subtle)
|
|
797
|
+
- Slight paper-like warmth preferred
|
|
798
|
+
DEVICE RULES:
|
|
799
|
+
- iPhone mockup inside rounded container card
|
|
800
|
+
- Slight drop shadow
|
|
801
|
+
- Centered or slightly off-center
|
|
802
|
+
- No aggressive tilt
|
|
803
|
+
- Device should feel embedded in design
|
|
804
|
+
COLLAGE RULES:
|
|
805
|
+
- 4–10 floating cut-out objects relevant to the app
|
|
806
|
+
- Objects must have:
|
|
807
|
+
- Soft realistic shadow
|
|
808
|
+
- Slight depth
|
|
809
|
+
- Clean cut-out edges
|
|
810
|
+
- Objects should feel organically scattered
|
|
811
|
+
- Do not overcrowd layout
|
|
812
|
+
SOCIAL PROOF INTEGRATION:
|
|
813
|
+
- Ratings
|
|
814
|
+
- User count
|
|
815
|
+
- Review numbers
|
|
816
|
+
- Small badge icons
|
|
817
|
+
Must be visually integrated, not oversized.
|
|
818
|
+
DEPTH SYSTEM:
|
|
819
|
+
- Soft layered stacking
|
|
820
|
+
- Subtle shadows
|
|
821
|
+
- Slight object overlap
|
|
822
|
+
- Gentle 3D realism
|
|
823
|
+
- No dramatic lighting
|
|
824
|
+
SCREEN FLOW:
|
|
825
|
+
1. Intro (brand + social proof)
|
|
826
|
+
2. Core management feature
|
|
827
|
+
3. Creative feature
|
|
828
|
+
4. Discovery feature
|
|
829
|
+
5. Organization feature
|
|
830
|
+
6. Personalization feature
|
|
831
|
+
7. Community/social feature
|
|
832
|
+
8. Closing aspirational lifestyle shot
|
|
833
|
+
APP STORE OPTIMIZATION:
|
|
834
|
+
- Must remain readable at small preview size
|
|
835
|
+
- Headline must not exceed 2 lines
|
|
836
|
+
- Maintain safe top/bottom margins
|
|
837
|
+
- Avoid clutter
|
|
838
|
+
- Clean hierarchy
|
|
839
|
+
REALISM LEVEL:
|
|
840
|
+
- High-end fashion app aesthetic
|
|
841
|
+
- Instagram / Pinterest visual language
|
|
842
|
+
- Soft editorial tone
|
|
843
|
+
- Clean premium SaaS finish
|
|
844
|
+
Output ONLY a JSON object using this schema:
|
|
845
|
+
{
|
|
846
|
+
"type": "app_store_pro_screenshots",
|
|
847
|
+
"grid_layout": {
|
|
848
|
+
"rows": 2,
|
|
849
|
+
"columns": 4,
|
|
850
|
+
"total_cells": 8,
|
|
851
|
+
"arrangement": "All 8 screenshots arranged in a single image as a 2×4 grid (2 rows, 4 columns). Each grid cell contains one complete vertical marketing screenshot."
|
|
852
|
+
},
|
|
853
|
+
"style": {
|
|
854
|
+
"branding_theme": "",
|
|
855
|
+
"color_palette": [],
|
|
856
|
+
"typography": ""
|
|
857
|
+
},
|
|
858
|
+
"screenshots_overview": {
|
|
859
|
+
"count": 8,
|
|
860
|
+
"device_frames": "iPhone mockup inside rounded container card with soft shadow",
|
|
861
|
+
"tagline_style": "elegant serif headline, calm aspirational tone",
|
|
862
|
+
"visual_consistency_rules": [
|
|
863
|
+
"Consistent soft neutral background palette",
|
|
864
|
+
"Uniform floating object style and shadow depth",
|
|
865
|
+
"Identical serif typography hierarchy",
|
|
866
|
+
"Consistent container card styling",
|
|
867
|
+
"Unified collage density and spacing",
|
|
868
|
+
"Harmonized editorial aesthetic across all slides"
|
|
869
|
+
]
|
|
870
|
+
},
|
|
871
|
+
"screenshots": [
|
|
872
|
+
{
|
|
873
|
+
"title_text": "",
|
|
874
|
+
"subtitle_text": "",
|
|
875
|
+
"screen_visual_description": "",
|
|
876
|
+
"ui_elements_emphasized": [],
|
|
877
|
+
"background_effects": ""
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"lighting": {
|
|
881
|
+
"ambient": "soft diffused natural light, editorial studio feel",
|
|
882
|
+
"device_glow": "gentle embedded shadow within container card",
|
|
883
|
+
"shadow_style": "soft realistic shadows on floating objects"
|
|
884
|
+
},
|
|
885
|
+
"realism": "high-end editorial lifestyle aesthetic, fashion-magazine inspired, Pinterest-quality premium finish"
|
|
886
|
+
}
|
|
887
|
+
${GRID_RULES}
|
|
888
|
+
- Enforce thematic cohesion.
|
|
889
|
+
- Do NOT use dark backgrounds or aggressive typography.`;
|
|
890
|
+
// ── Style 8: Floating product reveal (Apple keynote) ─────────────
|
|
891
|
+
const STYLE_8 = `${GRID_PREAMBLE}
|
|
892
|
+
Return ONLY a valid JSON object following the schema provided below.
|
|
893
|
+
Do NOT include explanations.
|
|
894
|
+
Do NOT include commentary.
|
|
895
|
+
Do NOT break structure.
|
|
896
|
+
Generate exactly 8 screenshots.
|
|
897
|
+
CORE CONCEPT:
|
|
898
|
+
This style is a premium floating product reveal aesthetic.
|
|
899
|
+
The device is the hero.
|
|
900
|
+
The UI is clearly visible.
|
|
901
|
+
Typography supports the product.
|
|
902
|
+
The overall look must feel like an Apple keynote slide.
|
|
903
|
+
FORMAT REQUIREMENTS:
|
|
904
|
+
- Strict 9:16 vertical portrait layout.
|
|
905
|
+
- Designed for App Store preview.
|
|
906
|
+
- Maintain safe margins (top and bottom).
|
|
907
|
+
- Headline must be readable at thumbnail size.
|
|
908
|
+
DEVICE SYSTEM:
|
|
909
|
+
- Use 1–2 realistic modern smartphone frames per screenshot.
|
|
910
|
+
- Primary device slightly angled (8–12° max).
|
|
911
|
+
- Maintain identical tilt angle across all 8 slides.
|
|
912
|
+
- Maintain consistent device scale across all slides.
|
|
913
|
+
- Devices must float with subtle realistic shadow beneath.
|
|
914
|
+
- If secondary device is used, it must sit behind primary and slightly offset.
|
|
915
|
+
- No chaotic overlapping.
|
|
916
|
+
- Devices must remain vertically centered within 9:16 frame.
|
|
917
|
+
DEPTH SYSTEM (MANDATORY):
|
|
918
|
+
- Foreground: Primary device in sharp focus.
|
|
919
|
+
- Midground: Optional secondary device slightly softened.
|
|
920
|
+
- Background: Soft gradient environment with subtle bloom.
|
|
921
|
+
- Apply controlled depth-of-field:
|
|
922
|
+
- Devices crisp.
|
|
923
|
+
- Background diffused.
|
|
924
|
+
- Maintain identical depth logic across all slides.
|
|
925
|
+
LIGHTING SYSTEM:
|
|
926
|
+
- Choose ONE light direction (top-left OR top-right).
|
|
927
|
+
- Use it consistently across all slides.
|
|
928
|
+
- Add subtle rim light on device edges.
|
|
929
|
+
- Add soft bloom glow behind primary device.
|
|
930
|
+
- Avoid harsh reflections.
|
|
931
|
+
- No extreme lens flares.
|
|
932
|
+
LAYOUT STRUCTURE:
|
|
933
|
+
- Headline must be anchored consistently (top-left OR top-right — choose one and keep consistent).
|
|
934
|
+
- Top 20–25% → Headline.
|
|
935
|
+
- Middle 55–60% → Device(s).
|
|
936
|
+
- Bottom 15–20% → Subtitle.
|
|
937
|
+
- Use invisible grid alignment.
|
|
938
|
+
- No floating random text placement.
|
|
939
|
+
- Maintain generous breathing space.
|
|
940
|
+
TYPOGRAPHY SYSTEM:
|
|
941
|
+
- Bold modern sans-serif.
|
|
942
|
+
- Headline:
|
|
943
|
+
- Max 6 words.
|
|
944
|
+
- Emotion-driven.
|
|
945
|
+
- Short and powerful.
|
|
946
|
+
- Subtitle:
|
|
947
|
+
- Short supporting benefit.
|
|
948
|
+
- Concise and refined.
|
|
949
|
+
- Maintain consistent hierarchy and font scale across slides.
|
|
950
|
+
TEXT STYLE RULES:
|
|
951
|
+
- Slightly aspirational tone.
|
|
952
|
+
- Avoid hype language.
|
|
953
|
+
- Avoid excessive punctuation.
|
|
954
|
+
- Keep confident and premium.
|
|
955
|
+
- Ensure strong contrast against background.
|
|
956
|
+
BACKGROUND ENVIRONMENT:
|
|
957
|
+
- Dark-to-light gradient or deep premium base tone.
|
|
958
|
+
- Subtle volumetric glow behind device.
|
|
959
|
+
- No patterns.
|
|
960
|
+
- No stock images.
|
|
961
|
+
- No real-world environments.
|
|
962
|
+
- Abstract and product-focused only.
|
|
963
|
+
COLOR SYSTEM:
|
|
964
|
+
- Use 1 primary brand color (for glow accents).
|
|
965
|
+
- Use 1 deep neutral base tone.
|
|
966
|
+
- Optional subtle secondary highlight.
|
|
967
|
+
- Maintain consistent color mood across all slides.
|
|
968
|
+
- Do not drastically change background color between slides.
|
|
969
|
+
SHADOW SYSTEM:
|
|
970
|
+
- Realistic soft floating shadows aligned with light direction.
|
|
971
|
+
- Slight shadow overlap if two devices are layered.
|
|
972
|
+
- No exaggerated cartoon shadows.
|
|
973
|
+
STORY FLOW STRUCTURE:
|
|
974
|
+
- Slide 1 → Hero product reveal moment.
|
|
975
|
+
- Slide 2–4 → Feature highlights.
|
|
976
|
+
- Slide 5 → Workflow or interaction layering moment.
|
|
977
|
+
- Slide 6 → Guided process or transition state.
|
|
978
|
+
- Slide 7 → Performance / analytics / data emphasis.
|
|
979
|
+
- Slide 8 → Strong premium closing product hero.
|
|
980
|
+
APP STORE OPTIMIZATION:
|
|
981
|
+
- Headline must remain readable at small preview size.
|
|
982
|
+
- Avoid thin fonts on dark backgrounds.
|
|
983
|
+
- Avoid overcrowding.
|
|
984
|
+
- Preserve breathing space.
|
|
985
|
+
- Strictly optimized for 9:16 portrait.
|
|
986
|
+
REALISM LEVEL:
|
|
987
|
+
- High-end product launch aesthetic.
|
|
988
|
+
- Premium keynote-level presentation.
|
|
989
|
+
- Dimensional but refined.
|
|
990
|
+
- Ultra-polished App Store-ready visuals.
|
|
991
|
+
Output ONLY a JSON object using this schema:
|
|
992
|
+
{
|
|
993
|
+
"type": "app_store_pro_screenshots",
|
|
994
|
+
"grid_layout": {
|
|
995
|
+
"rows": 2,
|
|
996
|
+
"columns": 4,
|
|
997
|
+
"total_cells": 8,
|
|
998
|
+
"arrangement": "All 8 screenshots arranged in a single image as a 2×4 grid (2 rows, 4 columns). Each grid cell contains one complete vertical marketing screenshot."
|
|
999
|
+
},
|
|
1000
|
+
"style": {
|
|
1001
|
+
"branding_theme": "",
|
|
1002
|
+
"color_palette": [],
|
|
1003
|
+
"typography": ""
|
|
1004
|
+
},
|
|
1005
|
+
"screenshots_overview": {
|
|
1006
|
+
"count": 8,
|
|
1007
|
+
"device_frames": "floating modern smartphone frames with controlled depth and subtle angle",
|
|
1008
|
+
"tagline_style": "short powerful headline with refined supporting subtitle",
|
|
1009
|
+
"visual_consistency_rules": [
|
|
1010
|
+
"Consistent light direction across slides",
|
|
1011
|
+
"Uniform device tilt angle",
|
|
1012
|
+
"Maintained depth-of-field logic",
|
|
1013
|
+
"Consistent bloom glow intensity",
|
|
1014
|
+
"Unified typography hierarchy",
|
|
1015
|
+
"Stable spatial composition system",
|
|
1016
|
+
"Strict 9:16 vertical portrait layout"
|
|
1017
|
+
]
|
|
1018
|
+
},
|
|
1019
|
+
"screenshots": [
|
|
1020
|
+
{
|
|
1021
|
+
"title_text": "",
|
|
1022
|
+
"subtitle_text": "",
|
|
1023
|
+
"screen_visual_description": "",
|
|
1024
|
+
"ui_elements_emphasized": [],
|
|
1025
|
+
"background_effects": ""
|
|
1026
|
+
}
|
|
1027
|
+
],
|
|
1028
|
+
"lighting": {
|
|
1029
|
+
"ambient": "directional key light with subtle bloom",
|
|
1030
|
+
"device_glow": "soft rim light for edge separation",
|
|
1031
|
+
"shadow_style": "realistic floating shadows aligned with key light"
|
|
1032
|
+
},
|
|
1033
|
+
"realism": "premium Apple keynote product-reveal aesthetic, floating hero device presentation, ultra-polished App Store-ready visuals"
|
|
1034
|
+
}
|
|
1035
|
+
${GRID_RULES}
|
|
1036
|
+
- Maintain consistent light direction and tilt angle.
|
|
1037
|
+
- Ensure **all screenshots are strictly 9:16 portrait**.
|
|
1038
|
+
- Do NOT introduce chaotic overlapping.`;
|
|
1039
|
+
// ── Export ────────────────────────────────────────────────────────
|
|
1040
|
+
export const STYLE_PROMPTS = {
|
|
1041
|
+
1: STYLE_1,
|
|
1042
|
+
2: STYLE_2,
|
|
1043
|
+
3: STYLE_3,
|
|
1044
|
+
4: STYLE_4,
|
|
1045
|
+
5: STYLE_5,
|
|
1046
|
+
6: STYLE_6,
|
|
1047
|
+
7: STYLE_7,
|
|
1048
|
+
8: STYLE_8,
|
|
1049
|
+
};
|
|
1050
|
+
//# sourceMappingURL=screenshot-styles.js.map
|