46 Templates · 8 Categories · Updated June 2026

Free AI Prompt Templates

Copy-paste ready prompts for ChatGPT, Claude, and Gemini. Save hours of prompt engineering — browse by category, click to copy, and start getting better AI results immediately.

Business Model Canvas

Fill out a complete Business Model Canvas for a startup idea with practical, grounded suggestions.

Help me complete a Business Model Canvas for: [STARTUP_IDEA]. Fill each of the 9 blocks: 1) Customer Segments (who are they, what are their jobs-to-be-done), 2) Value Propositions (what problem do you solve, why you over alternatives), 3) Channels (how you reach customers), 4) Customer Relationships (how you retain them), 5) Revenue Streams, 6) Key Resources, 7) Key Activities, 8) Key Partners, 9) Cost Structure. Be honest — flag risky assumptions and suggest ways to test them cheaply....
Business & Strategy business model, startup

Competitor Analysis Report

Get a structured competitor analysis comparing features, pricing, positioning, strengths, and weaknesses.

Analyze [COMPETITOR_NAME] as a competitor to my business: [MY_BUSINESS_DESCRIPTION]. Provide: 1) Company overview (founded, size, funding, target audience), 2) Product/service comparison (feature matrix), 3) Pricing comparison, 4) Positioning and messaging analysis, 5) Their strengths we should learn from, 6) Their weaknesses we can exploit, 7) Their likely next moves, 8) Our competitive advantage and how to communicate it....
Business & Strategy competitor analysis, strategy

Investor Pitch Deck Outline

Create a compelling investor pitch deck outline with slide-by-slide content suggestions.

Create a pitch deck outline for: [STARTUP_NAME] raising a [SEED/SERIES_A/etc.] round. Slide-by-slide: 1) Title slide, 2) Problem (with data), 3) Solution (clear before/after), 4) Market size (TAM/SAM/SOM), 5) Product demo or screenshot description, 6) Traction (key metrics and growth), 7) Business model, 8) Competitive landscape (with differentiation), 9) Go-to-market strategy, 10) Team, 11) Financial projections (key numbers), 12) The Ask (amount, use of funds, milestones). For each slide: write the key message and suggested visuals....
Business & Strategy pitch deck, fundraising

SWOT Analysis Generator

Generate a detailed SWOT analysis for any business, product, or idea with actionable insights.

Perform a detailed SWOT analysis for: [COMPANY/PRODUCT/IDEA]. Industry context: [INDUSTRY]. For each quadrant provide 4-5 specific points: Strengths (internal advantages), Weaknesses (internal limitations), Opportunities (external factors to leverage), Threats (external risks). After the SWOT, provide: 1) Top 3 strategic recommendations based on the analysis, 2) The most urgent action to take this quarter....
Business & Strategy SWOT, strategy

API Endpoint Design

Design a RESTful API with proper endpoints, request/response formats, error handling, and authentication.

Design a RESTful API for: [APPLICATION_DESCRIPTION]. Provide: 1) List of all endpoints with HTTP methods and paths, 2) Request body format for POST/PUT endpoints, 3) Response format for each endpoint with example JSON, 4) HTTP status codes and error response format, 5) Authentication approach (JWT, OAuth, API keys), 6) Rate limiting strategy, 7) Pagination format for list endpoints. Follow REST best practices....
Coding & Development API, REST

Debug Error Message

Paste an error message and get a diagnosis, root cause analysis, and step-by-step fix.

I'm getting the following error in my [LANGUAGE/FRAMEWORK] application. Please: 1) Explain what this error means in simple terms, 2) Identify the most likely root cause, 3) Provide a step-by-step fix, 4) Suggest how to prevent this error in the future, 5) Mention any related issues I should also check. Here's the error and relevant code:...
Coding & Development debugging, error

Explain Code Line by Line

Get a line-by-line explanation of any code snippet, perfect for learning and code reviews.

Explain the following code line by line. For each line: state what it does, why it's written that way, and any potential issues or edge cases. At the end, give a high-level summary of what the entire code block accomplishes. Assume the reader knows basic programming but is unfamiliar with this specific code. Language: [LANGUAGE]....
Coding & Development coding, explanation

Generate Unit Tests

