AI Prompt Library

40+ curated prompts for writing, coding, analysis, and more. Copy any prompt and test it instantly.

40 prompts found

Writing

Blog Post Outline Generator

Generate a structured blog post outline with SEO-friendly headings.

Create a detailed outline for a blog post about [TOPIC]. Include:
- An engaging hook for the introduction
- 5-7 main sections with H2 headings
- 2-3 bullet points under each section
- A conclusion with a call-to-action
- Suggested meta description (under 155 characters)

Target keyword: [KEYWORD]
Click to expand
seoblogcontent
Try it
Writing

Professional Email Rewriter

Transform rough notes into a polished professional email.

Rewrite the following rough notes into a professional email. Keep it concise, friendly but professional. Use a clear subject line.

Rough notes:
[PASTE YOUR NOTES HERE]
Click to expand
emailprofessionalrewrite
Try it
Writing

Product Description Writer

Write compelling product descriptions that convert.

Write a compelling product description for [PRODUCT NAME]. Include:
- A headline that grabs attention
- 3 key benefits (not features)
- Emotional appeal that connects with the buyer
- A clear call-to-action

Tone: [casual/professional/luxury]
Target audience: [DESCRIBE]
Click to expand
ecommercecopywritingproduct
Try it
Writing

Social Media Post Generator

Create engaging social media posts for any platform.

Write 3 variations of a social media post about [TOPIC] for [PLATFORM: Twitter/LinkedIn/Instagram].

Requirements:
- Include a hook in the first line
- Add relevant emojis
- Include a call-to-action
- Suggest 3-5 hashtags
- Keep within platform character limits
Click to expand
social mediamarketingcontent
Try it
Writing

Article Summarizer

Summarize long articles into key takeaways.

Summarize the following article into:
1. A one-sentence TLDR
2. 5 key takeaways as bullet points
3. Any actionable advice mentioned
4. Who would benefit most from reading the full article

Article:
[PASTE ARTICLE TEXT]
Click to expand
summaryresearchreading
Try it
Writing

Headline A/B Test Generator

Generate multiple headline variations for testing.

Generate 10 headline variations for an article about [TOPIC]. Include a mix of:
- Numbers-based ("7 Ways to...")
- Question-based ("Are You Making This...?")
- How-to ("How to [Achieve X] Without [Pain Point]")
- Curiosity-gap ("The [Topic] Secret Nobody Talks About")
- Direct benefit ("Get [Result] in [Timeframe]")

Target keyword: [KEYWORD]
Click to expand
headlinescopywritingtesting
Try it
Writing

Advanced Proofreader

Proofread text for grammar, style, and clarity.

Proofread the following text. For each issue found:
1. Quote the original text
2. Suggest the correction
3. Briefly explain why

Focus on: grammar, punctuation, word choice, sentence clarity, and tone consistency.

Text:
[PASTE YOUR TEXT]
Click to expand
proofreadinggrammarediting
Try it
Writing

Newsletter Draft Generator

Draft a newsletter email from key points.

Write a newsletter email based on these key points:
[LIST YOUR POINTS]

Requirements:
- Engaging subject line (under 50 chars)
- Personal, conversational tone
- Break content into scannable sections
- End with a single clear CTA
- Total length: 300-500 words
Click to expand
newsletteremailmarketing
Try it
Coding

Code Review Assistant

Get a thorough code review with improvement suggestions.

Review the following code. Check for:
1. Bugs or potential errors
2. Performance issues
3. Security vulnerabilities
4. Code style and readability
5. Missing edge cases

For each issue, explain the problem and suggest a fix.

Language: [LANGUAGE]
Code:
```
[PASTE CODE]
```
Click to expand
reviewdebuggingquality
Try it
Coding

Regex Pattern Generator

Generate and explain regex patterns for any use case.

Create a regex pattern that matches [DESCRIBE WHAT YOU WANT TO MATCH].

