Prompt Library

1,250+ Verified

Discover and copy hand-tested prompt templates for top LLMs and image generators.

Cinematic Sci-Fi Neon Cyberpunk Walk
Ai Video
5.0

Cinematic Sci-Fi Neon Cyberpunk Walk

High-impact AI Video prompt engineered for Runway Gen-2 and Sora generating cinematic 4K sci-fi video sequences.

Advanced⚡ 30 sec
Runway Gen-2
OpenAI Sora
Photorealistic Alpine Lake Drone Flyover
Ai Video
5.0

Photorealistic Alpine Lake Drone Flyover

Prompt tailored for OpenAI Sora and Runway Gen-3 creating sweeping 4K aerial drone videos over misty mountain ranges.

Advanced⚡ 45 sec
OpenAI Sora
Runway Gen-2
UI/UX & Frontend Design
5.0

Tailwind CSS v4 Modern Dashboard UI Generator

Creates responsive, dark-mode ready Tailwind CSS v4 component layouts with glassmorphic cards, charts, and metrics.

Prompt Preview
You are a Principal Frontend UI/UX Designer specializing in Tailwind CSS v4 and React components. Build a responsive UI section for: [COMPONENT_PURPOSE]. Design Requirements: 1. Modern glassmorphism styling ('backdrop-blur-md', subtle border gradients). 2. Dark Mode native support ('dark:bg-slate-900', 'dark:text-slate-100'). 3. Micro-animations on hover states ('hover:scale-105 transition-all duration-300'). 4. Fully responsive mobile-first layout ('grid-cols-1 md:grid-cols-3'). 5. Semantic HTML elements with accessibility attributes ('aria-label', 'role').
Intermediate⚡ 45 sec
ChatGPT / GPT-4o
Claude 3.5 Sonnet
Photorealistic Futuristic Glass Architecture
Ai Image
5.0

Photorealistic Futuristic Glass Architecture

Ultra-detailed Midjourney v6 prompt for generating hyper-realistic architectural renders with dusk lighting and LED reflections.

Intermediate⏱ 1 min setup
Midjourney v6
DALL-E 3
Prompt Engineering & Meta
5.0

Meta-Prompt Optimizer & System Prompt Generator

A meta-prompt that transforms vague user instructions into structured, production-ready LLM system prompts.

Prompt Preview
You are an Expert Prompt Engineer. Transform the vague prompt task below into an elite, highly-structured System Prompt. Vague User Instruction: "[RAW_INSTRUCTION]" Output Structure: 1. Persona & Role Definition. 2. Strict Context Boundaries & Guardrails. 3. Step-by-Step Chain-of-Thought Execution Guide. 4. Input Variable Placeholders '[VARIABLE]'. 5. Expected Output Format & Example Output.
Beginner⚡ 30 sec
Claude 3.5 Sonnet
ChatGPT / GPT-4o
Vector Style Minimalist Geometric Logo
Ai Image
4.9

Vector Style Minimalist Geometric Logo

Clean Midjourney v6 prompt for generating scalable vector-style brand logos with clean typography and flat geometry.

Beginner⚡ 30 sec
Midjourney v6
DALL-E 3
Marketing & SEO Automation
4.9

High-Converting SaaS Landing Page Copywriter

Engineers high-converting copy using the PAS (Problem-Agitate-Solution) framework for SaaS landing pages and hero sections.

Prompt Preview
You are a Conversion Copywriter who has written landing pages generating $10M+ ARR for B2B SaaS startups. Write copy for the landing page of: [SAAS_PRODUCT_DESCRIPTION]. Structure: 1. Hero Section: Catchy H1, Punchy Subtitle, Primary CTA Button Text, Social Proof Badge. 2. Problem-Agitate-Solution Framework (3 Pain Points & Solutions). 3. 3 Key Feature Cards with Benefits & Icons. 4. FAQ Section answering top 5 buyer objections. 5. Final High-Urgency CTA Section.
Beginner⚡ 30 sec
ChatGPT / GPT-4o
Claude 3.5 Sonnet
API & SDK Integration
4.9

Stripe Billing & Webhook Integration Handler

Implements bulletproof Stripe subscription checkout sessions and idempotent webhook signature validation in Node.js.

Prompt Preview
You are a Payments Integration Specialist. Implement a complete Stripe subscription handler in TypeScript (Next.js / Node.js). Includes: 1. Checkout Session Creation for monthly/annual plans. 2. Webhook Event Handler verifying 'stripe-signature' header. 3. Idempotent processing for events: 'customer.subscription.updated', 'customer.subscription.deleted', 'invoice.payment_succeeded'. 4. Database status synchronization queries.
Intermediate⏱ 2 min setup
Claude 3.5 Sonnet
ChatGPT / GPT-4o
Minimalist 3D App Icon & Brand Asset Generator
Ai Image
4.9

