• 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

Browse All Prompts

Discover the best AI prompts from our community

Showing all prompts
1026Prompts Found
WRITING

Evolution of the English language

Trace the history of the English language. Eras: 1. Old English (Beowulf, Germanic roots). 2. Middle English (Chaucer, French influence). 3. Early Modern English (Shakespeare, Great Vowel Shift). 4. Modern English (Global borrowing). List 5 words with surprising origins.

#linguistics#history#english#language
86
0
70
EDUCATION

Plate tectonics and volcanoes

Explain the relationship between plate tectonics and volcanoes. Types of boundaries: 1. Divergent (Rift valleys). 2. Convergent (Subduction zones). 3. Transform (Earthquakes). Ring of Fire description. Example volcanoes for each type.

#geography#earth-science#nature#education
45
0
39
RESEARCH

Cultural relativism introduction

Define cultural relativism and its importance in anthropology. Contrast with ethnocentrism. Case study: Greeting rituals around the world (Bow vs Handshake vs Cheek kiss). Discussion on universal human rights vs cultural traditions.

#anthropology#culture#sociology#ethics
29
0
22
EDUCATION

Calculus: Derivatives in real life

Explain the real-world application of derivatives. Concept: Rate of change. Examples: 1. Speedometer (Position vs Time). 2. Marginal cost in economics. 3. Optimization (Finding max/min). Avoid complex formulas, focus on intuition.

#math#calculus#education#science
60
0
52
RESEARCH

Utilitarianism vs Deontology debate

Create a dialogue between John Stuart Mill and Immanuel Kant debating a modern ethical dilemma (e.g., AI driving decision). Mill argues for the greater good (outcome). Kant argues for moral duty (rules). Structure: Opening statements, Rebuttals, Closing arguments.

#philosophy#ethics#debate#ai
40
0
32
EDUCATION

Cell division mitosis explainer

Explain the stages of mitosis to a high school student. Stages: 1. Prophase (Chromosomes condense). 2. Metaphase (Line up). 3. Anaphase (Pull apart). 4. Telophase (New nuclei). 5. Cytokinesis (Split). Analogy: A dance choreography or a factory split.

#biology#education#science#cells
55
0
48
EDUCATION

Alternate history: Rome never fell

Write a short story premise where the Roman Empire never fell. Setting: 2024 AD. Technology: Steam/Clockwork based? Politics: Senate vs Emperor. Map: Borders include all of Europe and Africa. Cultural impact: Latin as universal language. Conflict: A rebellion in the province of Britannia.

#history#fiction#writing#rome
65
0
50
BUSINESS

GDPR-compliant privacy policy generator

Generate a GDPR-compliant privacy policy for a mobile app. Clauses: 1. Data collection types (Personal, Usage). 2. Purpose of data processing. 3. Legal basis for processing. 4. Data retention period. 5. User rights (Access, Erasure, Portability). 6. Third-party data sharing. 7. Security measures. 8....

#legal#gdpr#privacy#compliance
32
0
24
BUSINESS

Agile Sprint Planning meeting agenda

Create an agenda for an Agile Sprint Planning meeting. Steps: 1. Review previous sprint metrics (Velocity). 2. Define sprint goal. 3. Backlog refinement (Prioritize user stories). 4. Task estimation (Story points/Poker). 5. Capacity planning (Team availability). 6. Assign ownership of tasks. 7. Iden...

#project-management#agile#scrum#productivity
59
0
50
MARKETING

Instagram engagement growth strategy

Create a 30-day Instagram engagement growth strategy. Pillars: 1. Content calendar mix (Reels, Carousels, Stories). 2. Storytelling frameworks (Hook-Body-CTA). 3. Hashtag strategy (broad vs niche). 4. Community management routine (reply to comments/DMs). 5. Influencer collaboration outreach. 6. User...

#social-media#instagram#marketing#growth
63
2
48
BUSINESS

SaaS startup financial forecasting model

