Get Full Access — $19
50+ Prompts, 6 Categories, Instant Access

Stop Writing AI Prompts From Scratch

Copy-paste prompts that actually work. Designed for founders, marketers, and creators to save 5-10 hours per week.

Unlock All 54 Prompts — $19
One-time payment • Instant access • 30-day guarantee
54
AI Prompts
6
Categories
10hrs
Saved Per Week
$0
Recurring Fees

Browse the Vault

10 free prompts below. Unlock all 54 with a one-time purchase.

All
Content
Sales
Research
Code
Email
Strategy
Content
Blog Post to Twitter Thread
Transform any blog post into a viral Twitter thread in seconds.
You are a Twitter ghostwriter for a thought leader. Convert this blog post into a 7-10 tweet thread that: 1. Opens with a contrarian hook (no "Thread:" or numbers) 2. Each tweet is standalone valuable (under 280 chars) 3. Uses short sentences, line breaks between ideas 4. Ends with a soft CTA to the full post 5. Tone: confident but conversational, not corporate Blog post: [PASTE BLOG POST]
Works with: Claude, GPT-4, Gemini
Sales
Cold Email Personalization
Generate hyper-personalized cold emails that get replies.
You are an expert cold email copywriter. Write a personalized cold email for: Prospect: [NAME] at [COMPANY] Their role: [TITLE] Something specific about them: [RECENT POST/ACHIEVEMENT/COMPANY NEWS] What I sell: [YOUR PRODUCT/SERVICE] Desired outcome: [BOOK A CALL/START TRIAL/etc.] Rules: - Subject line under 6 words, no clickbait - Opening line references THEIR specific situation (not "I saw your LinkedIn") - Body is 3 sentences max - One clear CTA (question, not demand) - No "I hope this finds you well" or "I'd love to pick your brain" - Tone: peer-to-peer, not salesperson-to-prospect
Works with: Claude, GPT-4
Research
Competitor Deep Dive
Analyze any competitor in 60 seconds flat.
Act as a competitive intelligence analyst. Analyze [COMPETITOR NAME] based on publicly available information: 1. **Positioning**: What is their core value prop? Who do they serve? 2. **Pricing**: What's their pricing model? Any free tier? 3. **Strengths**: What do customers praise in reviews? 4. **Weaknesses**: What do customers complain about? 5. **Content Strategy**: What topics do they create content about? 6. **Gaps**: What are they NOT doing that represents an opportunity? Format as a concise brief (bullet points, not essays). End with 3 specific actions I should take based on this analysis. My company: [YOUR COMPANY/PRODUCT]
Works with: Claude, GPT-4, Perplexity
Email
Newsletter Issue Generator
Write an entire newsletter issue from a topic seed.
You are writing a newsletter for [AUDIENCE]. The topic this week is: [TOPIC] Structure: 1. **Hook** (1-2 sentences): Start with a surprising stat, contrarian take, or relatable story 2. **The Insight** (3-4 paragraphs): The core lesson. Use specific examples, not generic advice. 3. **The Takeaway** (2-3 bullet points): Actionable steps the reader can do TODAY 4. **P.S.**: Soft plug for [YOUR PRODUCT/SERVICE] Style rules: - Write at 8th grade reading level - Short paragraphs (2-3 sentences max) - Use "you" more than "I" - No jargon unless you define it - Total length: 400-600 words
Works with: Claude, GPT-4
Code
API Endpoint Generator
Scaffold a complete REST API endpoint with validation.
Generate a production-ready REST API endpoint: Framework: [Express/FastAPI/Next.js API routes] Endpoint: [METHOD] /api/[RESOURCE] Purpose: [WHAT IT DOES] Requirements: 1. Input validation with descriptive error messages 2. Proper HTTP status codes (201 for create, 404 for not found, etc.) 3. Error handling with try/catch 4. TypeScript types (or Python type hints) 5. Rate limiting middleware setup 6. Example request/response in comments 7. No over-engineering — keep it simple and readable Do NOT add features I didn't ask for. No ORM setup, no database migrations, no auth middleware unless specified.
Works with: Claude, GPT-4, Cursor
Content
LinkedIn Post That Gets Engagement
Craft a LinkedIn post optimized for reach and comments.
Write a LinkedIn post about [TOPIC] for my audience of [AUDIENCE]. Format rules: - First line: hook that stops the scroll (pattern interrupt, bold claim, or question) - Use line breaks between every 1-2 sentences - Include a personal story or specific example (not generic advice) - End with a question that invites comments - Add 3-5 relevant hashtags at the bottom - Length: 150-200 words (the sweet spot for LinkedIn) - NO corporate jargon, NO "I'm thrilled to announce", NO "Let's connect" - Tone: like texting a smart friend, not writing a press release My perspective/angle: [YOUR UNIQUE TAKE ON THIS TOPIC]
Works with: Claude, GPT-4
Strategy
Product Launch Checklist
Generate a complete launch plan in under a minute.
Create a detailed product launch checklist for: Product: [PRODUCT NAME AND DESCRIPTION] Launch date: [DATE] Budget: [BUDGET OR "bootstrapped"] Audience: [TARGET AUDIENCE] Organize into phases: 1. **Pre-Launch (2 weeks before)**: Build anticipation 2. **Launch Day**: Maximum impact 3. **Post-Launch (1 week after)**: Sustain momentum For each task include: - Specific action (not vague "create content") - Tool recommendation (free options preferred) - Time estimate - Priority (must-do vs nice-to-have) Focus on tactics that work for small teams. Skip anything requiring a large budget or team. I'd rather do 5 things well than 20 things poorly.
Works with: Claude, GPT-4
Research
Market Size Estimator
Quick TAM/SAM/SOM analysis for any business idea.
Estimate the market size for this business idea: Idea: [DESCRIBE YOUR PRODUCT/SERVICE IN 1-2 SENTENCES] Target customer: [WHO BUYS THIS] Geography: [WHERE - US, Global, etc.] Provide: 1. **TAM** (Total Addressable Market): The entire market if everyone who could buy, did 2. **SAM** (Serviceable Available Market): The segment you can realistically reach 3. **SOM** (Serviceable Obtainable Market): What you can capture in Year 1 For each, show your math: - Number of potential customers × average revenue per customer - Cite any public data sources (market reports, census data, industry stats) - Flag assumptions clearly End with: "Bottom line: Is this a $1M, $10M, or $100M opportunity?" and a 1-sentence recommendation.
Works with: Claude, GPT-4, Perplexity
Sales
Objection Handler Script
Prepare responses for every possible sales objection.
You are a sales strategist. Generate responses for every common objection to: Product: [YOUR PRODUCT/SERVICE] Price: [PRICE] Target buyer: [WHO MAKES THE PURCHASE DECISION] For each objection: 1. **Acknowledge** (validate their concern in 1 sentence) 2. **Reframe** (shift perspective to value/outcome) 3. **Evidence** (social proof, data, or case study) 4. **Bridge** (transition back to next step) Cover these objections at minimum: - "It's too expensive" - "I need to think about it" - "We're using [competitor] already" - "I need to check with my team" - "Does it work for [my specific situation]?" - "What if it doesn't work?" Keep each response under 4 sentences. Conversational tone, not scripted.
Works with: Claude, GPT-4
Code
Bug Diagnosis Assistant
Systematic debugging for any error in any language.
I have a bug. Help me diagnose it systematically. Error message: [PASTE ERROR] Language/Framework: [e.g., Python/FastAPI, TypeScript/Next.js] What I expected to happen: [EXPECTED BEHAVIOR] What actually happened: [ACTUAL BEHAVIOR] What I already tried: [LIST ATTEMPTS] Your approach: 1. First, explain what the error message means in plain English 2. List the 3 most likely causes (ranked by probability) 3. For each cause, give me a specific diagnostic step (a command to run, a line to check, a value to log) 4. Once I run those, I'll tell you the results and we narrow down Do NOT give me a fix yet. Help me UNDERSTAND the bug first. I want to learn, not just copy-paste a solution.
Works with: Claude, GPT-4, Cursor
Content
YouTube Script Outline
Generate a complete video script outline optimized for retention.
Generate a YouTube script outline for a [LENGTH]-minute video about [TOPIC]...
Content
Instagram Carousel Script
10-slide carousel that educates and converts.
Create a 10-slide Instagram carousel about...
Content
SEO Blog Post Framework
Generate an SEO-optimized blog post with proper keyword placement.
Write an SEO-optimized blog post targeting the keyword [KEYWORD]...
Sales
Case Study Generator
Turn customer results into compelling case studies.
Transform this customer result into a case study...
Sales
Discovery Call Script
Build a structured discovery call that qualifies and converts.
Create a discovery call script for selling [PRODUCT]...
Research
SWOT Analysis Generator
Comprehensive SWOT analysis for any business or product.
Perform a SWOT analysis on...
Research
Customer Persona Builder
Create detailed buyer personas from minimal inputs.
Build a detailed customer persona for [PRODUCT/SERVICE]...
Code
Database Schema Designer
Design normalized schemas from plain English requirements.
Design a database schema for...
Code
Unit Test Writer
Generate comprehensive unit tests for any function or module.
Write unit tests for the following function...
Email
Welcome Sequence (5 Emails)
Complete onboarding email sequence for new subscribers.
Write a 5-email welcome sequence for new subscribers who signed up for...
Email
Cart Abandonment Recovery
Win back customers who left items in their cart.
Write a 3-email cart abandonment sequence for [STORE]...
Strategy
Pricing Page Optimizer
Restructure your pricing to maximize conversions.
Analyze my current pricing and suggest improvements...
Strategy
90-Day Growth Plan
Quarter-by-quarter roadmap for hitting revenue targets.
Create a 90-day growth plan for...
Strategy
OKR Generator
Set clear objectives and key results for any team or company.
Generate OKRs for [TEAM/COMPANY] focused on [GOAL]...

