AI Prompts Library

Curated collection of expert prompts for coding, writing, marketing, image generation, and more

Have a great prompt? Submit it to the library →

Marketing

Landing Page Copy Optimizer

Optimized for: general • TEXT
Optimize landing page copy for maximum conversions.

**Current Landing Page:**
- Product/Service: [NAME]
- Target Audience: [DESCRIPTION]
- Main Goal: [Sign-up/Purchase/Download]

**Current Copy:**
[PASTE YOUR LANDING PAGE COPY]

**Optimize using AIDA framework:**

**Attention** (Headline)
- Clear value proposition
- Addresses main pain point
- Intriguing & benefit-focused

**Interest** (Subheadline)
- Expands on headline
- Creates curiosity
- Establishes relevance

**Desire** (Body)
- Feature -> Benefit transformation
- Social proof (testimonials, stats)
- Risk reversal (guarantees)
- Scarcity/Urgency elements

**Action** (CTA)
- Clear, action-oriented
- Low-friction
- Benefit-focused button text

**Also Provide:**
- A/B test variations
- Mobile optimization tips
- Above-the-fold recommendations
- Trust elements to add
- Objection handling

Landing pages, sales pages, conversion optimization

Marketing

Product Launch Campaign Planner

Optimized for: general • TEXT
Create comprehensive product launch campaign for [PRODUCT NAME].

**Product Details:**
- Category: [CATEGORY]
- Target Market: [AUDIENCE]
- Unique Value: [USP]
- Launch Date: [DATE]
- Budget: [AMOUNT]

**12-Week Launch Timeline:**

**Weeks 1-4: Pre-Launch Buzz**
- Teaser content strategy
- Influencer outreach
- Email list building
- Landing page creation
- Beta program setup

**Weeks 5-8: Anticipation Building**
- Behind-the-scenes content
- Early access offers
- Countdown campaigns
- Press kit preparation
- Launch event planning

**Weeks 9-10: Launch Week**
- Day-by-day content calendar
- Email sequences
- Social media blitz
- PR outreach
- Partnership activations

**Weeks 11-12: Post-Launch**
- Customer onboarding
- Feedback collection
- Case study creation
- Optimization & iteration

**Deliverables:**
- Detailed task list with owners
- Content calendar
- Budget allocation
- Success metrics (KPIs)
- Risk mitigation plan

Product launches, go-to-market strategy

Marketing

Influencer Outreach Email Template

Optimized for: general • TEXT
Create personalized influencer outreach email for [BRAND/PRODUCT].

**Campaign Details:**
- Product: [NAME]
- Campaign Goal: [OBJECTIVE]
- Budget: [PER INFLUENCER]
- Timeline: [DATES]

**Influencer Info:**
- Name: [INFLUENCER]
- Platform: [INSTAGRAM/YOUTUBE/TIKTOK]
- Followers: [COUNT]
- Niche: [CATEGORY]
- Recent Content: [WHAT THEY POST ABOUT]

**Email Template:**

**Subject**: [Personalized, referencing their content]

**Body:**

Hi [First Name],

[PERSONALIZED OPENING - reference specific content]

[BRIEF BRAND INTRO]

[VALUE PROPOSITION - why this partnership benefits them]

**What We're Offering:**
- [Compensation/product/exposure]
- [Creative freedom details]
- [Timeline & deliverables]

**Why You:**
[Specific reasons based on their content/audience]

**Next Steps:**
[Clear call-to-action]

[SIGNATURE]

**Tone**: Professional yet friendly, genuine, respects their time
**Include**: Media kit, product info, past collaboration examples

Influencer marketing, brand partnerships

Video-generation

Runway: Motion Graphics Explainer

Optimized for: runway-gen-3 • VIDEO
60s motion graphics explainer for [CONCEPT/PRODUCT]. Intro (0-5s: title + hook question), Problem (5-20s: animated infographic showing issue), Solution (20-40s: product features with icons), How it Works (40-55s: step-by-step process), Outro (55-60s: CTA). Style: Flat design, smooth transitions, [brand colors], kinetic typography, upbeat background music.

Explainer videos, product education, marketing

Video-generation

Sora: Documentary-Style Interview

