🏠 Home 📖 Guides 🔬 AI Tools ⚡ Prompts 📬 Newsletter Subscribe Free →
Home / Prompts
200+ Tested Prompts · Updated March 2026

AI Prompt Library 2026 —
200+ Prompts That Actually Work

Most people use AI like a search engine. They type a vague question, get a vague answer, and wonder why AI isn't living up to the hype. The difference between a frustrating AI experience and a genuinely transformative one comes down to a single thing: the quality of your prompt.

This is your complete library. Every category of prompt you'll ever need — written, tested, and organized so you can find what you need in seconds and start getting results immediately.

200+ Tested Prompts
8 Categories
3 AI Tools Covered
0 Fluff Included
🖼️ Hero Image Recommended: 1400×600px · Split screen showing vague prompt vs detailed prompt with dramatically different AI outputs · dark theme · gold highlights
Coding Prompts Business Prompts Writing Prompts Design Prompts Research Prompts Marketing Prompts Productivity Prompts Learning Prompts Coding Prompts Business Prompts Writing Prompts Design Prompts Research Prompts Marketing Prompts Productivity Prompts Learning Prompts
Why This Matters

A prompt isn't just a question.
It's a briefing.

Think about what happens when a new contractor joins your team. You wouldn't walk up to them, say "build something," and expect a great result. You'd give them context — what the project is, who it's for, what the constraints are, what done looks like.

AI works exactly the same way. The difference is that AI is infinitely patient and will always try its best with whatever you give it. Give it almost nothing — it gives you almost nothing back. Give it a proper briefing — and the output can be genuinely extraordinary.

Every prompt in this library is built on that principle. Not "how do I phrase this question" but "how do I give AI everything it needs to give me everything I need."

Read the full prompt engineering guide →
❌ Without a good prompt
"Write me a function to validate emails"
AI returns:
A basic regex check. No TypeScript. No edge cases. No error messages. Works in demos, breaks in production.
⏱ 2 hours of debugging ahead
✅ With a good prompt
"Write a TypeScript email validation function with Zod, handles subdomains, internationalized addresses, edge cases and returns typed errors"
AI returns:
Fully typed, handles 15 edge cases, includes tests, explains every decision and flags what it didn't cover.
✅ Ship-ready in 5 minutes
🖼️ Comparison Diagram Recommended: 1200×480px · Visual showing the anatomy of a great prompt with labeled sections · dark themed

The anatomy of a great prompt — every layer serves a specific purpose.

Browse by Category

Find exactly what
you need, instantly

Eight categories. Every use case a developer, founder or creator runs into. Each category has its own deep-dive page with full prompt templates you can copy and use immediately.

⭐ Most Used
💻
Category 01

Coding & Development

The prompts that senior engineers actually use. React components, API routes, database schemas, debugging, code review, refactoring — everything has a tested template here.

"Build a TypeScript API route..." "Review this as a PR..." "Design my database schema..."
45 prompts All Levels
💼
Category 02

Business & Startups

Market research, competitor analysis, pitch decks, investor updates, cold emails, product positioning — the prompts founders use to move faster than teams of ten.

"Stress-test my business idea..." "Write a cold email to..."
38 prompts Business
✍️
Category 03

Writing & Content

Blog posts, landing page copy, email sequences, documentation, changelogs, social content — prompts that produce writing that sounds like you, not like a robot.

"Write a blog post that..." "Improve this copy without..."
32 prompts Creative
🔬
Category 04

Research & Analysis

Synthesize information, compare options, summarize long documents, fact-check claims, build research frameworks. AI as your personal analyst — if you prompt it right.

"Summarize this and flag..." "Compare these 5 options..."
28 prompts All Levels
📣
Category 05

Marketing & Growth

Ad copy, SEO content, social media strategies, campaign ideas, customer personas, conversion optimization — the prompts that turn one person into a marketing team.

"Write 10 ad variations for..." "Create a content flywheel..."
30 prompts Business
Category 06

Productivity & Planning

Project plans, decision frameworks, meeting agendas, task prioritization, learning plans, goal setting — prompts that make you more organized and deliberate.

"Build a 90-day plan for..." "Help me decide between..."
22 prompts All Levels
🎨
Category 07

Design & UI

UI component descriptions for v0 and Bolt, image generation prompts for Midjourney and DALL-E, design feedback, accessibility reviews and brand guidelines.

"Generate a UI component that..." "Review this design for..."
18 prompts Creative
🎓
Category 08

Learning & Education

AI as your personal tutor. Learn any concept, get explanations at any depth, practice skills, get feedback on your thinking — for any topic, any level.