Unlock All 54 Prompts

Copy, paste, customize, profit. One payment, lifetime access, no subscriptions.

Unlock Now — $19
$19 one-time payment | Instant access | 30-day money-back guarantee

What You Get

📝

54 Ready-to-Use Prompts

Every prompt works with Claude, GPT-4, and Gemini. No filler — each prompt includes clear placeholders and instructions.

📁

6 Business Categories

Content creation, sales, research, coding, email marketing, and business strategy. Covers the full workflow.

🔄

Copy-Paste Ready

Each prompt has clear [PLACEHOLDER] fields. Fill in your details, hit enter, get results in seconds.

Lifetime Access

Access your prompts anytime from the web or Notion. One-time purchase — no subscriptions, no extra costs.

FAQ

What AI tools do these prompts work with?
All prompts are tested with Claude, ChatGPT (GPT-4), and Gemini. Most also work with open-source models like Llama. Each prompt card shows compatible tools.
Is this a subscription?
No. One-time payment of $19, lifetime access. You also get all future prompt additions at no extra cost.
Can I customize the prompts?
Absolutely. Every prompt has [PLACEHOLDER] fields designed for customization. Modify them freely to match your brand, audience, and use case.
What format is the vault delivered in?
You get a searchable web page (like this one, but with all 54 prompts fully unlocked) with copy buttons and category filters, plus a Notion template you can duplicate to your own workspace. You can also save the page as a PDF using the built-in "Save as PDF" button.
What if it doesn't work for me?
Full 30-day money-back guarantee. If you don't find value, email for a refund — no questions asked.

Stop Writing Prompts From Scratch

54 ready-to-use prompts across 6 categories. Copy, paste, customize, and save 5-10 hours per week.

Unlock Now — $19
One-time payment | Instant access | 30-day guarantee