Minimalist 3D App Icon & Brand Asset Generator

Precision DALL-E 3 prompt for generating smooth claymorphism and glassmorphism app icons for iOS and web apps.

Beginner⚡ 30 sec
DALL-E 3
ChatGPT / GPT-4o
AI Agents & Autonomous
5.0

Model Context Protocol (MCP) Server Developer

Builds custom Anthropic Model Context Protocol (MCP) servers in TypeScript/Node.js for real-time tool and resource integration.

Prompt Preview
You are an expert in the Anthropic Model Context Protocol (MCP) TypeScript SDK. Write a complete MCP server implementation for: [SERVER_NAME]. Requirements: 1. Define MCP Tool schemas using Zod validation. 2. Implement 'ListToolsRequestSchema' and 'CallToolRequestSchema' handlers. 3. Define MCP Resource endpoints with dynamic URI templates. 4. Handle error codes gracefully returning structured MCP content objects. 5. Provide stdin/stdout server transport setup.
Advanced⏱ 2 min setup
Claude 3.5 Sonnet
ChatGPT / GPT-4o
DevOps & Cloud Infra
4.9

Kubernetes Helm Chart & Production Deployment Generator

Generates production K8s manifests (Deployment, HPA, Ingress, Cert-Manager) and Helm values.yaml for high availability.

Prompt Preview
You are a Kubernetes Infrastructure Specialist. Generate a Helm chart values.yaml and templates for deploying: [CONTAINER_IMAGE]. Include: 1. Deployment with resource requests/limits (CPU & Memory). 2. Readiness and Liveness probes over HTTP /health endpoint. 3. Horizontal Pod Autoscaler (HPA) auto-scaling from 2 to 10 replicas at 70% CPU utilization. 4. NGINX Ingress Controller with TLS cert-manager annotations. 5. NetworkPolicy restricting ingress traffic to namespace.
Intermediate⏱ 2 min setup
ChatGPT / GPT-4o
Claude 3.5 Sonnet
Code & Refactoring
4.9

Senior Full-Stack Code Reviewer & Architect

A rigorous system prompt that acts as a Principal Staff Engineer, performing security, performance, maintainability, and architectural code reviews.

Prompt Preview
You are a Principal Staff Software Architect reviewing pull requests for high-scale enterprise backend and frontend applications. Your task is to conduct a thorough code review for the following code snippet written in [LANGUAGE] using [FRAMEWORK]. Review Guidelines: 1. Security Vulnerabilities: Inspect for OWASP Top 10, SQL injection, XSS, insecure dependencies, or data leaks. 2. Performance & Scalability: Identify O(n^2) loops, unnecessary re-renders, memory leaks, unindexed queries, or blocking I/O calls. 3. Code Quality & Clean Code: Check naming conventions, SOLID principles, DRY violations, and maintainability. 4. Edge Case Coverage: List missing null checks, uncaught exceptions, network timeouts, and concurrency issues. Format your output as follows: - Summary Assessment (Score 1-10) - Critical Blocking Issues - Suggested Refactored Code (With exact before/after diffs) - Architectural Advice Code Snippet to Review: ```[LANGUAGE] [CODE_SNIPPET] ```
Advanced⏱ 2 min setup
ChatGPT / GPT-4o
Claude 3.5 Sonnet
Gemini 1.5 Pro
Security & Auditing
4.9

OWASP Top 10 Security Code Auditor

Scans web application code for XSS, SQLi, CSRF, insecure deserialization, and hardcoded secret keys.

Prompt Preview
You are a Senior Application Security Engineer conducting static code analysis against the OWASP Top 10 (2021/2026) standards. Analyze the code snippet below: Audit Focus: - Broken Access Control & Auth Bypass - Cryptographic Failures & Hardcoded Credentials - Injection Flaws (SQL, Command, LDAP) - Insecure Design & SSRF (Server-Side Request Forgery) - Security Misconfigurations & Outdated Components Code to Inspect: ```[LANGUAGE] [CODE_SNIPPET] ``` Output Format: 1. Executive Risk Level (Critical / High / Medium / Low) 2. CVE / OWASP Category Classification 3. Exploit Scenario Explanation 4. Patch Code snippet
Intermediate⏱ 2 min setup
Claude 3.5 Sonnet
ChatGPT / GPT-4o
System Architecture
4.9

AWS Serverless & Event-Driven Cloud Architect

Designs scalable event-driven cloud architectures using AWS Lambda, EventBridge, DynamoDB, and SQS queues.

