• Browse Prompts
  • Trending
  • Saved Prompts
  • Web Dev
  • Marketing
  • Blog
  • Submit Your Prompt
PromptsVault AI LogoPromptsVault AI
  • Browse
  • Trending
  • Blog
  • Saved
  • Submit Your Prompt
PromptsVault AI LogoPromptsVault AI

The world's best AI prompts library. Hand-curated, high-quality prompts for ChatGPT, Claude, and Midjourney. Built for productivity and high-accuracy results.

Categories

  • Web Dev
  • AI/ML
  • Marketing
  • Coding
  • Creative
  • View All →

Popular Topics

  • chatgpt
  • midjourney
  • marketing
  • coding
  • seo
  • writing
  • social media
  • email

Legal

  • About Us
  • AI Blog
  • Privacy
  • Terms
  • Disclaimer

© 2026 PromptsVault AI. All rights reserved.

PromptsVault AI is thinking...

Searching the best prompts from our community

ChatGPTMidjourneyClaude
🔥 Trending Now

Trending Prompts

Most saved prompts this week

TrendingTop performing prompts this week
1026Prompts Found
1
CODING
Nano

Code Refactoring Assistant

Act as a senior software engineer. Take the following code snippet and refactor it for better readability, performance, and maintainability. Explain the changes you made and why.

#refactoring#code-quality#best-practices
6
0
4
2
CODING
Nano

Code Formatter

Take the following poorly formatted C# code and format it according to standard C# coding conventions. Ensure consistent indentation, spacing, and brace style. Point out the specific changes you made.

#code-style#formatting#csharp
6
0
4
3
AI/ML

OpenRouter unified LLM API

Access multiple LLMs via OpenRouter. Benefits: 1. Single API for 50+ models. 2. Cost comparison across models. 3. Fallback to alternative models. 4. Real-time model availability. 5. Usage analytics dashboard. 6. OpenAI-compatible API. 7. Free models available. 8. Model routing based on performance. ...

#openrouter#llm-api#multi-model#cost-optimization
6
0
9
CODING
Nano

Async/Await Explained

Explain how `async` and `await` work in JavaScript for handling asynchronous operations. How do they differ from using `.then()` with Promises? Provide a code example that fetches data from an API, first using Promises with `.then()` and then refactored to use `async/await`.

#javascript#asynchronous#promises#async-await
6
0
4
MARKETING

Facebook Ads audience targeting mastery

Master Facebook Ads targeting. Tactics: 1. Core audiences (demographics, interests, behaviors). 2. Custom audiences (website visitors, customer list). 3. Lookalike audiences from best customers. 4. Interest layering for precision. 5. Exclude converters to avoid waste. 6. Campaign Budget Optimization...

#facebook-ads#audience-targeting#social-media-ads#meta
6
0
3
IMAGE GENERATION
Nano

Ukiyo-e Style Wave

A giant, stylized ocean wave in the Japanese Ukiyo-e woodblock print style. The wave is about to crash down on a small fishing boat. Mount Fuji is visible in the background under a dramatic sky. Art style inspired by Hokusai's "The Great Wave off Kanagawa". Stylized, Japanese art, iconic.

#ukiyo-e#japanese-art#wave#hokusai#art-style
6
0
4
IMAGE GENERATION
Nano

Ancient Tree of Life

A colossal, ancient tree of life, its branches reaching up to touch the cosmos and its roots digging deep into the earth. The leaves are made of glowing, ethereal light, and the bark has intricate, glowing patterns. The stars and a nebula are visible through its branches. Mystical, spiritual, fantas...

#tree-of-life#fantasy#mystical#epic#glowing
6
0
4
CODING
Nano

Security Vulnerability Scanner

Analyze the following PHP code snippet for common security vulnerabilities like SQL Injection, Cross-Site Scripting (XSS), or Insecure Direct Object References. Explain where the vulnerabilities are and how to fix them.

