• 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
PRODUCT

Product-market fit measurement framework

Measure and achieve product-market fit using multiple signals. PMF indicators: 1. Sean Ellis test: >40% of users would be 'very disappointed' if they couldn't use product anymore. 2. Retention curves: cohorts flatten to horizontal line (not declining). 3. Organic growth: word-of-mouth driving 30%+ o...

#product-market-fit#pmf#retention#measurement
7
0
10
CODING

API documentation Swagger OpenAPI

Document APIs with OpenAPI/Swagger. Structure: 1. OpenAPI specification (YAML/JSON). 2. Paths for endpoints. 3. Request/response schemas. 4. Parameter descriptions. 5. Authentication schemes. 6. Example requests/responses. 7. Error codes documentation. 8. Interactive try-it-out. Use Swagger UI for v...

#api-documentation#swagger#openapi#rest
10
0
7
EDUCATION
Nano

Restorative justice circles for conflict resolution

Use restorative circles to address classroom conflicts instead of punitive measures. Scenario: Two students had a verbal argument. Process: 1. Preparation: Meet with each student individually to hear their perspective. 2. The Circle: Bring both students, a facilitator (teacher/counselor), and possib...

#restorative-justice#conflict-resolution#classroom-management#sel
6
0
1
WEB DEV

Parcel zero-config multi-page app

Create a multi-page application with Parcel's zero-config approach. Setup: 1. Multiple HTML entry points. 2. Automatic code splitting per page. 3. Shared chunks for common dependencies. 4. Hot module replacement. 5. Image optimization and resizing. 6. PostCSS and Sass support out-of-box. 7. Environm...

#parcel#zero-config#multi-page#bundler
6
0
9
EDUCATION

Developing metacognitive skills in students

Teach students to 'think about their thinking'. Strategies: 1. Pre-assessment: Before a unit, have students complete a 'What I Know, What I Want to Know' (KWL) chart. 2. The Muddiest Point: During a lesson, pause and ask students to write down the 'muddiest point'—what is least clear to them. 3. Exa...

#metacognition#study-skills#student-agency#learning-strategies
6
0
6
WEB DEV

Valtio proxy-based state

Leverage Valtio's proxy magic for state. Usage: 1. proxy() creates mutable state. 2. Direct property mutations. 3. snapshot() for immutable reads. 4. useSnapshot hook in React. 5. subscribe() for listeners. 6. Nested objects auto-tracked. 7. Derive computed values. 8. Works outside React. Simple men...

#valtio#proxy#state-management#mutable
0
0
2
EDUCATION
Nano

Using AI tools for personalized student feedback

Leverage AI to provide faster, more personalized feedback on student writing. Tools: Writable, Turnitin Feedback Studio, ChatGPT. Workflow: 1. Students submit essays to an AI-powered platform. 2. The AI provides instant feedback on grammar, spelling, sentence structure, and style. 3. The AI can also...

#ai-in-education#edtech#feedback#writing-instruction
8
0
6
WEB DEV

Storybook 7 component documentation

Document components effectively with Storybook 7. Setup: 1. CSF3 format for stories. 2. Autodocs for prop table generation. 3. Controls addon for prop manipulation. 4. Actions addon for event logging. 5. Interactions testing with @storybook/test. 6. Accessibility checks with a11y addon. 7. Design to...

#storybook7#documentation#component-library#design-system
0
0
8
EDUCATION

Creating a podcast series as a summative assessment

Replace a traditional research paper with a podcast project. Subject: US History. Task: Students work in groups of 3-4 to create a 15-minute podcast episode on a historical event. Process: 1. Research Phase: Students gather information from primary and secondary sources. 2. Scripting Phase: Students...

#alternative-assessment#project-based-learning#edtech#podcasting
4
0
4
PRODUCT

Product innovation pipeline management

Manage innovation pipeline from idea generation to product launch. Innovation stages: 1. Idea generation: customer feedback, competitor analysis, technology trends. 2. Concept validation: user interviews, prototype testing, market research. 3. Business case development: market size, revenue model, R...

#innovation-pipeline#stage-gate#product-development#r&d
3
0
0
EDUCATION