Provide:
1. The regex pattern
2. A step-by-step explanation of each part
3. 5 test examples that should match
4. 3 test examples that should NOT match
5. Any edge cases to be aware of

Language/flavor: [JavaScript/Python/etc.]
Click to expand
regexpatternvalidation
Try it
Coding

REST API Endpoint Designer

Design a complete REST API endpoint with examples.

Design a REST API endpoint for [DESCRIBE THE FEATURE].

Include:
- HTTP method and URL path
- Request headers and body schema (JSON)
- Response schema for success (200/201)
- Error responses (400, 401, 404, 500)
- Example request with curl
- Example response

Framework: [Express/FastAPI/etc.]
Auth method: [JWT/API key/none]
Click to expand
apirestbackend
Try it
Coding

Unit Test Generator

Generate comprehensive unit tests for your code.

Write unit tests for the following function/class:

```
[PASTE CODE]
```

Include tests for:
- Happy path (expected input)
- Edge cases (empty, null, boundary values)
- Error cases (invalid input)
- Any async behavior

Test framework: [Jest/pytest/etc.]
Style: [describe/it blocks OR test functions]
Click to expand
testingunit testsquality
Try it
Coding

SQL Query Builder

Generate optimized SQL queries from natural language.

Write a SQL query that [DESCRIBE WHAT YOU NEED].

Table structure:
[DESCRIBE YOUR TABLES AND COLUMNS]

Requirements:
- Optimize for performance
- Add comments explaining complex parts
- Show the expected output format
- Suggest any indexes that would help

Database: [PostgreSQL/MySQL/SQLite]
Click to expand
sqldatabasequery
Try it
Coding

Debug Error Solver

Get help solving error messages and bugs.

I'm getting this error:

```
[PASTE ERROR MESSAGE]
```

Context:
- Language/Framework: [e.g., React 19, Python 3.12]
- What I was trying to do: [DESCRIBE]
- Relevant code:
```
[PASTE RELEVANT CODE]
```

Please:
1. Explain what the error means
2. Identify the likely cause
3. Provide a fix with code
4. Explain how to prevent it in the future
Click to expand
debuggingerrorstroubleshooting
Try it
Coding

Code Refactoring Guide

Get suggestions to improve and refactor your code.

Refactor the following code to improve readability, maintainability, and performance:

```
[PASTE CODE]
```

Priorities:
1. Reduce complexity
2. Improve naming
3. Extract reusable functions
4. Add TypeScript types (if applicable)

Show the refactored code and explain each change.
Click to expand
refactoringclean codeimprovement
Try it
Coding

Git Commit Message Writer

Write clear, conventional commit messages.

Write a git commit message for the following changes:

[DESCRIBE YOUR CHANGES]

Follow Conventional Commits format:
- type(scope): description
- Types: feat, fix, docs, style, refactor, test, chore
- Keep subject under 72 chars
- Add body with bullet points if multiple changes
- Reference issue numbers if applicable
Click to expand
gitcommitworkflow
Try it
Analysis

Data Interpretation Assistant

Get insights and interpretation from raw data.

Analyze the following data and provide insights:

[PASTE DATA - CSV, JSON, or table format]

Please:
1. Summarize the key trends
2. Identify outliers or anomalies
3. Suggest possible explanations
4. Recommend 3 actionable next steps
5. Note any data quality issues
Click to expand
datainsightstrends
Try it
Analysis

Competitor Analysis Framework

Analyze competitors with a structured framework.

Perform a competitor analysis for [YOUR PRODUCT/COMPANY] vs [COMPETITOR].

Analyze:
1. Product/service offering comparison
2. Pricing strategy
3. Target audience differences
4. Strengths and weaknesses (SWOT for each)
5. Market positioning
6. Key differentiators
7. Opportunities you can exploit

Industry: [INDUSTRY]
Click to expand
competitormarketstrategy
Try it
Analysis

