Section · AI Prompts
Free AI prompts library
51+ trending, ready-to-copy prompts for ChatGPT, Claude, Midjourney, DALL·E and more. One-click copy. No signup, no watermark, no daily limit — same rules as every EasyFileMagic tool.
Quick answer
To use an AI prompt: click Copy on any card below, paste it into ChatGPT (or your AI tool of choice), and replace anything in [SQUARE BRACKETS] with your own details. All 51 prompts on this page work with GPT-4o, GPT-5, Claude, Gemini and open-source models; image prompts are tuned for Midjourney v6, DALL·E 3, SDXL and Flux.
- ChatGPT Productivity
Turn ChatGPT into your second brain
Make ChatGPT ask you questions and organize your thoughts into a structured note.
Act as my second brain. I will describe a topic, project, or problem in a messy stream of thought. Ask me 5 clarifying questions one at a time. After I answer, output a structured note with: Summary, Key Points (bullets), Open Questions, Next Actions, and Tags. Keep it under 300 words.
notesthinking - ChatGPT Productivity
Rewrite any email to be shorter and clearer
Paste any email — get a version that's 40% shorter and easier to reply to.
Rewrite the email below so it is 40% shorter, in a warm but direct tone, with a single clear ask at the end. Preserve all facts and dates. Return only the rewritten email. Email: """ [PASTE EMAIL HERE] """
- ChatGPT Productivity
Summarize a meeting transcript into action items
Turn a messy transcript into decisions, action items and owners.
You are a meticulous chief of staff. Given the meeting transcript below, produce: 1. TL;DR (max 3 sentences) 2. Decisions Made (bullets) 3. Action Items as a table: Task | Owner | Due Date 4. Open Questions 5. Follow-up email draft to attendees Transcript: """ [PASTE TRANSCRIPT] """
- ChatGPT Productivity
Explain anything like I'm 5, then like I'm 25
Two-level explanation for learning fast.
Explain [TOPIC] twice. First: 'ELI5' — 3 short paragraphs a curious 5-year-old could follow, with one concrete analogy. Then: 'For a smart adult' — 3 paragraphs with correct terminology, the underlying mechanism, and one common misconception.
- ChatGPT Productivity
Weekly life-coach check-in
A structured weekly review that asks the right questions.
Act as a no-nonsense life coach. Run a weekly review with me. Ask, one at a time: What went well? What didn't? What did I avoid? What's one thing I want to focus on next week? After I answer all four, give me a 5-bullet action plan and one honest observation about a pattern you noticed.
- ChatGPT Productivity
30-day self-study plan for any skill
A daily curriculum with resources and a weekly project.
Design a 30-day self-study plan for [SKILL]. Assume I have 45 minutes per day. Output a day-by-day table with: Day | Focus | 1 free resource | 15-min exercise. End each week with a small project I can share publicly. Format as Markdown.
- ChatGPT Productivity
Decision-making framework prompt
Weigh options with a rigorous, unbiased framework.
I need to decide between the following options: [OPTION A] vs [OPTION B]. Walk me through a structured decision using: (1) my goals, which you'll ask me to state, (2) 5 evaluation criteria you propose, (3) a weighted score table, (4) reversible vs irreversible analysis, (5) a final recommendation with the single strongest counter-argument.
- Writing & Content
SEO blog post outline that actually ranks
Search-intent-driven outline with H2/H3s and FAQ.
Create an SEO blog post outline for the keyword: "[KEYWORD]". First identify the search intent (informational / commercial / transactional). Then output: proposed title (under 60 chars), meta description (under 155 chars), H2s and H3s covering all sub-topics ranking on page 1, a FAQ section with 5 questions, and internal-link ideas. Keep it skimmable.
seoblog - Writing & Content
10 scroll-stopping hooks for any topic
Hooks for X/Twitter, LinkedIn, TikTok and newsletters.
Give me 10 scroll-stopping opening hooks about [TOPIC]. Mix these formats: contrarian take, curiosity gap, bold stat, personal story starter, list promise, mistake reveal, question, before/after, prediction, and 'nobody's talking about'. Each hook must be under 20 words.
- Writing & Content
Rewrite text in any tone or style
Match the voice of any author, brand, or style.
Rewrite the text below in the tone of [AUTHOR/BRAND — e.g. Paul Graham, Apple, Wes Anderson]. Preserve every fact. Match: sentence length, rhythm, vocabulary and punctuation quirks. Return only the rewritten version. Text: """ [PASTE TEXT] """
- Writing & Content
Summarize a long article in 3 layers
One-liner, TL;DR, and detailed summary in one pass.
Summarize the article below in three layers: • 1-sentence summary • TL;DR (5 bullets) • Detailed summary with headings for each major section At the end, list 3 counter-arguments the author didn't address. Article: """ [PASTE ARTICLE] """
- Writing & Content
Turn any idea into a viral X/Twitter thread
Hook, 8-tweet body, and CTA — ready to schedule.
Turn the idea below into a 10-tweet thread. Tweet 1 must be a scroll-stopping hook under 240 chars. Tweets 2–9 deliver one insight each with a short example. Tweet 10 is a CTA. Use short lines, plenty of white space, and no hashtags. Idea: [YOUR IDEA]
- Writing & Content
Cold email that gets replies
Personalized, honest, and 90 words or less.
Write a cold email from me ([YOUR ROLE] at [YOUR COMPANY]) to [PROSPECT NAME], [PROSPECT ROLE] at [THEIR COMPANY]. Goal: [OFFER OR ASK]. Rules: max 90 words, one specific observation about their company, one clear ask, no fake compliments, no 'hope this finds you well'. Provide 3 subject line options.
- Writing & Content
Extract the best ideas from any book
Big ideas, quotes and a personal reading list.
For the book "[TITLE]" by [AUTHOR], give me: (1) 5 big ideas, one paragraph each, (2) 3 direct quotes worth remembering, (3) how the ideas connect to [MY SITUATION], (4) 3 further books someone who loved this should read next.
- Coding & Dev
Explain any code line-by-line
Great for reading unfamiliar codebases.
Explain the code below to a mid-level developer. First: 2-sentence high-level summary. Then: annotated line-by-line explanation. Then: a list of possible bugs, edge cases, and how you'd test it. ``` [PASTE CODE] ```
- Coding & Dev
Refactor messy code with reasoning
Cleaner version with a diff-style rationale.
Refactor the code below for readability and correctness. Requirements: keep the public API identical, no new dependencies, add types where missing. Output: 1. The refactored code in one block. 2. A bulleted 'what changed and why' section. 3. Any bugs you fixed along the way. ``` [PASTE CODE] ```
- Coding & Dev
Debug an error like a senior engineer
Root cause, fix, and prevention — not just a patch.
I'm getting this error: ``` [PASTE ERROR / STACK TRACE] ``` Relevant code: ``` [PASTE CODE] ``` Walk me through: (1) what the error actually means, (2) 3 most likely root causes ranked by probability, (3) how to confirm each, (4) the minimal fix, (5) how to prevent this class of bug in future.
- Coding & Dev
Build & explain a regex from plain English
With test cases you can paste into a regex tester.
I need a regex that matches: [DESCRIBE IN PLAIN ENGLISH]. Provide: (1) the pattern in JavaScript flavor, (2) a plain-English breakdown of every group, (3) 5 strings it should match, (4) 5 strings it must NOT match, (5) an equivalent Python-flavor pattern.
- Coding & Dev
SQL query from plain English
Includes schema questions and explains the plan.
I want to answer this question with SQL: "[QUESTION]". My tables and columns: [PASTE SCHEMA]. First ask me any missing questions. Then produce: (1) the SQL query (Postgres flavor), (2) an English walkthrough of what each clause does, (3) an EXPLAIN-style note on likely performance issues.
- Coding & Dev
Generate unit tests for any function
Happy path, edge cases, and failure modes.
Write comprehensive unit tests for the function below using [TEST FRAMEWORK — e.g. Vitest / Jest / Pytest]. Cover: happy path, boundary values, invalid inputs, and the top 3 failure modes. Use descriptive test names in the 'it should …' style. ``` [PASTE FUNCTION] ```
- Coding & Dev
Perfect conventional commit message
Follows conventional-commits, with body and footer.
Given this git diff, write a Conventional Commit message. Include type(scope): subject (max 72 chars), a body explaining the 'why', and a footer with BREAKING CHANGE / refs if relevant. Diff: ``` [PASTE DIFF] ```
- Business & Marketing
High-converting landing page copy
Hero, benefits, objections, social proof, CTA.
Write landing page copy for [PRODUCT], which helps [AUDIENCE] achieve [OUTCOME]. Sections: 1. Hero: headline, sub-headline, primary CTA. 2. 3 benefit blocks (headline + 2 sentences each). 3. 'How it works' in 3 steps. 4. Objection-handling FAQ (5 items). 5. Testimonial placeholders (3). 6. Final CTA. Tone: [TONE]. Read at a 7th-grade level.
- Business & Marketing
10 Google Ads variants for A/B testing
Headline + description sets ready for Google Ads.
Generate 10 Google Search Ad variants for [PRODUCT/OFFER]. For each: 3 headlines (max 30 chars each) and 2 descriptions (max 90 chars each). Mix angles: benefit, urgency, price, social proof, question, guarantee. Avoid superlatives that break Google's policies.
- Business & Marketing
Keyword cluster around a seed keyword
Grouped by intent, with a content plan.
For the seed keyword "[KEYWORD]", generate a keyword cluster organized by search intent (informational, commercial, transactional, navigational). For each cluster: 5–8 keyword ideas, the best content format (blog / comparison / landing page / tool), and a suggested title. Present as a Markdown table.
- Business & Marketing
Build a data-rich customer persona
Goals, pains, objections, and where they hang out.
Build a customer persona for [PRODUCT]. Include: demographic snapshot, job/role, daily workflow, top 3 goals, top 3 pains, main objections to buying, where they discover new tools (channels), 5 direct quotes I might hear in a discovery call, and 3 competing solutions they probably use today.
- Business & Marketing
Video sales letter (VSL) script
Classic problem→agitate→solve→CTA structure.
Write a 5-minute video sales letter script for [PRODUCT]. Structure: hook (15s), problem (60s), agitate (45s), introduce solution (60s), how it works (60s), proof (30s), offer + guarantee (45s), close + CTA (15s). Conversational, one idea per sentence, no jargon.
- Business & Marketing
Define a brand voice guide from examples
Turn 3 sample texts into a reusable voice doc.
Below are three pieces of copy from my brand. Reverse-engineer a brand voice guide. Include: 3 voice attributes (adjective + description), 3 'we say / we don't say' pairs, vocabulary rules, punctuation and formatting quirks, and one example rewrite of a boring sentence in-voice. Sample 1: [PASTE] Sample 2: [PASTE] Sample 3: [PASTE]
- Business & Marketing
LinkedIn post that gets shared
Story-driven, whitespace-heavy, no cringe.
Write a LinkedIn post about [INSIGHT / STORY]. Requirements: strong 1-line hook, short lines with white space, no emojis, one specific lesson, and a final line that invites replies. Max 220 words. Avoid the phrases 'thrilled to announce', 'game changer', 'humbled'.
- Midjourney
Cinematic portrait (Midjourney v6)
Moody film-still portrait with anamorphic lens feel.
cinematic portrait of [SUBJECT], soft rembrandt lighting, shallow depth of field, shot on Arri Alexa 65 with anamorphic lens, muted teal and amber palette, subtle film grain, skin texture visible, natural fabric detail --ar 4:5 --style raw --v 6
- Midjourney
Studio product photography
Clean commercial product shot on seamless backdrop.
hyper-realistic product photography of [PRODUCT], seamless off-white paper backdrop, soft key light from top-left, subtle reflection on glossy surface, sharp focus, commercial catalog style, 85mm macro lens, ultra detailed, 8k --ar 1:1 --style raw --v 6
- Midjourney
Minimal flat vector logo
Clean logo mark for a modern startup.
minimalist flat vector logo of [CONCEPT], geometric shapes, two-color palette (deep navy and warm cream), clean negative space, centered on white background, no text, no gradients, no shadows --ar 1:1 --v 6
- Midjourney
Epic fantasy landscape
Wide painterly fantasy vista.
epic fantasy landscape of [LOCATION], towering mountains, glowing bioluminescent forest, misty valleys, dramatic god rays, painted by Greg Rutkowski and Craig Mullins, matte painting, hyper detailed, cinematic composition --ar 21:9 --v 6
- Midjourney
Anime character (Niji v6)
Studio-quality anime portrait with clean lineart.
anime portrait of [CHARACTER], expressive eyes, soft cel shading, clean lineart, pastel color palette, subtle bloom, cherry blossom background, studio ghibli meets modern shounen style --ar 3:4 --niji 6
- Midjourney
Cozy isometric room illustration
Warm, detailed miniature-room scene.
cozy isometric [ROOM TYPE], warm ambient lighting, plants, books, coffee, tiny details, soft pastel palette, 3d render, blender style, ultra detailed, centered composition --ar 1:1 --v 6
- Midjourney
Golden-hour street photography
Candid documentary-style street shot.
candid street photography in [CITY], golden hour light, long shadows, 35mm lens, Kodak Portra 400 film emulation, subtle grain, unposed subject, storytelling composition, layered background --ar 3:2 --style raw --v 6
- Midjourney
Sci-fi concept art
Painterly concept sheet for a sci-fi setting.
sci-fi concept art of [SUBJECT], massive scale, atmospheric fog, volumetric lighting, gritty industrial detail, in the style of Syd Mead and Simon Stålenhag, cinematic wide shot --ar 16:9 --v 6
- DALL·E / Image Gen
Consistent icon set (DALL·E / SDXL)
Matching flat icons in one visual style.
A set of 9 flat vector icons on a plain white background, all in the same style: rounded corners, two-tone palette (soft blue and warm coral), thin uniform strokes, subtle inner shadow. Icons: [LIST 9 CONCEPTS]. Arrange in a 3x3 grid, evenly spaced.
- DALL·E / Image Gen
Modern non-fiction book cover
Clean typographic book cover mockup.
A modern non-fiction book cover titled "[TITLE]" with subtitle "[SUBTITLE]". Bold sans-serif typography centered, abstract geometric background using [2 COLORS], author name at bottom, clean minimalist layout, professional publisher quality, hardcover mockup on a neutral surface.
- DALL·E / Image Gen
Blog post hero image
Editorial-style illustration for an article header.
Editorial illustration for a blog post about [TOPIC]. Flat vector style with subtle textures, warm limited color palette, one clear focal metaphor, plenty of empty space in the top-left for headline text, no lettering in the image itself. 16:9 aspect ratio.
- DALL·E / Image Gen
YouTube thumbnail concept
High-contrast, high-CTR thumbnail composition.
A YouTube thumbnail concept for a video titled "[TITLE]". High contrast, saturated colors, a surprised person on the left third, one bold prop or symbol on the right third, big empty area at top for 4-word overlay text (do not render text). Cinematic depth of field, punchy lighting.
- DALL·E / Image Gen
Stylized profile avatar
Personal avatar with a specific illustration style.
A stylized digital avatar of [DESCRIBE PERSON — hair, features, vibe], illustrated in a modern flat style with soft gradients and clean linework. Warm pastel background, centered head-and-shoulders framing, friendly expression, subtle rim light.
- DALL·E / Image Gen
T-shirt graphic design
Print-ready, bold graphic on transparent background.
A bold t-shirt graphic about [THEME]. Retro screen-print style, 3-color palette, thick outlines, halftone shading, centered composition on a transparent background, no additional props or borders, high resolution suitable for DTG printing.
- Viral & Trending
Brutally honest 'roast my …'
The 'roast my resume / portfolio / product' trend.
Brutally roast my [RESUME / LANDING PAGE / TWEET / PRODUCT] below. Be specific, funny, and mean but fair. Then, at the end, tell me the 3 things that would actually make it better. Don't be nice — I asked for the roast. """ [PASTE] """
- Viral & Trending
Red-team my idea
Adversarial critique of any plan or product.
You are a red team hired to destroy my idea below. List the 10 strongest reasons this will fail, ranked by likelihood. For each, describe the specific scenario and the earliest warning sign. Then propose the single change that would blunt the top 3 risks. Idea: [DESCRIBE]
- Viral & Trending
The infinite 'so what?' interrogator
Drills into any idea until it hits real value.
I'll state an idea. Ask me 'so what?' seven times in a row, each time based on my previous answer. After the 7th answer, summarize what the idea is really about and whether it's worth pursuing. Idea: [YOUR IDEA]
- Viral & Trending
Teach it to me like a curious 6-year-old
The viral 'explain like I'm 6, then quiz me' format.
Explain [TOPIC] to me like I'm a curious 6-year-old, using tiny words and one concrete example. Then ask me 3 simple questions to check I understood. Then re-explain any part I got wrong, still in kid-language.
- Viral & Trending
Personal MBA in one prompt
Trending 'condense a whole field into a curriculum'.
Act as a professor. Design a self-taught mini-MBA in [FIELD] I can finish in 12 weeks at 5 hours/week. For each week: topic, 1 must-read (free), 1 optional book, 1 real-world exercise. End with a capstone project brief and how to evaluate it myself.
- Viral & Trending
Three experts, one problem
Simulate a panel debate across disciplines.
Simulate a panel discussion between [EXPERT 1], [EXPERT 2] and [EXPERT 3] about my problem: [PROBLEM]. Each speaks in-character with their known worldview. They challenge each other. After 3 rounds, give me a synthesized recommendation.
- Viral & Trending
'Give me the worst advice possible'
Reverse-brainstorm: find the trap by inverting it.
Give me the worst possible advice for [GOAL / SITUATION]. Be creative and specific — 10 pieces of terrible advice a real person might actually follow. Then invert each one to derive the actual smart move.
- Viral & Trending
Letter from your future self
Reflective prompt that's trending on TikTok and Reddit.
Write a letter from my future self (5 years from now) to me today. I'm currently: [DESCRIBE YOURSELF, GOALS, FEARS]. The letter should describe what changed, the one habit that mattered most, the thing I worried about that didn't matter, and one warning. Warm, specific, no clichés.
- Viral & Trending
Turn a whole book into a 1-day workshop
The 'implement, don't just read' trend.
Turn the book "[TITLE]" into a 1-day self-workshop I can run alone. Morning: key ideas (with page refs if possible). Midday: 3 exercises applying the ideas to my situation ([DESCRIBE]). Afternoon: a written reflection template. Evening: a 1-page personal action plan.
FAQ
AI prompts, answered
- Are these AI prompts really free to use?
- Yes. Every prompt on this page is free to copy and paste into ChatGPT, Claude, Gemini, Midjourney, DALL·E or any other AI tool. No signup, no watermark, no daily limit.
- Which AI models do these prompts work with?
- The ChatGPT, writing, coding and marketing prompts work with any modern chat model — ChatGPT (GPT-4o, GPT-5), Claude, Gemini, Llama and open-source models. Image prompts are tuned for Midjourney v6, DALL·E 3, SDXL and Flux.
- How do I use a prompt?
- Click the Copy button, paste it into your AI tool, and replace anything in [SQUARE BRACKETS] with your own details. Most prompts run in one shot; some ask you clarifying questions first.
- Do you add new prompts?
- Yes. This page is updated regularly with new trending prompts across ChatGPT, image generation, writing, coding and marketing categories.
- Can I edit or remix these prompts?
- Absolutely. Treat every prompt as a starting template — tweak the tone, constraints and examples to fit your use case.