Social-Emotional Learning SEL morning meeting routine

Implement a 15-minute daily morning meeting in an elementary classroom. Structure (based on Responsive Classroom): 1. Greeting (3 mins): Students greet each other by name (e.g., handshake, wave, fun greeting). Builds community. 2. Sharing (4 mins): 2-3 students share something about their life. Othe...

#sel#social-emotional-learning#morning-meeting#classroom-culture
2
0
5
WEB DEV
Nano

Cypress component testing workflow

Implement component testing with Cypress. Workflow: 1. Mount React/Vue components in isolation. 2. cy.get() for element selection. 3. Intercept API calls with cy.intercept(). 4. Test user interactions (click, type, drag). 5. Visual viewport testing. 6. Custom commands for reusability. 7. Fixtures fo...

#cypress#component-testing#integration-testing#qa
10
0
5
EDUCATION
Nano

Student-led parent-teacher conference model

Shift from traditional to student-led conferences. Preparation: 1. Students compile a portfolio of their work (successes and challenges). 2. Students complete a self-reflection sheet on their progress, goals, and areas for improvement. 3. Students practice presenting their portfolio to peers. The Co...

#student-led-conferences#student-agency#parent-engagement#assessment
3
0
10
RESEARCH

Grant proposal writing competitive strategy