Build a 3-year financial forecasting model for a SaaS startup. Inputs: 1. Customer Acquisition Cost (CAC). 2. Monthly Recurring Revenue (MRR) growth rate. 3. Churn rate. 4. Headcount expansion plan. 5. Operating expenses (OpEx). 6. Server/infrastructure costs. Outputs: 1. Cash flow statement. 2. P&L...

#finance#startup#forecasting#model
44
0
36
EDUCATION

SCORM 1.2 compliant e-learning package

Create SCORM 1.2 compliant e-learning course package. Components: 1. Manifest file (imsmanifest.xml) structure. 2. Content organization (items/resources). 3. Runtime API communication (LMSInitialize, LMSSetValue). 4. Data tracking (cmi.core.score, cmi.core.lesson_status). 5. JavaScript interface for...

#edtech#scorm#elearning#lms
14
0
8
CREATIVE

Remote usability testing plan template

Conduct remote usability testing for mobile app. Plan: 1. Define research objectives and hypothesis. 2. Recruit 5-8 target users. 3. Create realistic task scenarios (e.g., 'Compete checkout'). 4. Set up moderation script. 5. Choose tool (UserTesting, Maze). 6. Observe and note pain points/success ra...

#ux-ui#usability-testing#user-research#design
29
0
22
BUSINESS

BGP configuration for multi-homed enterprise

Configure BGP for multi-homed enterprise network. Steps: 1. Obtain ASN and IP prefixes. 2. Configure eBGP neighbors with ISPs. 3. Implement route filtering (prefix lists/route maps). 4. Influence inbound traffic (AS path prepending). 5. Influence outbound traffic (Local Preference). 6. Set up BGP au...

#networking#bgp#cisco#infrastructure
15
0
11
EDUCATION

Python for Kids: Introduction lesson plan

Create a lesson plan 'Introduction to Python for Kids (Ages 10-12)'. Activities: 1. Concept: Variables as boxes. 2. Hands-on: Hello World with emojis. 3. Concept: Loops with real-life examples (brushing teeth). 4. Project: Build a simple 'Guess the Number' game. 5. Quiz: Spot the bug. 6. Wrap-up: Sh...

#education#teaching#python#kids
62
0
55
DATA SCIENCE

High-performance Pandas data processing pipeline

Optimize Pandas data processing pipeline. Techniques: 1. Vectorize operations (avoid loops). 2. Use appropriate data types (int8, category). 3. Process large datasets with chunking. 4. Parallelize processing with Dask or Swifter. 5. Efficient file formats (Parquet/Feather). 6. Memory usage profiling...

#data-science#pandas#python#optimization
22
0
18
CODING

Scalable Cypress E2E testing framework