Survey Results Analyzer

Extract meaningful insights from survey responses.

Analyze these survey responses and provide:

1. Key themes and patterns
2. Sentiment breakdown (positive/neutral/negative)
3. Most common complaints or praise
4. Unexpected findings
5. Recommended actions based on the data

Survey responses:
[PASTE RESPONSES]
Click to expand
surveyfeedbackinsights
Try it
Analysis

Decision Pros & Cons Analyzer

Get a structured analysis for any decision.

I need to decide between:
Option A: [DESCRIBE]
Option B: [DESCRIBE]

Analyze each option with:
1. Top 5 pros
2. Top 5 cons
3. Hidden risks most people miss
4. Long-term implications (1 year, 5 years)
5. Your recommendation and why

Context: [ANY RELEVANT CONTEXT]
Click to expand
decisioncomparisonstrategy
Try it
Analysis

Executive Report Generator

Turn raw information into an executive summary.

Create an executive summary report from the following information:

[PASTE RAW DATA/NOTES]

Format:
- Title
- Executive Summary (3-4 sentences)
- Key Metrics (table format)
- Findings (bullet points)
- Recommendations (numbered)
- Next Steps

Keep it under 500 words. Use clear, non-technical language.
Click to expand
reportexecutivesummary
Try it
Analysis

Market Research Summarizer

Structure market research findings into actionable insights.

Based on the following market information, create a structured research summary:

[PASTE YOUR RESEARCH/DATA]

Include:
1. Market size and growth rate
2. Key players and market share
3. Customer segments and needs
4. Industry trends (growing/declining)
5. Entry barriers
6. Opportunities for differentiation
7. Risks and threats
Click to expand
marketresearchbusiness
Try it
Creative

Story Starter Generator

Get creative story opening paragraphs.

Write 3 different opening paragraphs for a [GENRE] story about [BASIC PREMISE].

Style variations:
1. Action-packed — start in the middle of action
2. Mysterious — hint at something intriguing
3. Character-driven — introduce through internal thought

Each opening should be 3-4 sentences and make the reader want to keep going.
Click to expand
fictioncreative writingstorytelling
Try it
Creative

Character Profile Builder

Create detailed, multi-dimensional character profiles.

Create a detailed character profile for a [ROLE] in a [GENRE] story.

Include:
- Name, age, appearance (distinctive features only)
- Core motivation and deepest fear
- Fatal flaw that drives conflict
- Speech pattern (give 3 example dialogue lines)
- A secret nobody else knows
- How they change by the end of the story
- Their relationship to [OTHER CHARACTER, if any]
Click to expand
characterfictionworldbuilding
Try it
Creative

Poetry Style Adapter

Write poetry about any topic in various styles.

Write a poem about [TOPIC/FEELING] in the following style: [haiku/sonnet/free verse/limerick/spoken word].

Requirements:
- Follow the formal structure of the chosen style
- Use vivid, sensory language
- Include at least one unexpected metaphor
- Evoke the emotion of [EMOTION]

Then explain the imagery and techniques used.
Click to expand
poetrycreativeliterary
Try it
Creative

Dialogue Scene Writer

Write realistic dialogue between characters.

Write a dialogue scene between:
Character A: [DESCRIBE - personality, goal in this scene]
Character B: [DESCRIBE - personality, goal in this scene]

Setting: [WHERE/WHEN]
Conflict: [WHAT THEY DISAGREE ABOUT]

Rules:
- Each character has a distinct voice
- Include subtext (what they mean vs what they say)
- Use action beats instead of dialogue tags where possible
- The scene should escalate in tension
- Length: 500-800 words
Click to expand
dialoguefictionscreenwriting
Try it
Creative

Creative Brainstorm Engine

Generate creative ideas using lateral thinking.

I need creative ideas for [PROJECT/PROBLEM].