#security#php#vulnerability-assessment
6
0
4
CODING
Nano

SQL Query Optimizer

I have a slow-running SQL query. Here is the query: [paste query here]. And here is the table schema: [paste schema here]. Analyze the query and suggest ways to optimize it. Consider adding indexes, rewriting the query, or denormalizing the data.

#sql#database#performance#optimization
6
0
4
IMAGE GENERATION
Nano

Impressionistic Painting of a Parisian Cafe

A digital painting of a bustling Parisian street cafe in the style of Impressionism. Loose, visible brushstrokes capture the fleeting moment. People are sitting at outdoor tables, and a waiter is rushing by. The light is soft and dappled, reflecting off the wet street after a brief shower. Art style...

#impressionism#painting#paris#cafe#art-style
6
0
4
CODING
Nano

Design Pattern Identifier

Explain the "Singleton" design pattern. What problem does it solve? Provide a code example of how to implement it in Java or Python. Discuss its pros and cons, and when it is appropriate to use.

#design-patterns#software-architecture#best-practices
6
0
4
CODING
Nano

Pair Programmer

Let's code together. I want to build a simple command-line to-do list application in Node.js. Let's start by outlining the features. Then, you can help me write the code for adding a new task. I will ask questions as we go.

#pair-programming#collaboration#nodejs#learning
6
0
4
CODING
Nano

Web Accessibility (a11y) Checker

Analyze the following HTML snippet for web accessibility (a11y) issues. Identify problems related to semantic HTML, ARIA attributes, color contrast, and keyboard navigation. Suggest fixes to make the component more accessible to users with disabilities.

#accessibility#a11y#html#frontend
6
0
4
IMAGE GENERATION
Nano

Bioluminescent Mushroom Forest

A magical forest at night where everything is bioluminescent. Giant, glowing mushrooms of various shapes and colors illuminate the scene. The ground is covered in glowing moss, and the air is filled with sparkling spores. Strange, gentle creatures wander through the woods. Ethereal, fantasy, vibrant...

#bioluminescent#mushroom#forest#fantasy#glowing
6
0
4
IMAGE GENERATION
Nano

Japanese Cherry Blossoms at Night

A serene Japanese garden at night, illuminated by paper lanterns. A gentle breeze causes cherry blossom (sakura) petals to fall like snow. A stone path leads to a traditional wooden pagoda in the background. The full moon is reflected in a still koi pond. Magical, tranquil, beautiful, anime art styl...

#japan#cherry-blossom#night#anime#serene
6
0
4
PRODUCT

Product security implementation framework

Build security into product development lifecycle (secure SDLC). Security requirements: 1. Authentication: multi-factor authentication, password policies. 2. Authorization: role-based access control, principle of least privilege. 3. Data protection: encryption at rest/transit, tokenization of sensit...

#product-security#secure-sdlc#cybersecurity#data-protection
6
0
0
IMAGE GENERATION
Nano

Haunted Victorian Mansion

A dilapidated, haunted Victorian mansion on a hill under a full moon. The windows are dark and broken, and twisted, leafless trees surround the property. A thick fog creeps across the ground. A faint, ghostly light flickers in one of the top windows. Spooky, atmospheric, gothic horror, detailed.

#haunted-house#victorian#horror#gothic#spooky
6
0
4
CODING

Asynchronous programming async/await

Master async programming. Patterns: 1. async/await for readability. 2. Promise.all for parallel execution. 3. Promise.allSettled for all results. 4. Promise.race for timeout handling. 5. Try/catch for error handling. 6. Avoid callback hell. 7. Handle unhandled rejections. 8. Sequential vs parallel t...

#async#promises#javascript#concurrency
6
0
6
IMAGE GENERATION
Nano

Abstract Representation of Music

An abstract explosion of color and form representing the sound of a symphony orchestra. Swirling lines, geometric shapes, and vibrant splashes of paint visualize the harmony, rhythm, and emotion of music. A dynamic composition with a sense of movement and energy. Abstract expressionism, inspired by ...