Generate comprehensive unit tests for any function, covering edge cases, happy paths, and error states.

Write comprehensive unit tests for the following function. Cover: 1) Happy path (normal expected input), 2) Edge cases (empty input, very large input, boundary values), 3) Error states (invalid input, null, undefined), 4) Performance test cases if applicable. Use [TESTING_FRAMEWORK] and follow best practices. Include setup/teardown if needed. Here's the function:...
Coding & Development testing, unit tests

Refactor Code for Performance

Get suggestions to refactor your code for better performance, with explanations of each improvement.

Analyze the following code for performance bottlenecks and refactor it for optimal performance. For each improvement: 1) Identify the bottleneck, 2) Explain why it's slow, 3) Show the refactored version, 4) Estimate the performance gain (e.g., O(n^2) to O(n log n)). Prioritize changes with the biggest impact first. Keep the same functionality and avoid over-engineering....
Coding & Development performance, refactoring

SQL Query Optimization

Optimize a slow SQL query with indexing suggestions, query restructuring, and EXPLAIN analysis.

Optimize the following SQL query for better performance. Provide: 1) Analysis of why it might be slow (missing indexes, suboptimal joins, etc.), 2) Recommended indexes with CREATE INDEX statements, 3) The rewritten optimized query, 4) Explain what each optimization does, 5) Estimated performance improvement. Assume the database is [DATABASE_TYPE] with the following table schemas:...
Coding & Development SQL, database

Case Study Storytelling

Transform raw client results into a compelling case study with problem, solution, and results sections.

Write a case study based on this information about [CLIENT_NAME] using [PRODUCT/SERVICE]. Use the Before-After-Bridge framework: 1) The Before: describe the client's situation, pain points, and what they tried before, 2) The Bridge: how they found our solution, implementation process, 3) The After: specific results with numbers (% improvements, time saved, revenue generated), 4) Client quote (placeholder), 5) Key takeaways. Make it a story, not a report. Focus on the transformation....
Content Writing case study, business writing

Comparison Article (X vs Y)

Write a balanced comparison article between two products, tools, or approaches.

Write a comprehensive comparison article: [PRODUCT_A] vs [PRODUCT_B]. Structure: 1) Intro (why compare these two, who this is for), 2) Quick overview table (features, pricing, best for), 3) Deep-dive comparison by features (at least 5 categories), 4) Pricing and value analysis, 5) Use case: when to choose A, 6) Use case: when to choose B, 7) Alternatives to consider, 8) Final verdict with clear recommendation. Be fair and balanced — both products should come off as good options for different people....
Content Writing comparison, review

Email Newsletter Content

Draft an engaging email newsletter with a compelling subject line, body copy, and clear CTA.

Write a newsletter email for: [AUDIENCE] about [TOPIC]. Include: 1) 3 subject line options (one curiosity-driven, one benefit-driven, one urgent), 2) A warm opening paragraph that connects with the reader, 3) 2-3 main content sections with subheadings, 4) 1 personal story or insight, 5) A clear, single CTA, 6) A P.S. line that reinforces the CTA. Keep it personal and avoid corporate tone....
Content Writing email, newsletter

FAQ Content Generator

Generate a thorough FAQ section for any product, service, or topic with SEO-friendly Q&A pairs.

Create an FAQ section for: [TOPIC/PRODUCT]. Generate 12-15 frequently asked questions with detailed, helpful answers. Requirements: 1) Questions should cover common objections, how-to queries, and comparison questions, 2) Answers should be 2-4 sentences each, honest and direct, 3) Include keywords naturally in both questions and answers, 4) Link to relevant resources where applicable, 5) End with 'Still have questions?' with contact info placeholder. Use real questions your audience actually asks....
Content Writing FAQ, website content

How-To Guide with Step-by-Step Instructions

Create a detailed step-by-step how-to guide that's easy for beginners to follow.

Write a comprehensive step-by-step guide on how to: [TASK]. Format each step as: Step [N]: [Action Title] - followed by clear instructions any beginner can follow. Include: 1) What you'll need before starting, 2) Each step with screenshots placeholders marked as [SCREENSHOT: description], 3) Common mistakes to avoid in each step, 4) A troubleshooting section for common problems, 5) Final tips for best results....
Content Writing tutorial, how-to

