Skip to content

Commit f8b8e75

Browse files
committed
change copy on prompt component
1 parent a11eed0 commit f8b8e75

File tree

1 file changed

+11
-11
lines changed
  • sources/academy/build-and-publish/promoting-your-actor

1 file changed

+11
-11
lines changed

sources/academy/build-and-publish/promoting-your-actor/checklist.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ Twitter's developer community is active and engaged. A well-crafted tweet with a
4141

4242
Create a 30-60 second demo video or gif showing your Actor in action. Include relevant hashtags like #webscraping, #API, #automation, and #buildinpublic.
4343

44-
<PromptButton prompt={TWITTER_POST_PROMPT} title="Prompt" />
44+
<PromptButton prompt={TWITTER_POST_PROMPT} title="Use pre-built prompt for your AI assistant" />
4545

4646
### Share on LinkedIn with a demo
4747

4848
LinkedIn reaches professionals, decision-makers, and business users with purchasing power. The platform's algorithm favors native video content, giving it 5x more reach than link posts.
4949

5050
Create a 30-90 second demo video showing your Actor delivering business value. Upload the video directly to LinkedIn (native videos perform better than YouTube links). Focus your post on the business problem solved, not technical features. Use 3-5 relevant hashtags like #BusinessAutomation, #Productivity, #DataIntelligence, #Efficiency, or #MarketResearch.
5151

52-
<PromptButton prompt={LINKEDIN_POST_PROMPT} title="Prompt" />
52+
<PromptButton prompt={LINKEDIN_POST_PROMPT} title="Use pre-built prompt for your AI assistant" />
5353

5454
### Post in relevant Discord and Slack communities
5555

@@ -168,7 +168,7 @@ Write a comprehensive "Best [CATEGORY]" roundup article (1,800-2,500 words) feat
168168

169169
Write in first person with a conversational yet professional tone. Include pros and cons for each solution, add a comparison table, and share your genuine perspective.
170170

171-
<PromptButton prompt={MEDIUM_ARTICLE_PROMPT} title="Prompt" />
171+
<PromptButton prompt={MEDIUM_ARTICLE_PROMPT} title="Use pre-built prompt for your AI assistant" />
172172

173173
### Create a "Best X" article for dev.to
174174

@@ -178,7 +178,7 @@ Write a developer-focused "Best [CATEGORY] for Developers" article (1,500-2,000
178178

179179
Write like you're advising a fellow developer: casual and helpful. Be genuinely objective about all tools, include code examples or API snippets where relevant, and use markdown formatting with H2/H3 headers.
180180

181-
<PromptButton prompt={DEVTO_ARTICLE_PROMPT} title="Prompt" />
181+
<PromptButton prompt={DEVTO_ARTICLE_PROMPT} title="Use pre-built prompt for your AI assistant" />
182182

183183
### Create a "Best X" article for Hashnode
184184

@@ -188,7 +188,7 @@ Write a technical "Best [CATEGORY] for [SPECIFIC USE CASE]: A Developer's Guide"
188188

189189
Include a TL;DR section at the top, use proper heading hierarchy for auto-generated table of contents, and add code examples with proper syntax highlighting. Write with technical authority but remain accessible.
190190

191-
<PromptButton prompt={HASHNODE_ARTICLE_PROMPT} title="Prompt" />
191+
<PromptButton prompt={HASHNODE_ARTICLE_PROMPT} title="Use pre-built prompt for your AI assistant" />
192192

193193
### Create a "Best X" article for LinkedIn
194194

@@ -198,7 +198,7 @@ Write a business-focused "Best [CATEGORY] for [BUSINESS OUTCOME]" article (1,200
198198

199199
Use a professional, authoritative but accessible tone. Focus on business impact like time savings, cost efficiency, ROI, and productivity gains rather than technical features. Include comparison tables with business-relevant metrics.
200200

201-
<PromptButton prompt={LINKEDIN_ARTICLE_PROMPT} title="Prompt" />
201+
<PromptButton prompt={LINKEDIN_ARTICLE_PROMPT} title="Use pre-built prompt for your AI assistant" />
202202

203203
### Create a "How to use [Actor]" tutorial for dev.to
204204

@@ -208,7 +208,7 @@ Write a step-by-step tutorial (1,200-2,000 words) showing developers how to use
208208

209209
Structure: Introduction with hook, prerequisites, what they'll achieve, step-by-step guide (access the Actor, configure inputs, run it, view results, download data), understanding results, pro tips, troubleshooting, and next steps. Write like you're helping a friend get started.
210210

211-
<PromptButton prompt={DEVTO_TUTORIAL_PROMPT} title="Prompt" />
211+
<PromptButton prompt={DEVTO_TUTORIAL_PROMPT} title="Use pre-built prompt for your AI assistant" />
212212

213213
### Create a "How to use [Actor]" tutorial for Hashnode
214214

@@ -218,7 +218,7 @@ Write a comprehensive "Complete Guide: How to [ACHIEVE OUTCOME] Using [YOUR ACTO
218218

219219
Include a TL;DR section, detailed step-by-step walkthrough with screenshots, API integration examples with code blocks, advanced usage patterns, troubleshooting guide, and best practices. Write with technical authority, but be thorough and maintain clarity.
220220

221-
<PromptButton prompt={HASHNODE_TUTORIAL_PROMPT} title="Prompt" />
221+
<PromptButton prompt={HASHNODE_TUTORIAL_PROMPT} title="Use pre-built prompt for your AI assistant" />
222222

223223
### Create a "How to use [Actor]" tutorial for Medium
224224

@@ -228,7 +228,7 @@ Write an accessible, engaging tutorial "How I [ACHIEVED OUTCOME] in Minutes Usin
228228

229229
Take a story-driven approach with personal context. Write in first person, use simple jargon-free language, and make readers feel "I can do this too." Focus on the outcome and value, not technical complexity.
230230

231-
<PromptButton prompt={MEDIUM_TUTORIAL_PROMPT} title="Prompt" />
231+
<PromptButton prompt={MEDIUM_TUTORIAL_PROMPT} title="Use pre-built prompt for your AI assistant" />
232232

233233
### Create a "How to use [Actor]" tutorial for LinkedIn
234234

@@ -238,7 +238,7 @@ Write a professional "How to [ACHIEVE BUSINESS OUTCOME] in [TIME] Using [YOUR AC
238238

239239
Use professional, consultative tone focused on business value. Emphasize time savings, efficiency, and ROI. Include sections on business case, measuring success, professional best practices, and real-world business applications. Address common professional questions about security, cost, reliability, and team adoption.
240240

241-
<PromptButton prompt={LINKEDIN_TUTORIAL_PROMPT} title="Prompt" />
241+
<PromptButton prompt={LINKEDIN_TUTORIAL_PROMPT} title="Use pre-built prompt for your AI assistant" />
242242

243243
---
244244

@@ -252,7 +252,7 @@ Create a GitHub repo with code examples, integration guides, or sample projects
252252

253253
Your README should include: project title with badges, short description, key features, quick start guide, installation and setup instructions, usage examples with code snippets, use cases section, configuration options, common questions and troubleshooting, links to Apify Store and documentation, contributing guidelines, and license.
254254

255-
<PromptButton prompt={GITHUB_README_PROMPT} title="Prompt" />
255+
<PromptButton prompt={GITHUB_README_PROMPT} title="Use pre-built prompt for your AI assistant" />
256256

257257
---
258258

0 commit comments

Comments
 (0)