#abstract#music#colorful#kandinsky
6
0
4
IMAGE GENERATION
Nano

Character Design: Female Space Pirate

Full-body character concept art of a charismatic female space pirate captain. She has a cybernetic arm, a long leather coat over high-tech armor, and an exotic alien pet parrot on her shoulder. She stands confidently on the bridge of her spaceship, with a nebula visible through the viewport. Detaile...

#character-design#sci-fi#pirate#concept-art
6
0
4
CODING
Nano

Data Structure Selector

I need to store a collection of items where I will frequently be adding new items and searching for existing items. The order of items does not matter. What is the most appropriate data structure to use (e.g., Array, Linked List, Hash Table, Tree)? Explain the trade-offs and why your choice is the b...

#data-structures#algorithms#performance
6
0
4
IMAGE GENERATION
Nano

Ancient Alien Monolith

A colossal, ancient alien monolith covered in glowing, intricate glyphs, standing in the middle of a desolate desert on a foreign planet. Two suns set on the horizon, casting long, dramatic shadows. The monolith seems to hum with power. A tiny, lone astronaut stands at its base, looking up in awe. S...

#sci-fi#alien#monolith#epic#space
6
0
4
CODING
Nano

GraphQL Schema Designer

Design a GraphQL schema for a blog application. The schema should define types for Author, Post, and Comment. Include queries to fetch all posts, a single post by ID, and all posts by a specific author. Also, include mutations for creating a new comment.

#graphql#api-design#backend
6
0
4
SALES

Sales demo presentation structure

Deliver a compelling product demo that sells. Structure: 1. Set context (recap their pain points). 2. Show the 'aha moment' first (most valuable feature). 3. Walk through their specific use case. 4. Highlight differentiators vs competitors. 5. Address concerns proactively. 6. End with clear next ste...

#sales-demo#presentation#product-demo#conversion
6
0
0
CUSTOMER SUPPORT
Nano

Product customization inquiry response

Handle customization requests. Response: 1. Confirm customization options available. 2. Explain customization process. 3. Provide pricing for custom work. 4. Show examples of previous customizations. 5. Outline additional lead time. 6. Clarify return policy for custom items. 7. Request detailed spec...

#customization#personalization#custom-orders#bespoke
6
0
4
CODING
Nano

Bash Scripting Helper

Write a simple Bash script that iterates through all the `.txt` files in the current directory and prints the first line of each file. The script should handle cases where no `.txt` files are found.

#bash#shell-scripting#automation
6
0
4
CODING
Nano

Error Message Decoder

I'm getting the following error message in my browser console: "Uncaught TypeError: Cannot read properties of undefined (reading 'map')". Explain what this error means in simple terms, what are the common causes for it, and how I can go about debugging it in my JavaScript code.

#debugging#javascript#error-handling
6
0
4
CODING
Nano

Code Reviewer

Act as a peer reviewer for my code. I will provide a pull request link or a code snippet. Please review it for potential bugs, style inconsistencies, performance issues, and security vulnerabilities. Provide constructive feedback and suggest specific improvements.

#code-review#collaboration#best-practices
6
1
4
CODING
Nano

CI/CD Pipeline Architect

Design a basic CI/CD pipeline using GitHub Actions for a Python web application. The pipeline should be triggered on a push to the main branch. It should include steps for installing dependencies, running linters, executing unit tests, and deploying the application to a staging environment.

#ci-cd#github-actions#devops#python
6
0
4
IMAGE GENERATION
Nano

Galaxy Contained in a Glass Jar

A beautiful, swirling nebula and galaxy with stars and planets contained inside a small, antique glass jar. The jar is sitting on a wooden table. The galaxy inside is glowing brightly, casting a magical light into the room. Conceptual, magical, detailed, fantasy.

#galaxy#jar#fantasy#conceptual#magical
6
0
4
IMAGE GENERATION
Nano