Listicle Article Generator

Create an engaging listicle article with numbered items, descriptions, and a compelling intro/outro.

Write a listicle article: 'Top [NUMBER] [THING] for [AUDIENCE] in [YEAR]'. Structure: 1) Engaging intro (why this list matters, what criteria you used), 2) For each item: bold name, 2-3 sentence description, why it made the list, a pro tip. 3) Honorable mentions (2-3), 4) Conclusion with how to choose. Make each item entry scannable and distinct. Include relevant stats or data points where possible....
Content Writing listicle, blogging

Long-Form Article from Bullet Points

Turn a set of bullet points into a flowing, well-structured long-form article with proper transitions.

Expand the following bullet points into a cohesive, well-written long-form article. Use smooth transitions between sections, add context and examples where appropriate, and maintain an engaging but professional tone. Structure with clear introduction, body paragraphs, and conclusion. Target length: 1000-1500 words....
Content Writing blogging, content creation

Persuasive Sales Page Copy

Write a full sales page using the AIDA framework (Attention, Interest, Desire, Action) that converts.

Write a persuasive sales page for: [PRODUCT/SERVICE] targeting: [AUDIENCE] with the pain point: [PAIN_POINT]. Use the AIDA framework: 1) Attention: headline + subheadline that hooks, 2) Interest: agitate the problem + introduce solution, 3) Desire: benefits, social proof, risk reversal (guarantee), 4) Action: strong CTA with urgency/scarcity if applicable. Include: before/after scenario, 3-5 testimonials placeholders, FAQ section, bonus stack. Tone: conversational but authoritative....
Content Writing sales, copywriting

Product Review Article

Write a balanced, honest product review article with pros, cons, features breakdown, and a final verdict.

Write a detailed product review for: [PRODUCT_NAME]. Structure it as follows: 1) Introduction (what it is, who it's for), 2) Key Features (list 4-5 with brief explanations), 3) Real-world performance (share specific examples and use cases), 4) Pros (3-4 bullet points), 5) Cons (2-3 honest limitations), 6) Pricing breakdown, 7) Comparison to 1-2 alternatives, 8) Final verdict (who should buy it, who should skip). Write in a trustworthy, reviewer's voice....
Content Writing reviews, affiliate

Rewrite for Clarity & Conciseness

Rewrite any text to be clearer, more concise, and easier to read while preserving the original meaning.

Rewrite the following text to be clearer and more concise. Remove jargon, shorten sentences, and use active voice. Keep the original meaning and tone but make it flow better. Target a reading level of grade 8-10. Here is the text:...
Content Writing editing, clarity

SEO Blog Post Outline

Generate a detailed, SEO-optimized blog post outline with H2/H3 headings, target keywords, and content suggestions.

Create a detailed blog post outline for the topic: [TOPIC]. Include: 1) A compelling H1 title with primary keyword, 2) 5-7 H2 sections with supporting H3 sub-points, 3) Target secondary keywords for each section, 4) Suggested word count per section, 5) A meta description under 160 characters. Make it comprehensive enough for a 2000+ word article....
Content Writing blogging, SEO

Character Development Profile

Build a deep, three-dimensional character profile with backstory, motivations, quirks, and voice.

Create a detailed character profile for a [ROLE/PROTAGONIST_TYPE] in a [GENRE] story. Include: 1) Basic info (name, age, appearance), 2) Backstory (2-3 defining life events), 3) Core motivation (what they want and why), 4) Internal conflict (fear, flaw, or contradiction), 5) 3 unique quirks or habits, 6) How they speak (dialogue sample of 2-3 lines), 7) Their arc (how they change through the story), 8) A secret they're hiding. Make them feel real, not stereotypical....
Creative Writing fiction, character

Dialogue Scene Workshop

Write a tense, natural-sounding dialogue scene between two characters with conflicting goals.

Write a dialogue-only scene (no narration) between two characters: [CHARACTER_A] (who wants [GOAL_A]) and [CHARACTER_B] (who wants [GOAL_B]). Their relationship: [RELATIONSHIP]. Setting: [SETTING]. Requirements: 1) Each character should have a distinct voice, 2) Show tension through what's left unsaid (subtext), 3) The power dynamic should shift at least once during the conversation, 4) End with a subtle but meaningful moment. Length: 300-500 words....
Creative Writing dialogue, fiction

