@genfeedai/prompts 0.1.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.
@@ -0,0 +1,50 @@
1
+ {
2
+ "id": "email-sequence",
3
+ "title": "Email Marketing Sequence",
4
+ "description": "Effective email sequences for nurturing and conversion",
5
+ "category": "content",
6
+ "tier": "free",
7
+ "template": "Design a {type} email sequence for {goal}, {length} emails, {audience} audience, {tone} approach, conversion-focused",
8
+ "variables": [
9
+ {
10
+ "name": "type",
11
+ "label": "Sequence Type",
12
+ "type": "select",
13
+ "options": ["welcome", "nurture", "sales", "onboarding"],
14
+ "default": "welcome"
15
+ },
16
+ {
17
+ "name": "goal",
18
+ "label": "Primary Goal",
19
+ "type": "text",
20
+ "required": true,
21
+ "placeholder": "e.g., increase product adoption"
22
+ },
23
+ {
24
+ "name": "length",
25
+ "label": "Number of Emails",
26
+ "type": "select",
27
+ "options": ["3-email", "5-email", "7-email", "10-email"],
28
+ "default": "5-email"
29
+ },
30
+ {
31
+ "name": "audience",
32
+ "label": "Target Audience",
33
+ "type": "select",
34
+ "options": ["new subscribers", "existing customers", "leads", "inactive users"],
35
+ "default": "new subscribers"
36
+ },
37
+ {
38
+ "name": "tone",
39
+ "label": "Email Tone",
40
+ "type": "select",
41
+ "options": ["friendly", "professional", "urgent", "educational"],
42
+ "default": "friendly"
43
+ }
44
+ ],
45
+ "tags": ["email", "marketing", "sequence", "automation"],
46
+ "icon": "📧",
47
+ "version": 1,
48
+ "createdAt": "2025-01-31T00:00:00.000Z",
49
+ "updatedAt": "2025-01-31T00:00:00.000Z"
50
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "id": "social-caption",
3
+ "title": "Social Media Caption",
4
+ "description": "Engaging captions that drive interaction and engagement",
5
+ "category": "content",
6
+ "tier": "free",
7
+ "template": "Write a {style} caption for {platform} about {topic}, {tone} voice, include {cta}, optimized for engagement",
8
+ "variables": [
9
+ {
10
+ "name": "topic",
11
+ "label": "Post Topic",
12
+ "type": "text",
13
+ "required": true,
14
+ "placeholder": "e.g., new product launch"
15
+ },
16
+ {
17
+ "name": "platform",
18
+ "label": "Social Platform",
19
+ "type": "select",
20
+ "options": ["Instagram", "Facebook", "Twitter", "LinkedIn"],
21
+ "default": "Instagram"
22
+ },
23
+ {
24
+ "name": "style",
25
+ "label": "Caption Style",
26
+ "type": "select",
27
+ "options": ["storytelling", "promotional", "educational", "humorous"],
28
+ "default": "storytelling"
29
+ },
30
+ {
31
+ "name": "tone",
32
+ "label": "Brand Voice",
33
+ "type": "select",
34
+ "options": ["casual", "professional", "playful", "inspirational"],
35
+ "default": "casual"
36
+ },
37
+ {
38
+ "name": "cta",
39
+ "label": "Call-to-Action",
40
+ "type": "select",
41
+ "options": ["like & comment", "share your story", "visit link", "tag friends"],
42
+ "default": "like & comment"
43
+ }
44
+ ],
45
+ "tags": ["social", "caption", "engagement", "copywriting"],
46
+ "icon": "💬",
47
+ "version": 1,
48
+ "createdAt": "2025-01-31T00:00:00.000Z",
49
+ "updatedAt": "2025-01-31T00:00:00.000Z"
50
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "id": "brand-ad",
3
+ "title": "Brand Advertisement",
4
+ "description": "Professional brand advertisements that convert and engage",
5
+ "category": "image-generation",
6
+ "tier": "free",
7
+ "template": "A {style} advertisement for {brand}, showcasing {product}, {tone} tone, {target} audience, professional marketing photography",
8
+ "variables": [
9
+ {
10
+ "name": "brand",
11
+ "label": "Brand Name",
12
+ "type": "text",
13
+ "required": true,
14
+ "placeholder": "e.g., Nike, Apple"
15
+ },
16
+ {
17
+ "name": "product",
18
+ "label": "Product/Service",
19
+ "type": "text",
20
+ "required": true,
21
+ "placeholder": "e.g., running shoes"
22
+ },
23
+ {
24
+ "name": "style",
25
+ "label": "Ad Style",
26
+ "type": "select",
27
+ "options": ["luxury", "casual", "tech", "lifestyle"],
28
+ "default": "lifestyle"
29
+ },
30
+ {
31
+ "name": "tone",
32
+ "label": "Brand Tone",
33
+ "type": "select",
34
+ "options": ["premium", "friendly", "innovative", "trustworthy"],
35
+ "default": "premium"
36
+ },
37
+ {
38
+ "name": "target",
39
+ "label": "Target Audience",
40
+ "type": "select",
41
+ "options": ["young adults", "professionals", "families", "athletes"],
42
+ "default": "young adults"
43
+ }
44
+ ],
45
+ "tags": ["brand", "advertising", "marketing", "commercial"],
46
+ "icon": "🎯",
47
+ "version": 1,
48
+ "createdAt": "2025-01-31T00:00:00.000Z",
49
+ "updatedAt": "2025-01-31T00:00:00.000Z"
50
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "id": "portrait-headshot",
3
+ "title": "Portrait Headshot",
4
+ "description": "Professional headshots perfect for LinkedIn and business use",
5
+ "category": "image-generation",
6
+ "tier": "free",
7
+ "template": "A professional {style} headshot of a {subject}, {background} background, {lighting} lighting, confident expression, business attire",
8
+ "variables": [
9
+ {
10
+ "name": "subject",
11
+ "label": "Subject",
12
+ "type": "text",
13
+ "required": true,
14
+ "placeholder": "e.g., business executive, entrepreneur"
15
+ },
16
+ {
17
+ "name": "style",
18
+ "label": "Style",
19
+ "type": "select",
20
+ "options": ["corporate", "creative", "casual", "formal"],
21
+ "default": "corporate"
22
+ },
23
+ {
24
+ "name": "background",
25
+ "label": "Background",
26
+ "type": "select",
27
+ "options": ["neutral", "office", "outdoor", "studio"],
28
+ "default": "neutral"
29
+ },
30
+ {
31
+ "name": "lighting",
32
+ "label": "Lighting",
33
+ "type": "select",
34
+ "options": ["natural", "studio", "window", "soft"],
35
+ "default": "natural"
36
+ }
37
+ ],
38
+ "tags": ["portrait", "headshot", "professional", "business"],
39
+ "icon": "👤",
40
+ "version": 1,
41
+ "createdAt": "2025-01-31T00:00:00.000Z",
42
+ "updatedAt": "2025-01-31T00:00:00.000Z"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "id": "product-photography",
3
+ "title": "Product Photography",
4
+ "description": "Professional product shots perfect for e-commerce and marketing",
5
+ "category": "image-generation",
6
+ "tier": "free",
7
+ "template": "A professional product photograph of {product}, shot on {background}, {lighting} lighting, {angle} angle, high resolution, commercial quality",
8
+ "variables": [
9
+ {
10
+ "name": "product",
11
+ "label": "Product",
12
+ "type": "text",
13
+ "required": true,
14
+ "placeholder": "e.g., wireless headphones"
15
+ },
16
+ {
17
+ "name": "background",
18
+ "label": "Background",
19
+ "type": "select",
20
+ "options": ["white", "gradient", "lifestyle", "studio"],
21
+ "default": "white"
22
+ },
23
+ {
24
+ "name": "lighting",
25
+ "label": "Lighting",
26
+ "type": "select",
27
+ "options": ["soft", "dramatic", "natural", "studio"],
28
+ "default": "soft"
29
+ },
30
+ {
31
+ "name": "angle",
32
+ "label": "Camera Angle",
33
+ "type": "select",
34
+ "options": ["front", "45-degree", "top-down", "eye-level"],
35
+ "default": "45-degree"
36
+ }
37
+ ],
38
+ "tags": ["product", "ecommerce", "photography", "commercial"],
39
+ "icon": "📦",
40
+ "version": 1,
41
+ "createdAt": "2025-01-31T00:00:00.000Z",
42
+ "updatedAt": "2025-01-31T00:00:00.000Z"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "id": "social-media-post",
3
+ "title": "Social Media Post",
4
+ "description": "Eye-catching images optimized for social media engagement",
5
+ "category": "image-generation",
6
+ "tier": "free",
7
+ "template": "A {style} social media post featuring {subject}, {mood} mood, {platform} optimized, trending design, vibrant colors",
8
+ "variables": [
9
+ {
10
+ "name": "subject",
11
+ "label": "Subject",
12
+ "type": "text",
13
+ "required": true,
14
+ "placeholder": "e.g., coffee shop, workout"
15
+ },
16
+ {
17
+ "name": "style",
18
+ "label": "Style",
19
+ "type": "select",
20
+ "options": ["minimalist", "vibrant", "artistic", "corporate"],
21
+ "default": "vibrant"
22
+ },
23
+ {
24
+ "name": "mood",
25
+ "label": "Mood",
26
+ "type": "select",
27
+ "options": ["energetic", "calm", "professional", "playful"],
28
+ "default": "energetic"
29
+ },
30
+ {
31
+ "name": "platform",
32
+ "label": "Platform",
33
+ "type": "select",
34
+ "options": ["Instagram", "Facebook", "Twitter", "LinkedIn"],
35
+ "default": "Instagram"
36
+ }
37
+ ],
38
+ "tags": ["social", "media", "marketing", "engagement"],
39
+ "icon": "📱",
40
+ "version": 1,
41
+ "createdAt": "2025-01-31T00:00:00.000Z",
42
+ "updatedAt": "2025-01-31T00:00:00.000Z"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "id": "product-demo",
3
+ "title": "Product Demo Video",
4
+ "description": "Engaging product demonstration videos that showcase features",
5
+ "category": "video-generation",
6
+ "tier": "free",
7
+ "template": "Create a {duration} product demo video for {product}, highlighting {features}, {style} presentation, clear call-to-action",
8
+ "variables": [
9
+ {
10
+ "name": "product",
11
+ "label": "Product",
12
+ "type": "text",
13
+ "required": true,
14
+ "placeholder": "e.g., smartphone app"
15
+ },
16
+ {
17
+ "name": "features",
18
+ "label": "Key Features",
19
+ "type": "text",
20
+ "required": true,
21
+ "placeholder": "e.g., ease of use, speed"
22
+ },
23
+ {
24
+ "name": "duration",
25
+ "label": "Duration",
26
+ "type": "select",
27
+ "options": ["15-second", "30-second", "60-second"],
28
+ "default": "30-second"
29
+ },
30
+ {
31
+ "name": "style",
32
+ "label": "Presentation Style",
33
+ "type": "select",
34
+ "options": ["animated", "live-action", "screen-recording", "hybrid"],
35
+ "default": "animated"
36
+ }
37
+ ],
38
+ "tags": ["product", "demo", "video", "marketing"],
39
+ "icon": "🎥",
40
+ "version": 1,
41
+ "createdAt": "2025-01-31T00:00:00.000Z",
42
+ "updatedAt": "2025-01-31T00:00:00.000Z"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "id": "social-clip",
3
+ "title": "Social Media Clip",
4
+ "description": "Short-form video content optimized for social platforms",
5
+ "category": "video-generation",
6
+ "tier": "free",
7
+ "template": "A {duration} social media clip about {topic}, {style} style, {platform} optimized, engaging hook, trending format",
8
+ "variables": [
9
+ {
10
+ "name": "topic",
11
+ "label": "Topic/Theme",
12
+ "type": "text",
13
+ "required": true,
14
+ "placeholder": "e.g., cooking tips, workout routine"
15
+ },
16
+ {
17
+ "name": "duration",
18
+ "label": "Duration",
19
+ "type": "select",
20
+ "options": ["15 seconds", "30 seconds", "60 seconds"],
21
+ "default": "30 seconds"
22
+ },
23
+ {
24
+ "name": "style",
25
+ "label": "Video Style",
26
+ "type": "select",
27
+ "options": ["educational", "entertaining", "inspiring", "promotional"],
28
+ "default": "entertaining"
29
+ },
30
+ {
31
+ "name": "platform",
32
+ "label": "Target Platform",
33
+ "type": "select",
34
+ "options": ["TikTok", "Instagram Reels", "YouTube Shorts", "Twitter"],
35
+ "default": "Instagram Reels"
36
+ }
37
+ ],
38
+ "tags": ["social", "short-form", "viral", "content"],
39
+ "icon": "📹",
40
+ "version": 1,
41
+ "createdAt": "2025-01-31T00:00:00.000Z",
42
+ "updatedAt": "2025-01-31T00:00:00.000Z"
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "id": "ugc-testimonial",
3
+ "title": "UGC Testimonial",
4
+ "description": "Authentic user-generated content style testimonial videos",
5
+ "category": "video-generation",
6
+ "tier": "free",
7
+ "template": "A {style} UGC testimonial video for {product}, featuring {scenario}, authentic {tone} delivery, mobile-first format",
8
+ "variables": [
9
+ {
10
+ "name": "product",
11
+ "label": "Product/Service",
12
+ "type": "text",
13
+ "required": true,
14
+ "placeholder": "e.g., skincare routine"
15
+ },
16
+ {
17
+ "name": "scenario",
18
+ "label": "Usage Scenario",
19
+ "type": "text",
20
+ "required": true,
21
+ "placeholder": "e.g., morning routine"
22
+ },
23
+ {
24
+ "name": "style",
25
+ "label": "UGC Style",
26
+ "type": "select",
27
+ "options": ["before-after", "day-in-life", "review", "tutorial"],
28
+ "default": "review"
29
+ },
30
+ {
31
+ "name": "tone",
32
+ "label": "Delivery Tone",
33
+ "type": "select",
34
+ "options": ["casual", "enthusiastic", "honest", "expert"],
35
+ "default": "casual"
36
+ }
37
+ ],
38
+ "tags": ["ugc", "testimonial", "authentic", "conversion"],
39
+ "icon": "🗣️",
40
+ "version": 1,
41
+ "createdAt": "2025-01-31T00:00:00.000Z",
42
+ "updatedAt": "2025-01-31T00:00:00.000Z"
43
+ }