Design reusable Cypress E2E testing framework. components: 1. Page Object Model (POM) pattern. 2. Custom commands for common actions. 3. API interception for mocking backend. 4. Visual regression testing (percy/applitools). 5. Dynamic data generation (faker.js). 6. Environment configuration (staging...

#qa#cypress#testing#automation
37
0
30
DEVOPS

Reusable Terraform module for multi-cloud deployment

Create reusable Terraform module for multi-cloud deployment (AWS/Azure). Features: 1. Networking layer (VPC/VNet). 2. Variables for customization (instance types, regions). 3. State management with remote backend (S3/Blob). 4. Security groups and firewall rules. 5. Load balancer configuration. 6. Ou...

#devops#terraform#cloud#automation
47
0
38
CODING

PostgreSQL query performance tuning guide

Analyze and optimize PostgreSQL query performance. Steps: 1. Identify slow queries with pg_stat_statements. 2. Analyze Execution plans (EXPLAIN ANALYZE). 3. Create covering indexes for frequent queries. 4. Optimize JOIN operations. 5. Vacuum and analyze strategy. 6. Partition large tables. 7. Tune c...

#database#postgresql#sql#performance
43
0
36
DEVOPS

Serverless microservices architecture on AWS

Design scalable serverless architecture on AWS. Components: 1. API Gateway for request routing and throttling. 2. AWS Lambda for business logic execution. 3. Amazon DynamoDB for NoSQL data storage. 4. Amazon Cognito for user authentication. 5. AWS Step Functions for workflow orchestration. 6. Amazon...

#cloud-architecture#aws#serverless#microservices
38
1
29
DATA SCIENCE

Google Analytics 4 (GA4) implementation guide

Implement GA4 tracking plan. Setup: 1. Configure improved measurement events. 2. Create custom dimensions and metrics. 3. Set up conversion events with value assignment. 4. Implement User-ID for cross-device tracking. 5. Create exploration reports (funnel, path analysis). 6. Link with Google Ads and...

#analytics#ga4#tracking#data
41
0
32
CREATIVE

Scalable design system with component library

Build production-ready design system. Framework: 1. Define design tokens (colors, typography, spacing, shadows). 2. Create atomic components (buttons, inputs, cards, modals). 3. Build composite patterns (forms, navigation, data tables). 4. Document component API and usage guidelines. 5. Implement ac...

#design#design-system#ui-components#figma
24
0
19
BUSINESS

Luxury penthouse property listing

Write a luxury property listing description for a penthouse. Highlights: 1. Panoramic city views. 2. Smart home integration. 3. Chef's kitchen with marble countertops. 4. Private elevator access. 5. Rooftop terrace with jacuzzi. 6. Master suite with walk-in closet. 7. Building amenities (Gym, Concie...

#real-estate#copywriting#luxury#sales
26
0
18
EDUCATION

Online course curriculum design and delivery

Design engaging online course experience. Framework: 1. Define learning objectives using Bloom's Taxonomy. 2. Create modular curriculum with progressive difficulty. 3. Design video lessons with storytelling and visuals. 4. Develop interactive exercises and quizzes. 5. Build project-based assessments...

#education#elearning#course-design#curriculum
16
0
13
BUSINESS

SaaS legal documents package (ToS, Privacy, SLA)

Draft comprehensive SaaS legal framework. Documents: 1. Terms of Service with acceptable use policy. 2. Privacy Policy compliant with GDPR and CCPA. 3. Service Level Agreement (SLA) with uptime guarantees. 4. Data Processing Agreement (DPA) for enterprise clients. 5. Cookie Policy and consent manage...

#legal#saas#compliance#contracts
14
0
11
PRODUCT

User research and discovery framework

Conduct comprehensive user research program. Process: 1. Define research objectives and key questions. 2. Create user interview guide with open-ended questions. 3. Conduct usability testing sessions with task scenarios. 4. Implement surveys for quantitative data collection. 5. Perform competitive an...

#product-management#user-research#ux#discovery
19
0
14
DEVOPS

Production-grade CI/CD pipeline with GitHub Actions

Build robust CI/CD automation pipeline. Workflow: 1. Set up multi-stage builds (test, build, deploy). 2. Implement automated testing (unit, integration, e2e). 3. Add code quality checks (linting, security scanning). 4. Configure Docker image building and optimization. 5. Set up environment-specific ...

#devops#cicd#github-actions#automation
26
0
20
BUSINESS

Financial forecasting model with scenario planning

Create comprehensive financial forecasting system. Components: 1. Build three-statement model (P&L, Balance Sheet, Cash Flow). 2. Implement driver-based forecasting with key assumptions. 3. Create best-case, base-case, and worst-case scenarios. 4. Add sensitivity analysis for critical variables. 5. ...

#finance#forecasting#business-planning#analytics
22
0
16
AI/ML
Nano

Production LLM fine-tuning pipeline with LoRA

Build enterprise-grade LLM fine-tuning system. Pipeline: 1. Implement data preprocessing and quality validation. 2. Set up LoRA (Low-Rank Adaptation) for efficient training. 3. Configure distributed training across multiple GPUs. 4. Implement gradient checkpointing for memory optimization. 5. Add au...

#llm#fine-tuning#lora#machine-learning
25
0
19
WEB DEV

Shopify-style multi-step checkout flow

Build a conversion-optimized checkout experience. Requirements: 1. Three-step progress indicator (Information → Shipping → Payment). 2. Auto-save form data to localStorage with debouncing. 3. Real-time address validation using Google Places API. 4. Dynamic shipping cost calculator based on location....

#ecommerce#checkout#conversion#stripe
12
0
8
RESEARCH
Nano

Explain Quantum Entanglement to a 5-year-old

Explain the concept of Quantum Entanglement using simple analogies. Analogy: Magic dice that always show the same number when rolled, no matter how far apart they are. Key concepts: Spooky action at a distance, connection, information state. Avoid jargon. Use 'alice' and 'bob' characters.

#science#physics#education#quantum
115
0
99
EDUCATION

Periodic table trends summary

Summarize key periodic table trends. 1. Atomic radius (Decreases across, Increases down). 2. Ionization energy (Increases across, Decreases down). 3. Electronegativity (Fluorine is highest). 4. Reactivity (Alkalis vs Noble gases). Mnemonic devices for remembering groups.

#chemistry#science#education#elements
38
0
30
RESEARCH

Mars colony habitat design

Design a sustainable habitat for a Mars colony of 100 people. Systems: 1. Life support (Oxygen generation). 2. Radiation shielding (Regolith). 3. Food production (Hydroponics). 4. Power generation (Solar/Nuclear). 5. Waste recycling. 6. Mental health facilities. Include cross-section diagram descrip...

#space#mars#engineering#habitation
107
1
76
BUSINESS

LinkedIn connection request templates

Write 3 templates for LinkedIn connection requests. 1. Cold outreach to peer in industry. 2. Follow-up after meeting at an event. 3. Requesting information interview from alumni. Structure: Personalize, State context, Ask, Gratitude. Limit to 300 characters.

#networking#linkedin#career#communication
94
0
83
CREATIVE

Capsule wardrobe for fall season

Curate a 30-piece fall capsule wardrobe. Items: 1. Outerwear (Trench, Denim jacket). 2. Tops (White tee, chunky knit, blouse). 3. Bottoms (Dark wash jeans, midi skirt, trousers). 4. Shoes (Ankle boots, loafers, sneakers). 5. Color palette: Camel, Navy, Burgundy, Cream. Outfit combinations for work v...

#fashion#style#wardrobe#minimalism
137
2
98
CREATIVE

Small living room layout optimization

Maximize space in a small 12x12 living room. Layout ideas: 1. Floating shelves for vertical storage. 2. Multi-functional furniture (Storage ottoman). 3. Mirror placement to reflect light. 4. Rug sizing rules. 5. Lighting layers (Ambient, Task, Accent). Color psychology: Light neutrals vs bold accent...

#interior-design#home-decor#small-spaces#layout
73
0
60
LIFE HACKS

Upcycled furniture project guide

Guide to upcycling an old wooden dresser. Steps: 1. Prep (Cleaning/Sanding). 2. Repair (Wood filler). 3. Priming (Stain-blocking primer). 4. Painting (Chalk paint application). 5. Distressing (Sandpaper technique). 6. Sealing (Wax or Polyurethane). 7. Hardware update (New knobs). Tools needed list.

#diy#crafts#home-decor#upcycling
56
0
49
FOOD

Weekly meal prep plan for busy professionals

Generate a healthy weekly meal prep plan. Criteria: under 500 calories/meal, high protein, 2 hours prep time total. Menu: Breakfast (Overnight oats), Lunch (Quinoa salad jars), Dinner (Sheet pan chicken & veg). Shopping list categorized by aisle. Recipes for sauces to add variety.

#cooking#meal-prep#health#diet
99
2
85
WRITING

Novel plotting using the Snowflake Method

Explain how to plot a novel using the Snowflake Method. Steps: 1. One-sentence summary. 2. One-paragraph expansion (5 sentences). 3. Character summaries (1 page each). 4. Expand paragraph to 4-page synopsis. 5. Character charts (detailed backstory). 6. Expand synopsis to scene list. 7. Write the fir...

#writing#novel#storytelling#plotting
35
0
28
BUSINESS

Corporate team building retreat agenda

Plan a 2-day corporate team building retreat. Agenda: Day 1 (Icebreakers, Vision setting, Group challenge). Day 2 (Workshops, Outdoor activity, Closing dinner). Venues hints: Nature-focused resorts. Logistics: Transportation, dietary restrictions survey. Budget ranges.

#event-planning#corporate#team-building#management
41
0
33
LIFE HACKS

Urban balcony garden plan

Design a balcony garden for a north-facing apartment. Plant selection: 1. Shade-tolerant herbs (Mint, Parsley). 2. Leafy greens (Spinach, Kale). 3. Flowering plants (Begonias, Impatiens). Containers: Vertical planters, railing pots. Care: Watering schedule, soil mix recommendations. Pest control: Na...

#gardening#urban#plants#nature
39
0
30
RESEARCH

James Webb Space Telescope discoveries

Summarize major discoveries by JWST. 1. First galaxies. 2. Exoplanet atmospheres. 3. Star formation in pillars of creation. comparison with Hubble. Technical capability: Infrared spectrum importance.

#astronomy#space#science#telescope
100
2
82
RESEARCH
Nano

Three Laws of Robotics analysis

Analyze Asimov's Three Laws of Robotics in the context of modern AI. Law 1: Do no harm. Law 2: Obey orders. Law 3: Protect existence. Paradoxes and loopholes (e.g., The Zeroth Law). Relevance to autonomous vehicles.

#robotics#ai#ethics#scifi
158
2
106
RESEARCH

Cognitive biases cheat sheet

Create a cheat sheet of 10 common cognitive biases. 1. Confirmation Bias. 2. Anchoring Bias. 3. Dunning-Kruger Effect. 4. Sunk Cost Fallacy. 5. Availability Heuristic. 6. Halo Effect. Provides one sentence definition and one real-life example for each.

#psychology#cognitive-science#bias#thinking
112
0
95
WEB DEV

Future of education with VR

Envision a VR history classroom in 2030. Scene: Students visiting Ancient Rome. Features: Haptic feedback, AI characters, interactive artifacts. Benefits: Immersion, retention, accessibility. Challenges: Motion sickness, cost.

#ar#vr#education#technology
84
1
57
CREATIVE

Golden hour portrait photography shots

List 5 creative shot ideas for golden hour portraits. 1. Backlit silhouette. 2. Sun flare lens effect. 3. Rim lighting on hair. 4. Reflection in water/window. 5. Shadow play with props (leaves/fence). Settings: ISO 100, f/1.8, shutter speed adjustment. Include composition tips (Rule of thirds).

#photography#portrait#lighting#creative
66
0
58
LIFE HACKS

Positive parenting scripts for toddlers

Provide scripts for handling toddler tantrums using positive parenting. Scenarios: 1. Refusing to leave the park. 2. Not wanting to eat vegetables. 3. Hitting a sibling. 4. Bedtime resistance. Approach: Validate feelings, set boundary, offer limited choices. Example: 'I see you are sad to leave. It ...

#parenting#toddlers#psychology#communication
93
0
75
CREATIVE

Lo-fi beat production workflow

Outline a production workflow for a Lo-fi Hip Hop track. Steps: 1. Sample selection (Jazz piano/Vinyl crackle). 2. Drum pattern programming (off-grid swing). 3. Bassline composition (Sine wave). 4. Sidechain compression setup. 5. Adding foley/ambience (Rain/Cafe sounds). 6. EQ and saturation for war...

#music#production#lofi#audio
46
1
37
LIFE HACKS
Nano

Stoic journaling prompts for resilience

Generate a week of Stoic journaling prompts. Themes: 1. Memento Mori (Remembering death). 2. Dichotomy of Control (What is up to us). 3. Amor Fati (Loving one's fate). 4. Negative Visualization (Preparing for adversity). 5. The View from Above (Perspective). 6. Sympatheia (Interconnectedness). 7. Re...

#personal-development#stoicism#journaling#mindfulness
33
0
29
LIFE HACKS

Pomodoro technique implementation guide

Implement the Pomodoro technique for deep work. Steps: 1. Choose a task. 2. Set timer for 25 mins. 3. Work until timer rings. 4. Take short break (5 mins). 5. Repeat 4 times. 6. Take long break (15-30 mins). Tips for handling interruptions. Recommended apps/tools.

#productivity#time-management#focus#work
161
1
135
12321