Poetry Prompt Engine

Get a unique poetry prompt with form, theme, imagery constraints, and a first line starter.

Generate a poetry prompt with these constraints: Form: [SONNET/FREE_VERSE/HAIKU/VILLANELLE/etc.], Theme: [THEME], Mood: [MOOD], Must include these words or images: [WORD_LIST]. Provide: 1) The prompt challenge, 2) A suggested first line as a starter, 3) 2-3 sensory details to inspire imagery, 4) A reference poem that exemplifies the form. Push for originality — no clichés....
Creative Writing poetry, creative writing

Story Idea Generator

Generate unique story ideas with character, conflict, setting, and plot twist elements.

Generate 5 unique story ideas in the [GENRE] genre. For each idea provide: 1) A compelling one-line logline, 2) Main character description (name, age, defining trait, flaw), 3) Central conflict, 4) Unique setting, 5) A surprising plot twist, 6) Target audience and comparable works. Make them diverse and unexpected — avoid cliches of the genre....
Creative Writing fiction, creative writing

Explain Complex Topic Simply

Get any complex topic explained in simple terms using analogies, examples, and progressive disclosure.

Explain [COMPLEX_TOPIC] as if I'm a complete beginner. Use the Feynman Technique: 1) Start with a simple analogy from everyday life, 2) Break it down into 3-5 core concepts explained in plain English, 3) Give one concrete example for each concept, 4) Explain what most people get wrong about this topic, 5) Summarize in 2 sentences a 10-year-old could understand. No jargon without explanation....
Education & Learning learning, teaching

Flashcard Content Generator

Generate a set of flashcards with questions on one side and detailed answers on the other.

Create 20 flashcards for studying: [TOPIC]. Format each as: Front: [Question or prompt], Back: [Concise but complete answer with key details]. Mix question types: definitions, fill-in-the-blank, concept explanations, compare/contrast, and application questions. Order them from basic to advanced. Include 3 challenge cards at the end for deeper understanding....
Education & Learning flashcards, study

Lesson Plan Creator

Design a complete lesson plan with learning objectives, activities, discussion questions, and assessment.

Create a [DURATION]-minute lesson plan for teaching [TOPIC] to [GRADE_LEVEL/AGE_GROUP]. Include: 1) Learning objectives (3-4 measurable goals), 2) Required materials and preparation, 3) Hook/engagement activity (5 min), 4) Direct instruction outline (key points with examples), 5) Guided practice activity, 6) Independent practice or group work, 7) Discussion questions (5 thought-provoking), 8) Assessment method (formative or summative), 9) Differentiation strategies for different learner levels....
Education & Learning teaching, lesson plan

Study Guide Generator

Turn any topic or lecture notes into a structured study guide with key concepts, questions, and summaries.

Create a study guide for: [TOPIC/SUBJECT]. Include: 1) Key terms and definitions (5-10 terms), 2) Core concepts summary (3-5 concepts explained), 3) 10 review questions with answers, 4) Common mistakes or misconceptions to avoid, 5) A mnemonic or memory aid for the most important concept, 6) Suggested practice exercises. Target audience: [STUDENT_LEVEL]....
Education & Learning study, education

Cold Outreach Email Sequence

Create a 3-email cold outreach sequence that's personalized, value-first, and gets replies.

Write a 3-email cold outreach sequence for reaching out to: [TARGET_AUDIENCE] about: [OFFER/VALUE_PROP]. Email 1 (Day 1): Brief introduction, specific compliment about their work, clear value proposition in one sentence, soft CTA. Email 2 (Day 4): Share one piece of value (tip, insight, resource), reference email 1, no hard ask. Email 3 (Day 8): Polite follow-up, restate value briefly, clear and easy CTA. Keep each email under 150 words. Make them feel personal, not templated....
Marketing & SEO email, outreach

Google Ads Headline Generator

Generate 10 click-worthy Google Ads headlines with keywords, benefits, and CTAs for maximum CTR.

