💬 Prompt Library.

Copy-ready prompts for every step. Click any code block to copy.

🧠 Idea Generation

I want to build a simple web-based micro-tool. Give me 20 small, specific problems that people frequently search Google for, where the existing solutions have poor UX or are outdated. Focus on utility tools (calculators, converters, generators, formatters), not content sites. For each idea, explain why the existing solutions are poor and what improvements could be made.

🔍 Competitive Analysis

Search for "[YOUR KEYWORD]" on Google and analyze the top 5 results. For each competing tool, document: 1. What the tool does well 2. What the tool does poorly (UX issues, missing features, bad mobile) 3. Whether it has dark mode 4. How fast it loads 5. Whether Quora/Reddit threads appear on Page 1 (gold mine indicator) 6. Available .com domains containing this keyword Then suggest a superior tool concept that addresses all identified gaps.

🤖 Master Build Prompt

Build a responsive [TOOL NAME] with the following requirements: - Core functionality: [describe what the tool does] - Better UI/UX than [competitor-url-1] and [competitor-url-2] - Follow the design guidelines in DESIGN.md for premium styling - MPA architecture with AstroJS - Dark mode toggle with system preference detection - Fully responsive for mobile, tablet, desktop - Auto-calibration for screen size (if applicable) - Keyboard shortcuts for power users - Copy-to-clipboard buttons where relevant - Proper favicon and meta tags - Error handling with user-friendly messages

📈 SEO Optimization

Optimize this website for SEO: - Main keyword: [YOUR KEYWORD] - Supporting keywords: [comma-separated list from Ahrefs + Google Spacebar] - Add a 600-word content section below the tool explaining its utility - Generate an FAQ section with 5-8 questions from "People Also Ask" - Add JSON-LD structured data for FAQs - Ensure proper title tags, meta descriptions, OG tags - Add canonical URL - Generate sitemap.xml and robots.txt - Use semantic HTML (h1, h2, h3 hierarchy) - Add alt text to all images

📄 Compliance Pages

Generate these four compliance pages for my website: 1. About Us - explain who built the tool and why, mention the team 2. Contact Us - with a working contact form (Formspree or similar) 3. Privacy Policy - covering Google AdSense, Analytics, cookies 4. Terms & Conditions - usage rules and disclaimers Make these pages accessible from the website footer on every page. This should be MPA (multi-page application) for best SEO. Match the existing design system and styling.

🚀 Deployment

Set up deployment for this AstroJS project: 1. Configure Cloudflare Pages deployment via Wrangler CLI 2. Add deploy script to package.json 3. Create /public/_headers file with no-index for pages.dev 4. Generate sitemap.xml with all pages listed 5. Add robots.txt allowing all crawlers 6. Configure canonical URLs to use the custom domain 7. Add Google Analytics tracking code: [YOUR-GA-ID] 8. Add Google AdSense verification code: [YOUR-ADSENSE-ID]

🎨 Professional Branding

Add professional branding to this website: 1. Generate a favicon using the primary brand color 2. Add proper manifest.json for PWA support 3. Ensure dark mode works perfectly with system preference detection 4. Make all pages fully responsive (test at 375px, 768px, 1024px, 1440px) 5. Add smooth page transitions and micro-animations 6. Ensure consistent typography and spacing across all pages