"Explain this like I'm a..." "Quiz me on this topic..."
20 prompts Beginner
🖼️ Categories Overview Image Recommended: 1200×440px · Grid of icons representing each category with connecting lines · blueprint/network aesthetic

Eight categories — one for every situation you'll encounter using AI seriously.

How to Use This Library

Don't just copy.
Understand.

01
🎯

Find Your Category

Pick the category that matches what you're trying to do — coding, writing, research, business. Each has its own page with prompts organized by specific use case.

02
✏️

Fill the Brackets

Every template has [bracketed placeholders]. Replace them with your specific details. The more specific you are, the better the output.

03
🔄

Iterate, Don't Restart

If the first response isn't perfect, refine it in the same chat. "Make it shorter." "Add error handling." "Be more specific about X." Iteration is faster than starting over.

04
💾

Save What Works

Build your personal prompt library over time. When a variation of a template gives you exceptional results, save it. Your custom prompts become your biggest competitive advantage.

🖼️ Results Screenshot Recommended: 1200×360px · Screenshot showing real AI output from the master prompt — clean TypeScript component · dark editor theme

What the Master Prompt actually produces — clean, typed, documented, production-ready.

Start Here

5 prompts to try
in the next 10 minutes

If you're new here, don't try to read everything at once. Start with these five. Each one produces a result you'll actually use today.

01
✍️ Writing

The "Improve Without Losing My Voice" Prompt

"Improve the clarity and flow of this text, but keep my tone and voice exactly as they are. Don't make it sound corporate or generic. Here's the text: [paste your text]"

Works on emails, blog posts, documentation — anything written. The "keep my voice" instruction is what separates this from generic AI rewriting.

02
💻 Coding

The "What Am I Missing" Prompt

"Here's what I'm planning to build: [describe your feature]. Before I start coding, what edge cases, security issues, or architectural problems am I not thinking about?"

Ask this before you write a single line of code. It's saved more projects from expensive mistakes than any other prompt in this library.

03
📊 Research

The "Devil's Advocate" Prompt

"I'm about to [make a decision / build a feature / launch a product]. Play devil's advocate — give me the strongest case against this, as if you're trying to talk me out of it."

Forces you to confront weaknesses before they become problems. Better to hear the counterarguments from AI than from a customer in month three.

04
💼 Business

The "Explain to Anyone" Prompt

"Explain [complex technical concept] to someone who is smart but has no technical background. Use a real-world analogy. No jargon."

Invaluable for communicating with non-technical stakeholders, investors, or clients. Also great for understanding something complex yourself first.

05
🔄 Review

The "Senior PR Review" Prompt

"Review the following code as a principal engineer doing a thorough pull request review. Prioritize findings as: Critical / Important / Minor. For each issue, explain why it's a problem and show the fix. [paste your code]"

The closest thing to a free senior code reviewer. Gets real critique — naming, logic, security, performance — not just a green light.

Works With

Every prompt tested on
all three major LLMs

Every prompt in this library has been tested on Claude, ChatGPT and Gemini. We note which tool performs best for each category — so you always know where to go.

🤖
Claude 3.5
Best for: Coding, reasoning, long documents
Top Pick
💬
ChatGPT-4o
Best for: Writing, brainstorming, all-round
Popular
🔷
Gemini 1.5
Best for: Research, large files, free tier
Free Option
Not sure which tool to use? Read our LLM benchmarks →
Common Questions

Questions about
prompts

Yes — every prompt in this library works with free tiers of Claude, ChatGPT and Gemini. You'll hit rate limits faster on free tiers, but the quality of output from the same prompt is virtually identical. The only real difference is context window size, which only matters for very long documents.
Variability in AI output is normal — and actually one of the features, not a bug. If you're getting wildly inconsistent results, it usually means your prompt is missing context. The more specific and constrained your prompt is, the more consistent the output. Adding a "No:" constraints section dramatically reduces variability.
Mostly yes — the same well-structured prompt produces good results across all major LLMs. The main difference is that Claude tends to be more thorough and will push back more, while ChatGPT is faster and more flexible. We note tool-specific tips on prompts where the difference is significant.
Start by saving any prompt that produces an exceptional result. Keep them in a simple text file or Notion page. Over time, group them by use case and refine the ones you use most. The best personal prompt library is built through use, not curation — you learn which phrases produce the results you need by actually running sessions.

Start with the guide
that explains why it all works.

The prompts in this library are tools. The guide explains the framework behind them — so you can write your own from scratch for any situation you'll ever face.