Generate 10 Google Ads headlines for: [PRODUCT/SERVICE]. Each headline must be under 30 characters. Include a mix of: 1) Keyword-rich headlines, 2) Benefit-driven headlines, 3) Question headlines, 4) Urgency/CTA headlines. Also write 3 description lines (under 90 characters each) that complement the headlines. Target audience: [AUDIENCE]....
Marketing & SEO advertising, Google Ads

Keyword-Rich Product Description

Write an SEO-friendly product description that naturally includes target keywords and converts browsers into buyers.

Write a product description for: [PRODUCT_NAME]. Include: 1) A compelling opening sentence with the primary keyword, 2) 3-4 bullet points highlighting key features and benefits, 3) A paragraph on who this product is perfect for, 4) Technical specifications (as applicable), 5) A closing sentence that creates urgency or reinforces value. Naturally incorporate these keywords: [KEYWORDS]. Target word count: 150-250 words....
Marketing & SEO e-commerce, product description

Landing Page Copy

Write persuasive landing page copy with hero section, features, social proof, pricing, and CTA.

Write landing page copy for: [PRODUCT/SERVICE]. Sections: 1) Hero (headline + subheadline + CTA button text), 2) Problem statement (2-3 sentences describing the pain point), 3) Solution overview with 4-5 key benefits, 4) How it works (3 simple steps), 5) Social proof placeholder, 6) Pricing or value proposition, 7) FAQ section (5 common questions with answers), 8) Final CTA section. Target audience: [AUDIENCE]. Tone: [TONE]....
Marketing & SEO landing page, conversion

Meta Description Generator

Create an SEO-optimized meta description that's under 160 characters and drives clicks from search results.

Write 3 variations of a meta description for this page: [PAGE_TITLE]. The page is about: [CONTENT_SUMMARY]. Primary keyword: [KEYWORD]. Requirements: under 160 characters, include the primary keyword naturally, include a benefit or hook, end with a subtle CTA. Make each variation target a different search intent (informational, commercial, transactional)....
Marketing & SEO SEO, meta description

Social Media Ad Copy Pack

Generate a complete ad copy pack for Facebook, Instagram, LinkedIn, and X (Twitter) in one prompt.

Create a social media ad copy pack for: [PRODUCT/SERVICE]. For each platform, provide: Facebook (primary text 125 chars + headline 40 chars + description 30 chars), Instagram (caption 125 chars + 5 hashtag suggestions), LinkedIn (professional intro 2-3 sentences + 3 key points + CTA), X/Twitter (2 tweet variations under 280 chars). All copy should be on-brand, action-oriented, and tailored to each platform's audience style....
Marketing & SEO social media, advertising

Daily Standup Update

Generate a clear, concise daily standup update from your scattered notes and task list.

Write my daily standup update based on these notes. Format: Yesterday I [accomplished], Today I'm working on [tasks], Blockers: [any issues]. Keep each section to 2-3 bullet points max. Be specific about what was actually completed, not just what was worked on....
Productivity & Work standup, project management

Meeting Notes to Action Items

Transform raw meeting notes into a structured summary with action items, decisions, and follow-ups.

Turn these raw meeting notes into a structured summary. Format: 1) Meeting purpose (1 sentence), 2) Key decisions made (numbered list), 3) Action items (table with: task, owner, deadline, priority), 4) Open questions that need follow-up, 5) Next meeting agenda suggestions. Be concise — no fluff....
Productivity & Work meetings, productivity

Prioritize Your To-Do List

Get your task list prioritized by urgency and importance with a clear action plan for the day.

Help me prioritize this task list. Categorize each task into: 1) Do First (urgent + important), 2) Schedule (important, not urgent), 3) Delegate (urgent, not important), 4) Eliminate (neither urgent nor important). Then suggest the top 3 tasks I should complete today and in what order. Explain the reasoning for each placement....
Productivity & Work productivity, prioritization

Project Proposal Outline

Create a professional project proposal outline with problem statement, solution, timeline, and budget.

