appscms-tools-theme 5.1.9 → 5.2.1

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 (70) hide show
  1. checksums.yaml +4 -4
  2. data/_data/.DS_Store +0 -0
  3. data/_data/aitools/en/all-in-one-social-post.json +217 -0
  4. data/_data/aitools/en/amazon-product-bullet-points-generator.json +2 -0
  5. data/_data/aitools/en/amazon-product-description-generator.json +15 -0
  6. data/_data/aitools/en/blog-conclusion-generator.json +253 -0
  7. data/_data/aitools/en/blog-content-calendar.json +232 -0
  8. data/_data/aitools/en/blog-introduction-generator.json +246 -0
  9. data/_data/aitools/en/blog-outline-generator.json +232 -0
  10. data/_data/aitools/en/blog-section-generator.json +253 -0
  11. data/_data/aitools/en/blog-title-generator.json +232 -0
  12. data/_data/aitools/en/blog-topic-ideas.json +232 -0
  13. data/_data/aitools/en/caption-generator.json +271 -0
  14. data/_data/aitools/en/engagement-post-generator.json +251 -0
  15. data/_data/aitools/en/facebook-post.json +232 -0
  16. data/_data/aitools/en/hidden-fact-finder.json +232 -0
  17. data/_data/aitools/en/human-written-blog-post.json +232 -0
  18. data/_data/aitools/en/instagram-bio-generator.json +246 -0
  19. data/_data/aitools/en/instagram-caption.json +232 -0
  20. data/_data/aitools/en/instagram-carousel.json +250 -0
  21. data/_data/aitools/en/instagram-hashtag-generator.json +231 -0
  22. data/_data/aitools/en/instagram-name-generator.json +239 -0
  23. data/_data/aitools/en/instagram-threads-generator.json +239 -0
  24. data/_data/aitools/en/interactive-content-creator.json +252 -0
  25. data/_data/aitools/en/linkedin-hashtag-generator.json +239 -0
  26. data/_data/aitools/en/linkedin-post.json +232 -0
  27. data/_data/aitools/en/motivational-posts.json +239 -0
  28. data/_data/aitools/en/pinterest-pin.json +217 -0
  29. data/_data/aitools/en/platform-specific-content-generator.json +246 -0
  30. data/_data/aitools/en/quick-article-writer.json +253 -0
  31. data/_data/aitools/en/replies-for-facebook.json +239 -0
  32. data/_data/aitools/en/replies-for-instagram.json +239 -0
  33. data/_data/aitools/en/replies-for-linkedin.json +239 -0
  34. data/_data/aitools/en/replies-for-twitter.json +239 -0
  35. data/_data/aitools/en/rewrite-article-with-keywords.json +246 -0
  36. data/_data/aitools/en/script-for-instagram-reel.json +246 -0
  37. data/_data/aitools/en/script-for-tiktok-video.json +246 -0
  38. data/_data/aitools/en/seo-optimized-blog-post.json +239 -0
  39. data/_data/aitools/en/snapchat-caption-maker.json +245 -0
  40. data/_data/aitools/en/social-media-bio-creator.json +274 -0
  41. data/_data/aitools/en/social-media-bio-generator.json +246 -0
  42. data/_data/aitools/en/social-media-calendar.json +250 -0
  43. data/_data/aitools/en/tiktok-caption.json +232 -0
  44. data/_data/aitools/en/tiktok-username-generator.json +239 -0
  45. data/_data/aitools/en/twitter-poll-generator.json +250 -0
  46. data/_data/aitools/en/twitter-post.json +272 -0
  47. data/_data/contenttool/en/features.json +18 -36
  48. data/_includes/.DS_Store +0 -0
  49. data/_layouts/appscms-feature.html +1 -1
  50. data/_layouts/content-tool-ai.html +38 -156
  51. data/assets/.DS_Store +0 -0
  52. data/assets/css/content-tool-ai.css +42 -12
  53. metadata +45 -19
  54. data/_includes/aitools/amazon-product-bullet-points-generator.html +0 -0
  55. data/_includes/aitools/amazon-product-description-generator.html +0 -0
  56. data/_includes/aitools/brand-name-generator.html +0 -0
  57. data/_includes/aitools/product-description.html +0 -0
  58. data/assets/js/.DS_Store +0 -0
  59. data/assets/js/ai-article-writer.js +0 -0
  60. data/assets/js/amazon-product-bullet-points-generator.js +0 -464
  61. data/assets/js/amazon-product-bullet-points-generator3.js +0 -176
  62. data/assets/js/amazon-product-description-generator.js +0 -309
  63. data/assets/js/blog-topic-ideas.js +0 -57
  64. data/assets/js/brand-name-generator.js +0 -127
  65. data/assets/js/human-written-blog-post.js +0 -57
  66. data/assets/js/instagram-caption.js +0 -57
  67. data/assets/js/instagram-hashtag-generator.js +0 -10
  68. data/assets/js/instagram-name-generator.js +0 -61
  69. data/assets/js/product-description.js +0 -299
  70. /data/_includes/aitools/{ai-article-writer.html → instagram-hashtag-generator.html} +0 -0
