Using Prompts
HeroPrompt templates are designed to be copied directly into your favorite AI assistant. This guide shows you how to get the most out of them.
Finding the Right Prompt
Browse by Category
The homepage organizes prompts into 7 main categories:
- Productivity — Excel, Word, PowerPoint, email, meeting notes
- Image Generation — Photography, architecture, product design
- Audio — Music composition, podcast scripts, voiceovers
- Technology — Frontend, backend, DevOps, data engineering
- Writing — Blog posts, technical docs, creative writing
- Business — Marketing, sales, customer support
- Education — Lesson plans, study guides, explanations
Each category has subcategories for finer-grained browsing.
Search
Use the search bar to find prompts by keyword:
Search: "react hooks" → Returns prompts about React hooks
Search: "SQL optimization" → Returns database performance prompts
Search: "professional email" → Returns business communication promptsFilters
- AI Model — See which AI models work best (ChatGPT, Claude, Gemini, etc.)
- Tags — Filter by topic keywords
- Difficulty — Beginner, Intermediate, Advanced, Expert
Copying a Prompt
Click on any prompt card to view the full template. Click "Copy to Clipboard" to copy the entire prompt.
The prompt will look something like this:
You are a senior React developer specializing in {{framework_version}}.
Create a {{component_type}} component that:
- Uses {{state_management}} for state
- Implements {{feature_list}}
- Follows {{best_practices}}
Provide complete, production-ready code with:
- TypeScript types
- Error handling
- Accessibility (ARIA labels)
- Performance optimizationsReplacing Variables
Prompts use {{variable_name}} syntax for placeholders.
Before using:
- Read through the entire prompt
- Identify all
{{variables}}(highlighted in the UI) - Replace each with your specific value
Example:
| Variable | Example Replacement |
|---|---|
{{framework_version}} | "React 18 with TypeScript" |
{{component_type}} | "modal dialog" |
{{state_management}} | "React Context API" |
{{feature_list}} | "close button, keyboard shortcuts (ESC), focus trap" |
{{best_practices}} | "modern React patterns, composition over inheritance" |
Using with AI Models
ChatGPT (OpenAI)
- Copy the prompt
- Open ChatGPT
- Paste and replace variables
- Send message
Tip: For system prompts, use ChatGPT's "Custom Instructions" feature.
Claude (Anthropic)
- Copy the prompt
- Open Claude
- Paste and replace variables
- Send message
Tip: Claude excels with long, detailed prompts — don't hold back on context.
Gemini (Google)
- Copy the prompt
- Open Gemini
- Paste and replace variables
- Send message
Tip: Use the "Advanced" model for complex reasoning tasks.
Iterating on Results
Prompts are starting points. Iterate based on initial results:
- Too generic? → Add more specific constraints
- Wrong format? → Specify exact output structure
- Missing context? → Add background information
- Hallucinations? → Ask for reasoning/citations
Example iteration:
[First try]
"The code works but uses old patterns"
[Second try - add to prompt]
"Use only modern ES6+ syntax. Avoid class components. Use arrow functions."Saving Favorites
Create a free account to save prompts you use frequently:
- Click the ❤️ icon on any prompt
- Access favorites from your Dashboard
- Favorites sync across devices
Usage Tracking
Your dashboard shows:
- Prompts copied today (daily limit applies to Free tier)
- Most used prompts (helps you identify what works)
- Recently viewed (quick access to recent prompts)
Tips for Success
- Read the full prompt first — Understand what it's asking for before sending
- Provide sufficient context — The AI needs details to give good results
- Be specific with variables — "modern design" → "minimalist design with soft shadows and rounded corners"
- Use iterative refinement — Start broad, then narrow down
- Check AI model recommendations — Some prompts work better with specific models
Advanced: Combining Prompts
You can combine multiple prompts for complex tasks:
Step 1: Use "API Design" prompt to plan your endpoints
Step 2: Use "Backend Implementation" prompt to write the code
Step 3: Use "API Documentation" prompt to generate docsFor even more advanced workflows, upgrade to PRO Kit for access to Skills — multi-step workflows with branching logic.