REKLAM / ADVERTISEMENT
Production-Ready Prompt Library

Discover, Copy & Build with the Best AI Prompts

Boost your daily productivity, optimize your AI workflows, and copy tested prompts for ChatGPT, Midjourney, Claude, and Gemini.

1-Click Copy Paste
Optimize ve Test EdilmiลŸ
Diverse Categories

Need a Specific AI Prompt?

Can't find the exact prompt for your workflow? Request it from our team and we'll add it to the library.

Featured AI Prompts

Top-rated templates optimized for best quality outputs.

SEOFEATURED
Claude

Semantic SEO Keyword Clusterer

Organizes search keyword lists by semantic relationship and search intent into a clean structure.

Terminal
You are a senior SEO specialist. Analyze the list of keywords provided below and group them based on their semantic (topic) relationship and search intent (Informational, Navigational, Commercial, Transactional).

Please output a clean Markdown table with the following columns:
1. Cluster Name: The main topic or category.
2. Keywords: List of keywords in this cluster (comma-separated).
3. Search Intent: Informational, Navigational, Commercial, or Transactional.
4. Recommended Content Type: Blog post, Product page, Category page, or Guide.

Keywords to group:
[Paste Keyword List Here]
Ready to copy
SoftwareFEATURED
Claude

Legacy Code Refactoring & Optimization

Refactors legacy JavaScript/TypeScript into modern standards (ES6+), optimizing performance and readability.

Terminal
You are a senior software architect. Analyze the legacy code provided below and refactor it based on the following standards:

1. Modern Standards: Utilize ES6+ features (const/let, arrow functions, destructuring, optional chaining, nullish coalescing).
2. Performance: Optimize time complexity (e.g., swapping nested loops for Map/Set lookups).
3. Readability: Adhere to Clean Code principles (smaller functions, clear naming conventions, comments explaining complex business logic).
4. Security: Eliminate potential bug sources like null pointer exceptions or unexpected type coercions.

Here is the code to refactor:
```javascript
[Paste Code Here]
```
Ready to copy
E-commerceFEATURED
ChatGPT

Direct-Response Social Media Ad Copywriter

Generates high-performing, scroll-stopping social ad copies using AIDA and PAS copy structures.

Terminal
You are an expert direct-response copywriter specializing in Meta (Facebook/Instagram) and TikTok ads. Write 3 variations of social media ad copy for my product based on the AIDA (Attention, Interest, Desire, Action) and PAS (Problem, Agitate, Solve) frameworks.

Requirements:
- Hook (First Line): Eye-catching, scroll-stopping, addresses a pain point or curiosity.
- Body: Engaging explanation of the solution, focusing on benefits over features.
- Social Proof: Insert a placeholder where customer reviews or ratings can go.
- Offer/CTA: A clear discount or incentive with a strong call to action.
- Format: Add relevant emojis and line breaks for readability.

Product Details:
- Product: [Insert Product]
- Main Benefit: [Main Benefit]
- Target Customer: [Audience]
Ready to copy
REKLAM / ADVERTISEMENT
AI Android Command Tunnel
VELOCITY

Supercharge Workflows in Seconds

Forget time-consuming prompt writing. Copy and paste production-ready commands instantly to maximize output efficiency.

AI Brain Bรผst
MODEL SPECIALIST

Model-Optimized Guidelines

Text, code, analytics or visuals. Tailor-made guidelines crafted for each LLM to leverage their specific strengths.

AI Android Circuit Interface
REVENUE ORIENTED

Revenue-Driven Outputs

Not just for casual chat. Engineered specifically to boost ecommerce checkouts, search engine rankings, and SQL pipelines.

Explore Categories

Curated libraries tailored to specific industries.

Featured E-commerce Prompts

View All
E-commerce
ChatGPT

E-commerce Product Description Generator

A highly-structured ChatGPT prompt designed for copywriters to write persuasive, SEO-optimized product descriptions.

Terminal
Act as an e-commerce copywriter and SEO expert. I will provide you with a product name, target keywords, and target audience. Using this information, write a high-converting, persuasive, and SEO-friendly product description.

The description should include:
1. Catchy Hook: A short headline highlighting the main benefit.
2. Intro Paragraph: 2-3 sentences defining a customer problem and introducing this product as the solution.
3. Key Features & Benefits: A bulleted list focusing on the daily benefit of each feature.
4. Social Proof/Trust: Reassuring statements on why they should choose this brand.
5. Strong Call to Action (CTA): A closing sentence encouraging immediate purchase.

Product Details:
- Product Name: [Insert Product Name]
- Target Audience: [Insert Target Audience]
- Key Features: [Insert Features]
- Focus Keywords: [Insert Keywords]
Ready to copy
E-commerce
Claude

E-Commerce Cart Abandonment Email

Generates a 3-step email recovery series utilizing FOMO and urgency hooks to win back cart abandoners.