Generate ideas using these methods:
1. Random connection — combine [TOPIC] with an unrelated field
2. Reversal — what if the opposite were true?
3. Scale shift — what if it were 10x bigger or 10x smaller?
4. Time shift — how would this work in 2050? In 1920?
5. Audience swap — redesign for [different audience]

Give 2 ideas per method (10 total). Rate each idea on novelty (1-5) and feasibility (1-5).
Click to expand
brainstormideasinnovation
Try it
Creative

World Building Template

Build consistent fictional worlds with depth.

Help me build a world for a [GENRE] story set in [BASIC SETTING].

Define:
1. Geography — key locations and their significance
2. Society — social structure, power dynamics
3. Economy — what drives trade and wealth
4. Technology/Magic — what's possible and what's not
5. History — 3 key events that shaped this world
6. Conflict — the central tension in this world
7. Daily life — what does an ordinary day look like

Keep it internally consistent. Flag any contradictions.
Click to expand
worldbuildingfictionfantasy
Try it
Business

Pitch Deck Content Generator

Generate content for startup pitch deck slides.

Create content for a pitch deck about [PRODUCT/SERVICE].

Generate text for these slides:
1. Problem — what pain point you solve
2. Solution — your approach (2-3 sentences)
3. Market Size — TAM/SAM/SOM breakdown
4. Business Model — how you make money
5. Traction — what metrics to highlight
6. Team — how to position the founders
7. Ask — funding amount and use of funds

Industry: [INDUSTRY]
Stage: [pre-seed/seed/series A]
Click to expand
startuppitchfundraising
Try it
Business

Meeting Agenda Builder

Create structured, time-boxed meeting agendas.

Create a meeting agenda for: [MEETING PURPOSE]

Attendees: [LIST ROLES]
Duration: [X minutes]

Include:
- Clear objective (what decision or outcome)
- Time-boxed items with owner
- Pre-read materials needed
- Decision points clearly marked
- Action items section at the end
- Buffer time for Q&A

Format it as a shareable document.
Click to expand
meetingproductivitymanagement
Try it
Business

Job Description Writer

Write inclusive, compelling job descriptions.

Write a job description for [ROLE TITLE] at [COMPANY TYPE].

Include:
- Compelling opening (why this role matters)
- Key responsibilities (6-8 bullet points)
- Required skills (must-haves only)
- Nice-to-haves (3-4 items)
- What we offer (benefits, culture)
- Salary range: [RANGE]

Rules:
- Use inclusive language
- Focus on outcomes, not years of experience
- Avoid jargon and buzzwords
- Keep under 600 words
Click to expand
hiringrecruitmenthr
Try it
Business

OKR Generator

Generate Objectives and Key Results for your team.

Generate OKRs for [TEAM/DEPARTMENT] for [Q1/Q2/Q3/Q4 YEAR].

Context:
- Company goal: [HIGH-LEVEL GOAL]
- Current challenges: [LIST]
- Team size: [NUMBER]

Create 3 Objectives, each with 3 Key Results.
Key Results must be:
- Measurable (specific numbers)
- Time-bound (within the quarter)
- Ambitious but achievable
- Start with a verb
Click to expand
okrgoalsplanning
Try it
Business

Customer Persona Creator

Build detailed customer personas for marketing.

Create a detailed customer persona for [PRODUCT/SERVICE].