Create a project proposal outline for: [PROJECT_NAME]. Sections: 1) Executive Summary (3-4 sentences), 2) Problem Statement (what problem does this solve?), 3) Proposed Solution (high-level approach), 4) Scope & Deliverables (bullet list), 5) Timeline (phases with estimated dates), 6) Resource Requirements (team, tools, budget), 7) Risks & Mitigations, 8) Success Metrics (how will we measure success?). Target audience: [STAKEHOLDER_TYPE]....
Productivity & Work project management, proposal

Weekly Review & Planning

Conduct a structured weekly review — reflect on wins, losses, and plan the upcoming week.

Guide me through a weekly review. Ask me to reflect on: 1) Top 3 wins this week, 2) What didn't go as planned and why, 3) Key lessons learned, 4) What I'm avoiding or procrastinating on, 5) Top 3 priorities for next week. After I share, help me identify patterns and suggest one change to improve next week. Start by asking: 'What were your top 3 wins this week?'...
Productivity & Work weekly review, reflection

Instagram Carousel Content

Plan a 10-slide Instagram carousel with hook, educational content, and strong CTA.

Plan a 10-slide Instagram carousel about: [TOPIC]. For each slide: Slide 1: Hook (bold statement or question to stop the scroll), Slides 2-8: One key point per slide with a short explanatory caption, Slide 9: Summary or key takeaway, Slide 10: CTA and follow suggestion. For each slide write: the visual idea (what image/graphic), the on-slide text (keep short), and the caption text for the post. Educational, not salesy....
Social Media Instagram, carousel

LinkedIn Thought Leadership Post

Write a LinkedIn post that demonstrates expertise, tells a story, and sparks discussion.

Write a LinkedIn post about: [TOPIC/EXPERIENCE]. Structure: 1) Hook (first line that makes people click 'see more'), 2) The story or insight (personal experience that teaches something), 3) The lesson or key takeaway (1-2 actionable points), 4) A discussion question to drive comments, 5) 3-5 relevant hashtags. Tone: authentic, not preachy. Length: 150-250 words. Format with line breaks for readability....
Social Media LinkedIn, thought leadership

Social Media Content Calendar

Generate a week's worth of social media post ideas across platforms with content pillars and timing.

Create a 7-day social media content calendar for: [BRAND/TOPIC]. For each day provide: Day & best posting time, Platform (Instagram/LinkedIn/Twitter/etc.), Content pillar (educational/behind-the-scenes/promotional/engagement/user-generated), Post idea with a sample caption or first line, Suggested visual or media type. Mix content types: 40% educational, 30% engagement, 20% behind-the-scenes, 10% promotional....
Social Media social media, content calendar

TikTok/Reels Script Outline

Script a short-form video with hook, pattern-interrupt, value delivery, and CTA.

Write a script outline for a [DURATION]-second TikTok/Reels video about: [TOPIC]. Structure: 0-3s: Visual hook + text overlay (what makes someone stop scrolling), 3-8s: Pattern interrupt or surprising fact, 8-25s: Core content (teach one specific thing), 25-30s: CTA (follow, comment, try this). Include: what's happening on screen at each timestamp, spoken audio script, and suggested on-screen text. Pace: fast, no dead air....
Social Media TikTok, Reels

Twitter/X Thread Blueprint

Craft an engaging Twitter/X thread that teaches something valuable in digestible tweets.

Write a Twitter/X thread about: [TOPIC]. Structure: Tweet 1: Bold hook or controversial take (make it impossible to scroll past). Tweets 2-6: One insight per tweet, building on each other. Tweet 7: The counterintuitive part or 'what nobody tells you'. Tweet 8: Summary + CTA (follow for more, check link in bio, etc.). Requirements: Each tweet under 280 chars, use numbering (1/8), leave white space for readability, end with a strong conclusion....
Social Media Twitter, thread

YouTube Video Description

Write an SEO-optimized YouTube description with timestamps, links, and keyword-rich summary.

Write a YouTube video description for a video about: [TOPIC]. Include: 1) First 2 lines (above the fold): keyword-rich summary with CTA (these show in search), 2) Timestamps/chapters for each section, 3) 3-5 bullet points of what viewers will learn, 4) Links section (related videos, resources, social media), 5) 10-15 relevant hashtags, 6) A question to drive comments. Total length: 200-300 words. Primary keyword: [KEYWORD]....
Social Media YouTube, video