Optimized for: sora • VIDEO
3-5min documentary interview. Setup: Subject positioned off-center (rule of thirds), softbox lighting, neutral background or environmental context. Structure: Introduction (who they are), Journey (their story), Insights (lessons learned), Impact (what they're doing now), Future (what's next). B-roll footage interspersed showing their work/environment. Cinematic, authentic, emotional, professional color grading.

Brand documentaries, case studies, testimonials

Video-generation

Pika: Before/After Transformation

Optimized for: pika • VIDEO
15s before/after showcase. Split-screen or swipe transition showing transformation. Before (0-7s: problem state), Transition (7-8s: dramatic reveal), After (8-15s: solution/result with metric). Vertical 9:16, dramatic music, text overlay with key numbers, "Swipe to see" prompt if applicable. High impact, clear contrast.

Product results, transformations, testimonials

Writing

Press Release Writer (AP Style)

Optimized for: general • TEXT
Write press release:

**HEADLINE** - Benefit-focused, includes key news
**SUBHEAD** - Expand on headline
**DATELINE** - [CITY, STATE] – [DATE]
**LEAD** - Who, what, when, where, why in 2-3 sentences
**BODY** - Context, details, impact (3-4 paragraphs)
**QUOTE** - "[Compelling quote]" – [Name, Title]
**BOILERPLATE** - About [Company] (2-3 sentences)
**CONTACT** - [Media contact info]

AP Style, 400-500 words, newsworthy angle.

Media outreach, announcements, PR campaigns

Writing

Grant Proposal Complete Package

Optimized for: general • TEXT
Grant proposal for [PROJECT]:

**Executive Summary** (1 page) - Mission, project overview, impact
**Statement of Need** - Problem + data + target population
**Project Description** - SMART goals, methodology, timeline
**Evaluation Plan** - Metrics, data collection, reporting
**Budget** - Itemized with justifications
**Organizational Capacity** - Track record, key personnel

Data-driven, mission-focused, funder-aligned.

Grant applications, nonprofit fundraising

Writing

Podcast Episode Script Template

Optimized for: general • TEXT
[00:00] **COLD OPEN** - Hook/teaser
[00:30] **INTRO** - Theme, host intro, episode preview
[02:00] **MAIN CONTENT** - Segments with transitions
[XX:XX] **MID-ROLL AD** (if applicable)
[XX:XX] **CONCLUSION** - Recap, CTA, next episode tease
[XX:XX] **OUTRO** - Socials, music

**Production Notes**: [PAUSE], [EMPHASIZE], tone indicators
**Timing Marks**: Track length
**B-Roll**: Sound effects, music cues

Conversational, authentic, engaging.

Podcast production, audio content

Coding

Chrome Extension Complete Builder

Optimized for: gpt-4o • TEXT
Build Chrome extension [NAME]:

**manifest.json** (v3)
**popup.html/js** (UI & logic)
**content.js** (page interaction)
**background.js** (service worker)
**styles.css**

Include:
- Complete working code
- Permissions setup
- Installation guide
- Testing steps
- Store submission guide
- Security best practices

Production-ready, documented.

Browser extensions, productivity tools

Coding

Webhook Handler with Security

Optimized for: gpt-4o • TEXT
Webhook endpoint for [SERVICE A → SERVICE B]:

**Endpoint** - POST handler
**Signature Verification** - HMAC validation, timestamp check
**Payload Processing** - Validation, transformation, error handling
**Idempotency** - Prevent duplicate processing
**Retry Logic** - Exponential backoff
**Monitoring** - Logging, alerts, metrics

Include: Full code, tests, deployment.

API integrations, automation

Coding

Dockerfile Multi-Stage Optimizer

Optimized for: gpt-4o • TEXT
Optimize Dockerfile:

**Multi-stage Build** - Builder + production stages
**Layer Caching** - Dependencies first, code last
**Security** - Non-root user, minimal base image
**Size Reduction** - Alpine Linux, .dockerignore
**Performance** - Parallel builds, BuildKit

Include: Optimized Dockerfile, .dockerignore, docker-compose.yml, build commands, size comparison.

Containerization, Docker optimization

Want Custom Prompts?

Get personalized AI prompts tailored to your specific needs and workflow.

Contact Us