Include:
- Name, age, job title, income range
- Goals (what they want to achieve)
- Frustrations (what's stopping them)
- Decision-making process
- Where they spend time online
- What content they consume
- Objections to buying
- Trigger that makes them buy
- Quote that captures their mindset

Industry: [INDUSTRY]
B2B or B2C: [B2B/B2C]
Click to expand
personamarketingstrategy
Try it
Business

SWOT Analysis Generator

Create a thorough SWOT analysis for any business.

Perform a SWOT analysis for [BUSINESS/PROJECT].

Context: [BRIEF DESCRIPTION]
Industry: [INDUSTRY]
Stage: [startup/growth/mature]

For each quadrant, provide 5 items:
- Strengths (internal positives)
- Weaknesses (internal negatives)
- Opportunities (external positives)
- Threats (external negatives)

Then: identify the #1 strategic priority based on this analysis.
Click to expand
swotstrategyplanning
Try it
Education

Concept Explainer (ELI5 to Expert)

Explain any concept at different complexity levels.

Explain [CONCEPT] at three levels:

1. ELI5 (Explain Like I'm 5) — simple analogy, no jargon
2. High School — basic technical terms, real-world examples
3. Expert — full technical depth, assume domain knowledge

For each level, include:
- Core explanation (2-3 sentences)
- One analogy or example
- One common misconception

Field: [FIELD/SUBJECT]
Click to expand
learningexplanationconcepts
Try it
Education

Quiz & Flashcard Generator

Create study materials from any content.

Create study materials from the following content:

[PASTE CONTENT/NOTES]

Generate:
1. 10 multiple-choice questions (4 options each, mark correct answer)
2. 10 flashcards (front: question, back: answer)
3. 5 true/false statements
4. 3 short-answer questions

Difficulty: [easy/medium/hard]
Target: [high school/college/professional]
Click to expand
quizstudyflashcards
Try it
Education

Lesson Plan Creator

Design structured lesson plans for any topic.

Create a lesson plan for teaching [TOPIC] to [AUDIENCE LEVEL].

Duration: [X minutes/hours]

Include:
1. Learning objectives (3-4 measurable outcomes)
2. Hook/attention grabber (first 5 minutes)
3. Main content breakdown with timing
4. Interactive activity or exercise
5. Assessment method
6. Homework/follow-up assignment
7. Resources needed

Teaching style: [lecture/workshop/Socratic/project-based]
Click to expand
teachinglesson plancurriculum
Try it
Education

Study Schedule Planner

Create an optimized study schedule for exams.

Create a study schedule for [EXAM/SUBJECT].

Details:
- Exam date: [DATE]
- Topics to cover: [LIST TOPICS]
- Available study hours per day: [HOURS]
- Weak areas: [LIST]
- Strong areas: [LIST]

Use spaced repetition principles:
- New material → review next day → review in 3 days → review in 7 days
- More time on weak areas
- Include breaks (Pomodoro: 25 min study, 5 min break)
- Add practice test days before the exam
Click to expand
studyexam prepschedule
Try it
Education

Research Paper Analyzer

Break down academic papers into understandable summaries.

Analyze this research paper/abstract:

[PASTE ABSTRACT OR KEY SECTIONS]

Provide:
1. Plain-English summary (no jargon, 3-4 sentences)
2. Research question being addressed
3. Methodology used
4. Key findings (bullet points)
5. Limitations acknowledged by authors
6. Why this matters (real-world implications)
7. 3 follow-up questions this raises

Field: [FIELD]
Click to expand
researchacademicpapers
Try it
Education

Tech Concept Simplifier

Simplify complex tech concepts with analogies.

Explain [TECH CONCEPT] using only everyday analogies. No jargon.

Structure:
1. One-sentence explanation using a real-world analogy
2. How it works — step by step, using the analogy
3. Why it matters — what problem it solves for regular people
4. Common misconceptions
5. "The one thing to remember" — a single takeaway

Examples of good analogies:
- API = "a waiter taking your order to the kitchen"
- Encryption = "a lockbox only you have the key to"
Click to expand
techsimplificationanalogies
Try it

How to Write Better AI Prompts

The quality of your AI output depends heavily on how you write your prompt. A vague request gets a vague response. A specific, structured prompt gets useful results you can actually use.

Good prompts include: context (what you're working on), format (how you want the response structured), constraints (word count, tone, what to avoid), and examples (show the AI what you're looking for).

Every prompt in this library follows these principles. Pick one, customize the bracketed sections, and run it through our AI comparator to see how different models handle it.