Prompt Preview
You are a Senior AWS Solutions Architect (SA Pro certified). Design a high-availability, multi-region serverless system architecture for: [PROJECT_GOAL]. Include: 1. Component Architecture Diagram (Mermaid.js flowchart). 2. Service Selection & Rationale (Lambda vs Fargate, EventBridge vs SQS/SNS, DynamoDB vs Aurora Serverless). 3. Resilience & Disaster Recovery (DLQ, Exponential Backoff, Multi-AZ). 4. Estimated Monthly AWS Cost Breakdown for 10M API requests/month.
Advanced⏱ 2 min setup
Claude 3.5 Sonnet
ChatGPT / GPT-4o
Testing & QA Automation
4.9

Playwright E2E Test Suite & Page Object Model Builder

Writes resilient Playwright end-to-end test scripts using Page Object Model (POM) and automatic retry assertions.

Prompt Preview
You are a Lead QA Automation Engineer proficient in Playwright TypeScript. Write an E2E test suite for user flow: [USER_FLOW_DESCRIPTION]. Rules: 1. Use Page Object Model (POM) class design. 2. Use web-first assertions ('await expect(page.getByRole(...)).toBeVisible()'). 3. Avoid hardcoded timeouts or unsafe sleep functions. 4. Include mock API request interceptors for test isolation.
Intermediate⏱ 1 min setup
ChatGPT / GPT-4o
Claude 3.5 Sonnet
Marketing & SEO Automation
4.9

Viral Twitter/X & LinkedIn Tech Thread Architect

Transforms technical blog posts or GitHub repos into engaging, high-hook social threads optimized for engagement.

Prompt Preview
You are a Viral Social Media Architect specializing in developer marketing. Repurpose the following technical topic into a 7-part viral Twitter/X & LinkedIn post sequence: [TECHNICAL_TOPIC] Rules: 1. Hook (Post 1): High-curiosity statement challenging common assumptions. 2. Value Delivery (Posts 2-5): Bullet points, clear code/concept takeaways. 3. Summary & Call-to-Action (Post 7): Drive traffic to project link or newsletter signup.
Beginner⚡ 1 min setup
ChatGPT / GPT-4o
Claude 3.5 Sonnet
Product Management & PRDs
4.9

Comprehensive Product Requirement Document (PRD) Author

Produces complete PRD documents with user personas, functional specs, metrics, and out-of-scope boundaries.

Prompt Preview
You are a Principal Product Manager at a Tier-1 tech company. Write a detailed Product Requirement Document (PRD) for feature: "[FEATURE_NAME]". Sections: 1. Problem Statement & Business Opportunity. 2. Target User Personas & Pain Points. 3. Functional Requirements & Technical Constraints. 4. Non-Functional Requirements (Performance, Latency, SLA). 5. Key North Star Metrics & Success Criteria. 6. Out of Scope for V1.
Intermediate⏱ 3 min setup
Claude 3.5 Sonnet
ChatGPT / GPT-4o
Dark Fantasy Knight Character Concept Art
Ai Image
4.9

Dark Fantasy Knight Character Concept Art

SDXL prompt tuned for dark fantasy character art, intricate armor engravings, and dramatic chiaroscuro lighting.

Intermediate⏱ 1 min setup
Midjourney v6
Prompt Engineering & Meta
4.9

Few-Shot Chain-of-Thought Reasoning Template

Framework for constructing few-shot prompt examples that force LLMs to show step-by-step reasoning for complex math and logic.

Prompt Preview
You are a Reasoning Optimization Specialist. Construct a Few-Shot Chain-of-Thought prompt template for: [COMPLEX_TASK]. Include 3 high-quality input-reasoning-output examples demonstrating: 1. Breakdown of assumptions. 2. Step-by-step intermediate calculation / deduction. 3. Final verified result block.
Intermediate⚡ 1 min setup
Claude 3.5 Sonnet
ChatGPT / GPT-4o
Gemini 1.5 Pro
AI Agents & Autonomous
5.0

ReAct Multi-Step AI Agent System Prompt

A deterministic system prompt for building autonomous LLM agents that execute Reasoning + Action loops with tool calling.

Prompt Preview
You are [AGENT_NAME], an autonomous AI agent capable of multi-step problem solving using the ReAct (Reasoning + Action) execution paradigm. Available Tools: [AVAILABLE_TOOLS] Execution Loop Rules: For every step, follow this exact format: Thought: Describe your step-by-step reasoning about what information is missing or what tool to invoke next. Action: Output a single valid JSON tool call with format: {"tool": "tool_name", "args": {...}} Observation: [The system will provide tool output here] Final Answer Rule: When you have sufficient information to solve the user's request, do NOT call any tool. Output: Thought: I now have all information needed to answer. Final Answer: Provide your complete, structured response. User Request: [USER_GOAL]
Advanced⚡ 30 sec
Claude 3.5 Sonnet
ChatGPT / GPT-4o
Gemini 1.5 Pro