Write compelling grant proposals with high funding success rates. Proposal structure: 1. Specific Aims (1 page): state problem clearly, propose solution, highlight innovation and significance. 2. Research Strategy: Significance (why important), Innovation (what's new), Approach (how to do it). 3. Bu...

#grant-writing#funding#specific-aims#research-strategy
10
0
8
EDUCATION

Debate structure for a social studies class

Organize a formal debate on the topic: 'Should the Electoral College be abolished?' Structure: Lincoln-Douglas or team-based format. Teams: Affirmative (pro-abolition) and Negative (con-abolition). Roles: speakers, researchers, rebuttal planners. Timeline: 1. Research (1 week): Teams gather evidence...

#debate#social-studies#civics#public-speaking
2
0
8
WEB DEV
Nano

Tauri lightweight desktop alternative

Create a lightweight desktop app with Tauri. Benefits: 1. Rust backend for performance and security. 2. Native webview (no bundled Chromium). 3. React/Vue/Svelte frontend. 4. Commands for Rust-to-JS communication. 5. File system API with permissions. 6. System tray and notifications. 7. Smaller bund...

#tauri#rust#desktop-app#lightweight
2
0
10
EDUCATION
Nano

Using historical simulations to teach decision-making

Create a role-playing simulation of the Cuban Missile Crisis. Roles: President Kennedy, Robert Kennedy, military advisors (Joint Chiefs), Soviet Ambassador, etc. Scenario: Students receive role-specific briefing documents with classified information and objectives. Process: 1. Students meet in their...

#simulation#role-playing#history-education#active-learning
4
0
10
CREATIVE

Motion graphics animation principles timing

Create engaging motion graphics using 12 principles of animation and timing theory. Core animation principles: 1. Squash and stretch: volume preservation during movement for natural feel. 2. Anticipation: prepare audience for main action (wind-up before throw). 3. Ease in/out: gradual acceleration/d...

#motion-graphics#animation#timing#kinetic-typography
6
0
8
EDUCATION

School improvement plan data analysis

Develop a school improvement plan based on data analysis. Data Sources: 1. Academic: standardized test scores, graduation rates, course failure rates. 2. Culture/Climate: student and staff survey results (e.g., Panorama), attendance data, discipline referrals. Process: 1. Data Dig: Leadership team a...

#school-leadership#school-improvement#data-driven-decision-making#administration
1
0
5
WEB DEV

React Native navigation patterns

Implement navigation in React Native apps. Patterns: 1. Stack navigator for hierarchical screens. 2. Tab navigator for main sections. 3. Drawer navigator for side menu. 4. Deep linking and universal links. 5. Screen transitions and gestures. 6. Nested navigators composition. 7. Authentication flow r...

#react-native#navigation#mobile-app#routing
9
0
9
EDUCATION

Using manipulatives to teach abstract math concepts

Teach solving algebraic equations using manipulatives. Concept: Solving '2x + 3 = 11'. Manipulatives: Use cups to represent the variable 'x' and two-color counters for integers. Process (Concrete-Representational-Abstract): 1. Concrete: Students model the equation on a mat. They place 2 cups and 3 p...

#math-education#manipulatives#concrete-representational-abstract#pedagogy
5
0
7
RESEARCH

Longitudinal data analysis growth modeling

Analyze change over time using growth curve models. Data structure: repeated measures nested within individuals (Level 1: time, Level 2: person). Models in R lme4 or HLM software: 1. Unconditional growth model: test for linear change over time. 2. Conditional growth models: add predictors of interce...

#longitudinal-analysis#growth-models#hierarchical-linear#repeated-measures
4
0
0
EDUCATION

Outdoor education lesson on local ecosystem

Conduct an outdoor lesson in a schoolyard or local park. Topic: Ecosystems. Activity: 'Bio-Blitz'. 1. Preparation: Define a 10x10 meter area. Provide students with field guides, magnifying glasses, and data collection sheets. 2. The Blitz (30 mins): In small groups, students identify and count as ma...

#outdoor-education#environmental-education#place-based-learning#science
8
0
3
WEB DEV

Flutter cross-platform UI architecture

Design Flutter apps with platform-adaptive UI. Architecture: 1. StatelessWidget and StatefulWidget patterns. 2. Provider or Riverpod for state management. 3. Platform checks for iOS/Android differences. 4. Cupertino widgets for iOS feel. 5. Material Design 3 for Android. 6. Responsive layouts with L...

#flutter#dart#cross-platform#mobile-ui
4
0
5
EDUCATION
Nano

Classroom economy system for teaching financial literacy

Set up a classroom economy to teach financial concepts. System: 1. Jobs: Students apply for and hold classroom jobs (e.g., line leader, tech support, librarian), earning a weekly 'salary' in classroom currency. 2. Income: Students earn money for their job and bonuses for positive behavior. 3. Expens...

#financial-literacy#classroom-management#experiential-learning#economics
5
0
7
WRITING
Nano

Ghostwriting client voice authenticity

Master ghostwriting by capturing authentic client voice while maintaining professional standards. Voice analysis process: 1. Sample collection: existing writing, speeches, interviews, social media posts. 2. Pattern identification: sentence structure, vocabulary preferences, humor style. 3. Interview...

#ghostwriting#voice-matching#client-writing#professional-writing
1
0
6
EDUCATION

Mindfulness exercises for the classroom

Integrate short mindfulness activities to improve focus and reduce anxiety. Activities (1-3 minutes): 1. Mindful Breathing: 'Belly Buddies'. Younger students lie down with a small stuffed animal on their belly and watch it rise and fall as they breathe. Older students can do 'box breathing' (inhale ...

#mindfulness#sel#student-wellbeing#classroom-management
4
0
5
WEB DEV

Jetpack Compose Android modern UI

Create Android UI with Jetpack Compose. Structure: 1. Composable functions for UI components. 2. remember and mutableStateOf for state. 3. LazyColumn for efficient lists. 4. Modifier chain for styling. 5. ViewModel integration. 6. Material 3 theming. 7. Side effects with LaunchedEffect. 8. Navigatio...

#jetpack-compose#android#kotlin#material-design
5
0
8
EDUCATION

Using primary sources to teach historical thinking

Teach students to analyze primary sources like a historian. Framework: Sourcing, Contextualizing, Close Reading, Corroborating (Stanford History Education Group - SHEG). Activity: Give students two primary source documents about the Boston Massacre—one from a British officer, one from a colonial pat...

#historical-thinking#primary-sources#history-education#critical-thinking
9
0
1
RESEARCH

Research mentoring and capacity building

Develop next generation of researchers through effective mentoring. Mentoring models: 1. Dyadic: traditional one-on-one mentor-mentee relationship. 2. Team mentoring: multiple mentors with different expertise areas. 3. Peer mentoring: lateral relationships between researchers at similar career stage...

#mentoring#capacity-building#professional-development#career-development
7
0
6
EDUCATION

Creating an effective teacher professional development session

Design an engaging 90-minute PD session on a new instructional strategy. Agenda: 1. Why (10 mins): Start with research or data showing the need for the strategy. 2. What (20 mins): Clearly explain and model the strategy. Show a video of it in action. 3. How (30 mins): Active engagement. Have teacher...

#professional-development#teacher-training#adult-learning#instructional-leadership
9
0
9
WEB DEV
Nano

tRPC end-to-end typesafe API

Build type-safe APIs with tRPC. Architecture: 1. Define routers with input/output schemas. 2. Zod for runtime validation. 3. Automatic TypeScript inference. 4. React Query integration for client. 5. Middleware for auth and logging. 6. Context for user sessions. 7. Subscriptions with WebSockets. 8. E...

#trpc#typescript#api#type-safety
3
0
1
EDUCATION

Response to Intervention RTI Tier 2 reading group

Plan a Tier 2 reading intervention for a small group of 3rd graders. Target Skill: Reading fluency. Group Size: 4-5 students. Frequency: 3 times a week for 30 minutes. Structure: 1. Warm-up (5 mins): Practice sight words with flashcards. 2. Modeling (5 mins): Teacher models fluent reading of a short...

#rti#response-to-intervention#reading-intervention#small-group-instruction
0
0
5
WRITING

Poetry creative expression metaphor technique

Master poetic techniques for powerful creative expression and emotional resonance. Poetic devices: 1. Metaphor: direct comparison without 'like' or 'as' (life is a journey). 2. Simile: comparison using 'like' or 'as' (brave as a lion). 3. Personification: human qualities to non-human objects. 4. All...

#poetry#creative-expression#literary-techniques#verse-writing
5
0
4
EDUCATION
Nano

Using educational escape rooms for review

Create a digital escape room for a unit review using Google Forms. Theme: 'Escape the Mad Scientist's Lab' for a science unit. Structure: 1. Create a Google Form with multiple sections. 2. Set up 'response validation' for each question, so students can only proceed to the next section if they answer...

#escape-room#gamification#review-games#edtech
11
0
0
WEB DEV

SWR stale-while-revalidate pattern

Implement SWR for optimal data experience. Pattern: 1. useSWR hook with cache key. 2. Return stale data immediately. 3. Revalidate in background. 4. Dedupe simultaneous requests. 5. Focus revalidation. 6. Interval polling for real-time feel. 7. Error retry with exponential backoff. 8. Mutation with ...

#swr#data-fetching#cache#react-hooks
9
0
3
EDUCATION

Creating a class blog with student contributors

Set up and manage a class blog to provide an authentic audience for student writing. Platform: Edublogs, Kidblog, or a private Blogger site. Process: 1. Setup: Create the blog, establish categories (e.g., book reviews, science reports, creative writing), and teach students how to use the platform. 2...

#blogging#writing-instruction#edtech#authentic-audience
8
0
8
RESEARCH

Confounding variable control strategies

Control for confounding variables in observational studies. Design-based controls: 1. Randomization: Random assignment eliminates selection bias. 2. Restriction: limit study to homogeneous group (e.g., only males, specific age range). 3. Matching: match cases and controls on potential confounders (a...

#confounding#causal-inference#propensity-score#dag
4
0
8
RESEARCH
Nano

Systematic literature review protocol design

Design a systematic literature review following PRISMA guidelines. Protocol steps: 1. Define research question using PICO framework (Population, Intervention, Comparison, Outcome). 2. Develop search strategy: identify 3-5 databases (PubMed, Scopus, Web of Science), create Boolean search terms, set i...

#systematic-review#prisma#meta-analysis#evidence-synthesis
2
0
1
WEB DEV

Jotai atomic state primitives

Use Jotai's atomic approach to state. Concepts: 1. atom() for primitive state. 2. Derived atoms with get(). 3. Async atoms for data fetching. 4. atomFamily for dynamic atoms. 5. useAtom hook like useState. 6. Focus on specific atoms. 7. No string keys needed. 8. Works with Suspense. Minimal re-rende...

#jotai#atomic-state#react#recoil-alternative
7
0
6
CODING
Nano

Test-driven development TDD workflow

Practice test-driven development. Workflow: 1. Write failing test first (Red). 2. Write minimal code to pass (Green). 3. Refactor while keeping tests green. 4. Repeat cycle. Benefits: Better design, confidence, documentation. Write tests for: edge cases, error handling, happy path. Use describe/it s...

#tdd#testing#methodology#unit-tests
0
0
9
PRODUCT

User story writing effective acceptance criteria

Write clear user stories with testable acceptance criteria. Format: 'As a [persona], I want [functionality], so that [benefit].' Example: 'As a returning customer, I want to save my payment information, so that I can checkout faster on future purchases.' Acceptance criteria using Given-When-Then: Gi...

#user-stories#acceptance-criteria#agile#requirements
9
0
7
CODING

Integration testing API endpoints

Test API endpoints comprehensively. Approach: 1. Test full request/response cycle. 2. Use real database (test instance). 3. Setup/teardown for clean state. 4. Test authentication and authorization. 5. Validate response schemas. 6. Test error scenarios. 7. Performance testing. 8. Security testing. Us...

#integration-testing#api-testing#qa#automation
5
0
8
CODING
Nano

Performance profiling optimization tools

Profile and optimize performance. Tools: 1. Chrome DevTools (Performance, Lighthouse). 2. React DevTools Profiler. 3. Node.js --prof and clinic.js. 4. Bundle analysis (webpack-bundle-analyzer). 5. Database query analysis (EXPLAIN). 6. APM tools (New Relic, DataDog). Focus on: render performance, bun...

#performance#profiling#optimization#debugging
7
0
0
CREATIVE

Creative team collaboration remote workflow

Establish effective creative collaboration processes for remote and hybrid teams. Communication structure: 1. Daily creative standups (15 min): progress updates, blockers, inspiration sharing. 2. Weekly creative reviews: work-in-progress presentations, feedback sessions. 3. Monthly creative workshop...

#creative-collaboration#remote-work#team-management#digital-workflow
6
0
7
CODING

Security vulnerability scanning SAST

Scan for security vulnerabilities. Tools: 1. SAST (Snyk, SonarQube) for code analysis. 2. DAST for runtime scanning. 3. Dependency scanning (npm audit, Dependabot). 4. Secret detection (GitGuardian). 5. Container scanning. 6. Infrastructure as Code scanning. Integrate in CI/CD. Fix critical issues i...

#security#vulnerability-scanning#sast#devops
9
0
0
BUSINESS
Nano

Business model canvas startup planning

Create business model with canvas. Components: 1. Value Propositions (what you offer). 2. Customer Segments (who you serve). 3. Channels (how customers find you). 4. Customer Relationships (engagement type). 5. Revenue Streams (how you make money). 6. Key Resources (assets needed). 7. Key Activities...

#business-model#canvas#startup#strategy
1
0
9
RESEARCH

Systematic sampling and sample size calculation

Design appropriate sampling strategy and calculate required sample size. Sampling methods: 1. Probability sampling: simple random, systematic, stratified, cluster sampling. 2. Non-probability sampling: convenience, purposive, snowball, quota sampling. 3. Mixed methods: sequential explanatory require...

#sampling#sample-size#power-analysis#response-rate
2
0
5
BUSINESS

Financial projections 3-year forecast

Build financial projections. Components: 1. Revenue forecast (customers × price × conversion). 2. Cost of Goods Sold. 3. Operating expenses (fixed + variable). 4. EBITDA and net income. 5. Cash flow statement. 6. Balance sheet projections. 7. Break-even analysis. 8. Scenario modeling (best/worst/rea...

#financial-projections#forecast#finance#planning
5
0
2
BUSINESS
Nano

Investor pitch deck structure

Create compelling pitch deck. Slide structure: 1. Problem (pain point). 2. Solution (your product). 3. Market Opportunity (TAM/SAM/SOM). 4. Product Demo. 5. Business Model. 6. Traction (metrics, growth). 7. Competition (differentiation). 8. Team (why you). 9. Financials. 10. Ask (amount raising, use...

#pitch-deck#fundraising#investors#startup
3
0
10
110111221