Terminal
Act as a senior direct-response copywriter. Write a 3-step email sequence designed to win back customers who abandoned their shopping carts.

The tone should be helpful, friendly, and create a mild sense of urgency (FOMO). For each email, include:
1. Subject Line: 3 click-worthy options.
2. Body Copy: Personalized greeting, reminding them of items, resolving common purchasing friction (e.g., shipping costs, returns policy).
3. CTA: A strong, clear button copy linking back to their cart.

Details:
- Brand Niche: [e.g., Clothing, Cosmetics, Tech]
- Special Offer (optional): [e.g., 10% off code or free shipping]
- Brand Voice: [e.g., Friendly, Premium, Humorous]
Ready to copy

Featured SEO Prompts

View All
SEOFEATURED
Claude

Semantic SEO Keyword Clusterer

Organizes search keyword lists by semantic relationship and search intent into a clean structure.

Terminal
You are a senior SEO specialist. Analyze the list of keywords provided below and group them based on their semantic (topic) relationship and search intent (Informational, Navigational, Commercial, Transactional).

Please output a clean Markdown table with the following columns:
1. Cluster Name: The main topic or category.
2. Keywords: List of keywords in this cluster (comma-separated).
3. Search Intent: Informational, Navigational, Commercial, or Transactional.
4. Recommended Content Type: Blog post, Product page, Category page, or Guide.

Keywords to group:
[Paste Keyword List Here]
Ready to copy
SEO
ChatGPT

Content Gap Analysis Strategy

Identifies missed topical opportunities and content gaps compared to top organic competitors.

Terminal
Act as a professional SEO strategist. Analyze the main topics and competitor headings provided below to identify key content gaps on our website.

Produce a step-by-step content plan including:
1. Top 5 Subtopics that our competitors cover in-depth, but we miss.
2. LSI (Latent Semantic Indexing) keywords to target for each subtopic.
3. Recommended content format (e.g., Guide, Case Study, Comparison) to maximize search positioning.

Data:
- Our Website Main Topic: [Insert Topic]
- Competitor 1 Headings: [Insert Headings]
- Competitor 2 Headings: [Insert Headings]
- Competitor 3 Headings: [Insert Headings]
Ready to copy

Featured Software Prompts

View All
Software
Gemini

TypeScript Edge-Case Test Writer

Generates comprehensive Jest/Vitest unit tests covering all boundary conditions and edge cases for a TS function.

Terminal
You are an expert QA and software testing engineer. Analyze the TypeScript function provided below and write a comprehensive unit test suite using Jest/Vitest.

Ensure that the tests cover:
1. Happy Path: Core functionality with expected inputs and outputs.
2. Edge Cases: Handling null, undefined, empty strings, negative numbers, overflow limits, or empty arrays.
3. Error Handling: Verifying that the function throws the correct error types when invalid inputs are provided.
4. Type Safety: Adhering to and validating TS types.

Here is the function code:
```typescript
[Paste Function Code Here]
```
Ready to copy
SoftwareFEATURED
Claude

Legacy Code Refactoring & Optimization

Refactors legacy JavaScript/TypeScript into modern standards (ES6+), optimizing performance and readability.

Terminal
You are a senior software architect. Analyze the legacy code provided below and refactor it based on the following standards:

1. Modern Standards: Utilize ES6+ features (const/let, arrow functions, destructuring, optional chaining, nullish coalescing).
2. Performance: Optimize time complexity (e.g., swapping nested loops for Map/Set lookups).
3. Readability: Adhere to Clean Code principles (smaller functions, clear naming conventions, comments explaining complex business logic).
4. Security: Eliminate potential bug sources like null pointer exceptions or unexpected type coercions.

Here is the code to refactor:
```javascript
[Paste Code Here]
```
Ready to copy

Featured Visual Prompts

View All
Visual
Midjourney

Hyper-Realistic UI Design Prompt

Optimized Midjourney V6 graphic prompt for creating sleek, modern mobile or web user interfaces.

Terminal
Clean modern UI/UX design of a mobile app for a prompt library, light mode, sleek Glassmorphism style, soft pastel blue and violet gradients, high-fidelity mockup, Dribbble aesthetic, Figma design showcase, realistic rendering, 8k resolution, photorealistic, cinematic lighting --ar 16:9 --style raw --v 6.0
Ready to copy
Visual
Midjourney

Minimalist Flat Vector Icon Set Generator

Generates flat-style, geometric vector icon sets on white backgrounds, perfect for web/mobile UI.

Terminal
Minimalist flat vector icon set for a web application, workspace and productivity theme, line art, simple geometric shapes, clean white background, pastel colors accent, SVG style design, vector illustration style, Behance showcase, high quality --no shadows reflections gradients --v 6.0
Ready to copy
REKLAM / ADVERTISEMENT