Tiny World in a Lightbulb

A miniature, detailed diorama of a lush forest ecosystem inside a clear glass lightbulb. There are tiny trees, a small river, and miniature animals. The filament of the lightbulb is glowing like a sun over the tiny world. Macro photography, creative, conceptual, detailed.

#miniature#diorama#conceptual#creative#macro
6
0
4
BUSINESS

Agile project management scrum

Implement Scrum framework. Elements: 1. Product backlog (prioritized list). 2. Sprint planning (2-4 week sprints). 3. Daily standups (15 min sync). 4. Sprint review (demo to stakeholders). 5. Sprint retrospective (team improvement). 6. Roles (Product Owner, Scrum Master, Team). 7. Burndown charts. 8...

#agile#scrum#project-management#methodology
6
0
7
CREATIVE
Nano

Van Gogh starry night remix

A modern remix of 'The Starry Night'. The prompt applies Van Gogh's iconic thick impasto swirls to a futuristic space station orbiting Saturn. Details: 1. Vibrant yellow and blue color palette. 2. Swirling gas clouds and neon rings. 3. Hand-painted brushstroke texture. 4. Dynamic, energetic composit...

#van-gogh#art-remix#impressionism#space
6
0
0
IMAGE GENERATION
Nano

Cozy Reading Nook on a Rainy Day

A cozy, inviting reading nook by a large window. Rain streaks down the glass, and the view outside is a blurry, wet cityscape. A comfortable armchair is piled with soft blankets and pillows. A steaming mug of tea and an open book rest on a small wooden table. A cat is sleeping on the rug. Warm, soft...

#cozy#rain#reading#hygge#photorealistic
6
0
4
CODING
Nano

Legacy Code Modernizer

I have an old JavaScript codebase that uses ES5 syntax (var, function declarations). Help me modernize it to ES6+ syntax (let/const, arrow functions, classes). Take the following ES5 code and rewrite it using modern JavaScript features.

#javascript#es6#refactoring#legacy-code
6
0
4
BUSINESS
Nano

Customer feedback loop implementation

Build customer feedback system. Loop: 1. Collect feedback (surveys, interviews, support tickets, usage data). 2. Analyze and categorize. 3. Prioritize based on impact and frequency. 4. Act on insights (product changes, process improvements). 5. Close the loop (tell customers what changed). 6. Measur...

#customer-feedback#product#improvement#voice-of-customer
6
0
2
IMAGE GENERATION
Nano

Post-Apocalyptic Survivor on a Skyscraper

A lone survivor in ragged clothes stands on the edge of a ruined skyscraper, looking out over a desolate, overgrown city. The sky is a hazy orange from dust and pollution. Vines and nature have reclaimed the crumbling buildings. The survivor has a backpack and is holding a staff. Cinematic, moody, a...

#post-apocalyptic#survivor#concept-art#dystopian
6
0
4
CODING
Nano

Frontend Framework Advisor

I am starting a new web project. It will be a highly interactive single-page application (SPA) with real-time data updates. Compare and contrast React, Vue, and Angular for this project. Recommend one and justify your choice based on performance, learning curve, ecosystem, and scalability.

#frontend#react#vue#angular
6
0
4
CODING
Nano

Regex Pattern Creator