@@ -0,0 +1,250 @@
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "h1": "Twitter Poll Generator",
5
+ "h2": " Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem repellendus earum sunt explicabo! ",
6
+ "TITLE": "Twitter Poll Generator",
7
+ "META": "",
8
+ "inputs": [
9
+ {
10
+ "label": "Poll Topic",
11
+ "name": "input0",
12
+ "type": "text",
13
+ "placeholder": "What is your poll about?",
14
+ "options": []
15
+ },
16
+ {
17
+ "label": "Number of Options",
18
+ "name": "input1",
19
+ "type": "select",
20
+ "placeholder": "",
21
+ "options": [
22
+ "2",
23
+ "3",
24
+ "4"
25
+ ]
26
+ },
27
+ {
28
+ "label": "Target Audience",
29
+ "name": "input2",
30
+ "type": "text",
31
+ "placeholder": "Who is your poll aimed at?",
32
+ "options": []
33
+ }
34
+ ],
35
+ "advancedInputs": [
36
+ {
37
+ "label": "Language",
38
+ "name": "language",
39
+ "type": "select",
40
+ "placeholder": "",
41
+ "options": [
42
+ "English (US)",
43
+ "English (UK)",
44
+ "French",
45
+ "Spanish",
46
+ "German",
47
+ "Italian",
48
+ "Dutch",
49
+ "Arabic",
50
+ "Portuguese",
51
+ "Portuguese (BR)",
52
+ "Swedish",
53
+ "Norwegian",
54
+ "Danish",
55
+ "Finnish",
56
+ "Romanian",
57
+ "Czech",
58
+ "Slovak",
59
+ "Slovenian",
60
+ "Hungarian",
61
+ "Hebrew",
62
+ "Polish",
63
+ "Turkish",
64
+ "Russian",
65
+ "Hindi",
66
+ "Thai",
67
+ "Japonese",
68
+ "Chinese (Simplified)",
69
+ "Korean",
70
+ "Indonesian",
71
+ "Greek",
72
+ "Bulgarian",
73
+ "Ukrainian",
74
+ "Estonian",
75
+ "Latvian",
76
+ "Lithuanian",
77
+ "Croatian",
78
+ "Serbian",
79
+ "Bosnian",
80
+ "Macedonian",
81
+ "Albanian",
82
+ "Vietnamese"
83
+ ]
84
+ },
85
+ {
86
+ "label": "Tone of voice",
87
+ "name": "tone",
88
+ "type": "select",
89
+ "placeholder": "",
90
+ "options": [
91
+ "Formal",
92
+ "Professional",
93
+ "Confident",
94
+ "Persuasive",
95
+ "Authoritative",
96
+ "Friendly",
97
+ "Empathetic",
98
+ "Serious",
99
+ "Sympathetic",
100
+ "Informal",
101
+ "Warm",
102
+ "Emotional",
103
+ "Optimistic",
104
+ "Playful",
105
+ "Humorous",
106
+ "Witty",
107
+ "Ironic",
108
+ "Sarcastic",
109
+ "Pessimistic",
110
+ "Cynical",
111
+ "Tentative",
112
+ "Adventurous",
113
+ "Bold",
114
+ "Cold",
115
+ "Relaxed",
116
+ "Luxury",
117
+ "Clinical"
118
+ ]
119
+ }
120
+ ],
121
+ "jsfilepaths": [
122
+ "/assets/js/twitter-poll-generator.js"
123
+ ],
124
+ "categories": [],
125
+ "primaryKeywords": [],
126
+ "secondaryKeywords": [],
127
+ "schema": {
128
+ "tool": "amazon_ad_headline_generator",
129
+ "llm": "gemini",
130
+ "model_name": "gemini-2.0-flash",
131
+ "options": {
132
+ "product_name": "EcoBrew Travel Mug",
133
+ "key_features": "Leak-proof, keeps drinks hot 12h, recycled stainless steel",
134
+ "language": "English",
135
+ "tone": "Casual"
136
+ }
137
+ },
138
+ "sampleData": {
139
+ "product_name": "EcoBrew Travel Mug",
140
+ "key_features": "Leak-proof, keeps drinks hot 12h, recycled stainless steel",
141
+ "language": "English",
142
+ "tone": "Casual"
143
+ },
144
+ "TEXTUAL_CONTENT": [
145
+ {
146
+ "priority": 1,
147
+ "logoUrl": "",
148
+ "header": "",
149
+ "content": ""
150
+ },
151
+ {
152
+ "priority": 1,
153
+ "logoUrl": "",
154
+ "header": "",
155
+ "content": ""
156
+ },
157
+ {
158
+ "priority": 1,
159
+ "logoUrl": "",
160
+ "header": "",
161
+ "content": ""
162
+ },
163
+ {
164
+ "priority": 1,
165
+ "logoUrl": "",
166
+ "header": "",
167
+ "content": ""
168
+ },
169
+ {
170
+ "priority": 1,
171
+ "logoUrl": "",
172
+ "header": "",
173
+ "content": ""
174
+ },
175
+ {
176
+ "priority": 1,
177
+ "logoUrl": "",
178
+ "header": "",
179
+ "content": ""
180
+ }
181
+ ],
182
+ "HOW_TO_CONTENT": {
183
+ "logoImageUrl": "",
184
+ "heading": "",
185
+ "steps": [
186
+ "",
187
+ "",
188
+ "",
189
+ ""
190
+ ]
191
+ },
192
+ "FAQ": [
193
+ {
194
+ "question": "",
195
+ "answer": ""
196
+ },
197
+ {
198
+ "question": "",
199
+ "answer": ""
200
+ },
201
+ {
202
+ "question": "",
203
+ "answer": ""
204
+ },
205
+ {
206
+ "question": "",
207
+ "answer": ""
208
+ },
209
+ {
210
+ "question": "",
211
+ "answer": ""
212
+ }
213
+ ],
214
+ "infographics": [
215
+ {
216
+ "image": "",
217
+ "description": "",
218
+ "alt": ""
219
+ },
220
+ {
221
+ "image": "",
222
+ "description": "",
223
+ "alt": ""
224
+ },
225
+ {
226
+ "image": "",
227
+ "description": "",
228
+ "alt": ""
229
+ }
230
+ ],
231
+ "author": "lakshmi",
232
+ "contributors": [
233
+ {
234
+ "name": "Debosmita Bedajna"
235
+ },
236
+ {
237
+ "name": "Suchita Kasab"
238
+ },
239
+ {
240
+ "name": "RK Shree"
241
+ },
242
+ {
243
+ "name": "Bandana"
244
+ },
245
+ {
246
+ "name": "Manpreet Singh"
247
+ }
248
+ ],
249
+ "icon": "📊"
250
+ }
@@ -0,0 +1,272 @@
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "h1": "Twitter Post",
5
+ "h2": " Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem repellendus earum sunt explicabo! ",
6
+ "TITLE": "Twitter Post",
7
+ "META": "",
8
+ "inputs": [
9
+ {
10
+ "label": "What is the topic you wish the tweet to be about?",
11
+ "name": "input0",
12
+ "type": "text",
13
+ "placeholder": "Specify the topic of your tweet.",
14
+ "options": []
15
+ },
16
+ {
17
+ "label": "What mood do you want to convey in the tweet?",
18
+ "name": "input1",
19
+ "type": "select",
20
+ "placeholder": "",
21
+ "options": [
22
+ "Informative",
23
+ "Humorous",
24
+ "Inspirational",
25
+ "Thought-Provoking",
26
+ "Conversational",
27
+ "Formal",
28
+ "Casual",
29
+ "Motivational",
30
+ "Sarcastic",
31
+ "Nostalgic",
32
+ "Playful",
33
+ "Poetic",
34
+ "Satirical",
35
+ "Passionate",
36
+ "Uplifting",
37
+ "Empowering",
38
+ "Supportive",
39
+ "Mysterious",
40
+ "Challenging",
41
+ "Celebratory",
42
+ "Romantic",
43
+ "Heartfelt",
44
+ "Curious",
45
+ "Bold",
46
+ "Adventurous"
47
+ ]
48
+ },
49
+ {
50
+ "label": "Who is your Target Audience?",
51
+ "name": "input2",
52
+ "type": "text",
53
+ "placeholder": "Define your target audience for the tweet.",
54
+ "options": []
55
+ }
56
+ ],
57
+ "advancedInputs": [
58
+ {
59
+ "label": "Language",
60
+ "name": "language",
61
+ "type": "select",
62
+ "placeholder": "",
63
+ "options": [
64
+ "English (US)",
65
+ "English (UK)",
66
+ "French",
67
+ "Spanish",
68
+ "German",
69
+ "Italian",
70
+ "Dutch",
71
+ "Arabic",
72
+ "Portuguese",
73
+ "Portuguese (BR)",
74
+ "Swedish",
75
+ "Norwegian",
76
+ "Danish",
77
+ "Finnish",
78
+ "Romanian",
79
+ "Czech",
80
+ "Slovak",
81
+ "Slovenian",
82
+ "Hungarian",
83
+ "Hebrew",
84
+ "Polish",
85
+ "Turkish",
86
+ "Russian",
87
+ "Hindi",
88
+ "Thai",
89
+ "Japonese",
90
+ "Chinese (Simplified)",
91
+ "Korean",
92
+ "Indonesian",
93
+ "Greek",
94
+ "Bulgarian",
95
+ "Ukrainian",
96
+ "Estonian",
97
+ "Latvian",
98
+ "Lithuanian",
99
+ "Croatian",
100
+ "Serbian",
101
+ "Bosnian",
102
+ "Macedonian",
103
+ "Albanian",
104
+ "Vietnamese"
105
+ ]
106
+ },
107
+ {
108
+ "label": "Tone of voice",
109
+ "name": "tone",
110
+ "type": "select",
111
+ "placeholder": "",
112
+ "options": [
113
+ "Formal",
114
+ "Professional",
115
+ "Confident",
116
+ "Persuasive",
117
+ "Authoritative",
118
+ "Friendly",
119
+ "Empathetic",
120
+ "Serious",
121
+ "Sympathetic",
122
+ "Informal",
123
+ "Warm",
124
+ "Emotional",
125
+ "Optimistic",
126
+ "Playful",
127
+ "Humorous",
128
+ "Witty",
129
+ "Ironic",
130
+ "Sarcastic",
131
+ "Pessimistic",
132
+ "Cynical",
133
+ "Tentative",
134
+ "Adventurous",
135
+ "Bold",
136
+ "Cold",
137
+ "Relaxed",
138
+ "Luxury",
139
+ "Clinical"
140
+ ]
141
+ }
142
+ ],
143
+ "jsfilepaths": [
144
+ "/assets/js/twitter-post.js"
145
+ ],
146
+ "categories": [],
147
+ "primaryKeywords": [],
148
+ "secondaryKeywords": [],
149
+ "schema": {
150
+ "tool": "amazon_ad_headline_generator",
151
+ "llm": "gemini",
152
+ "model_name": "gemini-2.0-flash",
153
+ "options": {
154
+ "product_name": "EcoBrew Travel Mug",
155
+ "key_features": "Leak-proof, keeps drinks hot 12h, recycled stainless steel",
156
+ "language": "English",
157
+ "tone": "Casual"
158
+ }
159
+ },
160
+ "sampleData": {
161
+ "product_name": "EcoBrew Travel Mug",
162
+ "key_features": "Leak-proof, keeps drinks hot 12h, recycled stainless steel",
163
+ "language": "English",
164
+ "tone": "Casual"
165
+ },
166
+ "TEXTUAL_CONTENT": [
167
+ {
168
+ "priority": 1,
169
+ "logoUrl": "",
170
+ "header": "",
171
+ "content": ""
172
+ },
173
+ {
174
+ "priority": 1,
175
+ "logoUrl": "",
176
+ "header": "",
177
+ "content": ""
178
+ },
179
+ {
180
+ "priority": 1,
181
+ "logoUrl": "",
182
+ "header": "",
183
+ "content": ""
184
+ },
185
+ {
186
+ "priority": 1,
187
+ "logoUrl": "",
188
+ "header": "",
189
+ "content": ""
190
+ },
191
+ {
192
+ "priority": 1,
193
+ "logoUrl": "",
194
+ "header": "",
195
+ "content": ""
196
+ },
197
+ {
198
+ "priority": 1,
199
+ "logoUrl": "",
200
+ "header": "",
201
+ "content": ""
202
+ }
203
+ ],
204
+ "HOW_TO_CONTENT": {
205
+ "logoImageUrl": "",
206
+ "heading": "",
207
+ "steps": [
208
+ "",
209
+ "",
210
+ "",
211
+ ""
212
+ ]
213
+ },
214
+ "FAQ": [
215
+ {
216
+ "question": "",
217
+ "answer": ""
218
+ },
219
+ {
220
+ "question": "",
221
+ "answer": ""
222
+ },
223
+ {
224
+ "question": "",
225
+ "answer": ""
226
+ },
227
+ {
228
+ "question": "",
229
+ "answer": ""
230
+ },
231
+ {
232
+ "question": "",
233
+ "answer": ""
234
+ }
235
+ ],
236
+ "infographics": [
237
+ {
238
+ "image": "",
239
+ "description": "",
240
+ "alt": ""
241
+ },
242
+ {
243
+ "image": "",
244
+ "description": "",
245
+ "alt": ""
246
+ },
247
+ {
248
+ "image": "",
249
+ "description": "",
250
+ "alt": ""
251
+ }
252
+ ],
253
+ "author": "lakshmi",
254
+ "contributors": [
255
+ {
256
+ "name": "Debosmita Bedajna"
257
+ },
258
+ {
259
+ "name": "Suchita Kasab"
260
+ },
261
+ {
262
+ "name": "RK Shree"
263
+ },
264
+ {
265
+ "name": "Bandana"
266
+ },
267
+ {
268
+ "name": "Manpreet Singh"
269
+ }
270
+ ],
271
+ "icon": "🐦"
272
+ }
@@ -1,36 +1,18 @@
1
- [
2
- {
3
- "category": "Blog Tools",
4
- "img": "/assets/images/test.svg",
5
- "id": "blog-tools",
6
- "features": [
7
- {
8
- "name": "Blog Topic Ideas",
9
- "url": "/blog-topic-ideas",
10
- "img": "/assets/images/test.svg"
11
- },
12
- {
13
- "name": "Blog Title Generator",
14
- "url": "/blog-topic-ideas",
15
- "img": "/assets/images/test.svg"
16
- }
17
- ]
18
- },
19
- {
20
- "category": "Social Media Tools",
21
- "img": "/assets/images/test.svg",
22
- "id": "social-media-tools",
23
- "features": [
24
- {
25
- "name": "Blog Topic Ideas",
26
- "url": "/blog-topic-ideas",
27
- "img": "/assets/images/test.svg"
28
- },
29
- {
30
- "name": "Blog Title Generator",
31
- "url": "/blog-topic-ideas",
32
- "img": "/assets/images/test.svg"
33
- }
34
- ]
35
- }
36
- ]
1
+ "/postman-schema/advertising-tools.postman_collection.json",
2
+ "/postman-schema/Blog Tools.postman_collection.json",
3
+ "/postman-schema/Copy Writing Tools.postman_collection.json",
4
+ "/postman-schema/Ecommerce Tools.postman_collection.json",
5
+ "/postman-schema/Email Tools.postman_collection.json",
6
+ "/postman-schema/Extra Tools.postman_collection.json",
7
+ "/postman-schema/HR Tools.postman_collection.json",
8
+ "/postman-schema/Idea Tools.postman_collection.json",
9
+ "/postman-schema/Music Tools.postman_collection.json",
10
+ "/postman-schema/Podcast Tools.postman_collection.json",
11
+ "/postman-schema/Prodcutivity Tools.postman_collection.json",
12
+ "/postman-schema/Repurpose Tools.postman_collection.json",
13
+ "/postman-schema/Sales Tools.postman_collection.json",
14
+ "/postman-schema/Social Media Tools.postman_collection.json",
15
+ "/postman-schema/Story Poetry Tools.postman_collection.json",
16
+ "/postman-schema/Support Tools.postman_collection.json",
17
+ "/postman-schema/writing-assistant-tools.postman_collection.json",
18
+ "/postman-schema/Youtube Tools.postman_collection.json",
data/_includes/.DS_Store CHANGED
Binary file
@@ -78,7 +78,7 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
78
78
  appscms/featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {%-
79
79
  include appscms/footer/products.html -%} {%- include
80
80
  internationalization-section.html -%}{%- include appscms/footer/footer.html
81
- -%} {%- if site.customCode -%} {%- include customCode.html -%} {%- endif -%}
81
+ -%} {%- if site.customCode -%} {%- include customCode.html -%}{%- endif -%}
82
82
  {%- include appscms/scripts/script.html -%}
83
83
  </body>
84
84
  </html>