Create a regular expression to validate a strong password. The password must be at least 8 characters long, contain at least one uppercase letter, one lowercase letter, one number, and one special character (e.g., !, @, #, $). Explain the different parts of the regex.

#regex#validation#security
6
0
4
CODING
Nano

Code Debugging Buddy

I have a bug in my Python code. The function is supposed to calculate the factorial of a number, but it's returning an incorrect result for inputs greater than 5. Here is the code: [paste code here]. Help me find and fix the bug.

#debugging#python#troubleshooting
6
0
4
CREATIVE

Cultural sensitivity creative global campaigns

Develop culturally sensitive creative campaigns for global markets while maintaining brand consistency. Cultural research framework: 1. Color significance: red = luck (China) vs. danger (West), white = purity vs. mourning. 2. Symbolism awareness: hand gestures, religious imagery, cultural icons with...

#cultural-sensitivity#global-campaigns#transcreation#cross-cultural-marketing
6
0
9
IMAGE GENERATION
Nano

Gourmet Burger, Food Photography

An incredibly delicious-looking gourmet cheeseburger, professional food photography style. A juicy, thick patty with melted cheddar cheese, fresh lettuce, ripe tomatoes, and crispy bacon, all in a toasted brioche bun. The burger is on a rustic wooden board next to a pile of golden french fries. Soft...

#food-photography#burger#photorealistic#gourmet
6
0
4
CODING
Nano

Git Command Guru

I accidentally committed sensitive data to my last commit and pushed it to the remote repository. What are the Git commands I need to use to completely remove the sensitive file from the repository's history? Explain each step of the process.

#git#version-control#security
6
0
4
FOOD

Texas-style beef brisket smoking 12hr

Complete guide to smoking a 14lb whole packer brisket. Process: 1. Trim to 1/4 inch fat cap. 2. Season with coarse salt and 16-mesh black pepper (50/50 ratio). 3. Smoke at 250°F with post oak wood. 4. Monitor internal temp until 165°F (4-6 hours). 5. Wrap in butcher paper at stall. 6. Cook to 203°F ...

#bbq#brisket#smoking#texas
6
0
5
IMAGE GENERATION
Nano

Art Deco Robot Butler

A sleek, humanoid robot butler designed in the Art Deco style. The robot is made of polished chrome and gold, with geometric patterns and elegant curves. It is holding a silver tray with a cocktail on it, standing in a luxurious 1920s penthouse apartment with a city view. Elegant, retro-futuristic, ...

#art-deco#robot#retro-futurism#sci-fi
6
0
4
IMAGE GENERATION
Nano

Underwater Coral Kingdom

A vibrant, bustling underwater kingdom built from living coral. Bioluminescent structures in shades of pink, purple, and blue illuminate the city. Merfolk with iridescent tails swim through the coral archways. Schools of exotic, glowing fish dart through the scene. Sunken ruins are visible in the ba...

#underwater#fantasy#merfolk#coral-reef
6
0
4
FOOD
Nano

Kimchi fermentation 2-week process

Traditional napa cabbage kimchi fermentation. Phase 1: Brine cabbage in 10% salt solution for 6-12 hours. Phase 2: Make paste with gochugaru, fish sauce, garlic, ginger, glutinous rice porridge. Phase 3: Coat cabbage leaves thoroughly. Phase 4: Pack in clean jar, leave 1-inch headspace. Phase 5: Fer...

#kimchi#fermentation#korean-food#probiotics
6
0
6
CODING
Nano

Unit Test Writer

Write a set of unit tests for the following JavaScript function, which takes an array of numbers and returns the sum. Use a testing framework like Jest. Cover edge cases like an empty array, an array with non-numeric values, and a very large array.

#testing#unit-testing#jest#javascript
6
0
4
IMAGE GENERATION
Nano

Surreal Dreamscape with Floating Islands

A surreal, dreamlike landscape with colossal islands floating in a pastel-colored sky. Waterfalls cascade from the edges of the islands into the clouds below. Bizarre, bioluminescent flora and fauna inhabit the islands. A giant, translucent moon hangs in the sky. Art style inspired by Salvador Dalí ...

#surreal#dreamscape#fantasy#floating-islands
6
0
4
CUSTOMER SUPPORT

Installation support and guidance

Provide installation assistance. Guide: 1. Assess customer's technical skill level. 2. Provide step-by-step instructions. 3. Include visual aids (photos, videos, diagrams). 4. List required tools and materials. 5. Highlight safety precautions. 6. Troubleshoot common installation issues. 7. Offer pro...

#installation#technical-support#diy-guidance#customer-success
6
0
3
111121321