prompthub / index.html
Devirus's picture
marketplace for custom AI prompt libraries. companies redoing same work. - Initial Deployment
ea6098f verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PromptHub - AI Prompt Marketplace</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<style>
.hero-gradient {
background: linear-gradient(135deg, #6e8efb 0%, #a777e3 100%);
}
.prompt-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.category-chip {
transition: all 0.3s ease;
}
.category-chip:hover {
background-color: #6e8efb;
color: white;
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-sm py-4 sticky top-0 z-50">
<div class="container mx-auto px-4 flex justify-between items-center">
<div class="flex items-center space-x-2">
<i data-feather="zap" class="text-indigo-600"></i>
<span class="text-xl font-bold text-gray-800">PromptHub</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#" class="text-gray-600 hover:text-indigo-600 font-medium">Marketplace</a>
<a href="#" class="text-gray-600 hover:text-indigo-600 font-medium">Categories</a>
<a href="#" class="text-gray-600 hover:text-indigo-600 font-medium">For Teams</a>
<a href="#" class="text-gray-600 hover:text-indigo-600 font-medium">Pricing</a>
</div>
<div class="flex items-center space-x-4">
<button class="px-4 py-2 text-gray-600 hover:text-indigo-600">
<i data-feather="search"></i>
</button>
<button class="px-4 py-2 bg-indigo-600 text-white rounded-md hover:bg-indigo-700 transition">
Sign In
</button>
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="hero" class="hero-gradient text-white py-20">
<div class="container mx-auto px-4">
<div class="max-w-3xl mx-auto text-center" data-aos="fade-up">
<h1 class="text-4xl md:text-5xl font-bold mb-6">Stop Reinventing the AI Wheel</h1>
<p class="text-xl mb-8 opacity-90">
Access thousands of pre-built, battle-tested AI prompts from top companies.
Save hundreds of hours on repetitive AI work.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="px-8 py-3 bg-white text-indigo-600 rounded-md font-medium hover:bg-gray-100 transition">
Browse Prompts
</button>
<button class="px-8 py-3 border-2 border-white text-white rounded-md font-medium hover:bg-white hover:bg-opacity-10 transition">
Sell Your Prompts
</button>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
<div class="p-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="text-4xl font-bold text-indigo-600 mb-2">10,000+</h3>
<p class="text-gray-600">High-Quality Prompts</p>
</div>
<div class="p-6" data-aos="fade-up" data-aos-delay="200">
<h3 class="text-4xl font-bold text-indigo-600 mb-2">500+</h3>
<p class="text-gray-600">Industry Experts</p>
</div>
<div class="p-6" data-aos="fade-up" data-aos-delay="300">
<h3 class="text-4xl font-bold text-indigo-600 mb-2">85%</h3>
<p class="text-gray-600">Time Saved</p>
</div>
<div class="p-6" data-aos="fade-up" data-aos-delay="400">
<h3 class="text-4xl font-bold text-indigo-600 mb-2">4.9/5</h3>
<p class="text-gray-600">Average Rating</p>
</div>
</div>
</div>
</section>
<!-- Categories Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12" data-aos="fade-up">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Popular Categories</h2>
<p class="text-gray-600 max-w-2xl mx-auto">
Find specialized prompts for your specific needs across industries and use cases
</p>
</div>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
<div class="category-chip p-4 bg-white rounded-lg shadow-sm text-center cursor-pointer" data-aos="fade-up" data-aos-delay="100">
<i data-feather="code" class="mx-auto text-indigo-600 mb-2"></i>
<p class="font-medium">Development</p>
</div>
<div class="category-chip p-4 bg-white rounded-lg shadow-sm text-center cursor-pointer" data-aos="fade-up" data-aos-delay="150">
<i data-feather="dollar-sign" class="mx-auto text-indigo-600 mb-2"></i>
<p class="font-medium">Marketing</p>
</div>
<div class="category-chip p-4 bg-white rounded-lg shadow-sm text-center cursor-pointer" data-aos="fade-up" data-aos-delay="200">
<i data-feather="file-text" class="mx-auto text-indigo-600 mb-2"></i>
<p class="font-medium">Legal</p>
</div>
<div class="category-chip p-4 bg-white rounded-lg shadow-sm text-center cursor-pointer" data-aos="fade-up" data-aos-delay="250">
<i data-feather="heart" class="mx-auto text-indigo-600 mb-2"></i>
<p class="font-medium">Healthcare</p>
</div>
<div class="category-chip p-4 bg-white rounded-lg shadow-sm text-center cursor-pointer" data-aos="fade-up" data-aos-delay="300">
<i data-feather="shopping-bag" class="mx-auto text-indigo-600 mb-2"></i>
<p class="font-medium">E-commerce</p>
</div>
<div class="category-chip p-4 bg-white rounded-lg shadow-sm text-center cursor-pointer" data-aos="fade-up" data-aos-delay="350">
<i data-feather="book" class="mx-auto text-indigo-600 mb-2"></i>
<p class="font-medium">Education</p>
</div>
</div>
</div>
</section>
<!-- Featured Prompts -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center mb-8">
<h2 class="text-3xl font-bold text-gray-800" data-aos="fade-up">Featured Prompt Libraries</h2>
<a href="#" class="text-indigo-600 font-medium flex items-center" data-aos="fade-up">
View All <i data-feather="arrow-right" class="ml-2"></i>
</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Prompt Card 1 -->
<div class="prompt-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300" data-aos="fade-up" data-aos-delay="100">
<div class="h-48 bg-indigo-100 flex items-center justify-center">
<i data-feather="code" class="w-16 h-16 text-indigo-600"></i>
</div>
<div class="p-6">
<div class="flex justify-between items-start mb-2">
<h3 class="font-bold text-xl text-gray-800">Full-Stack Developer Kit</h3>
<span class="bg-indigo-100 text-indigo-800 text-xs px-2 py-1 rounded-full">PRO</span>
</div>
<p class="text-gray-600 mb-4">250+ prompts for React, Node.js, Python and database interactions</p>
<div class="flex justify-between items-center">
<div class="flex items-center">
<i data-feather="star" class="w-4 h-4 text-yellow-500 mr-1"></i>
<span class="text-sm font-medium">4.9 (128)</span>
</div>
<span class="font-bold text-indigo-600">$49.99</span>
</div>
</div>
</div>
<!-- Prompt Card 2 -->
<div class="prompt-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300" data-aos="fade-up" data-aos-delay="200">
<div class="h-48 bg-blue-100 flex items-center justify-center">
<i data-feather="dollar-sign" class="w-16 h-16 text-blue-600"></i>
</div>
<div class="p-6">
<div class="flex justify-between items-start mb-2">
<h3 class="font-bold text-xl text-gray-800">Marketing Campaign Generator</h3>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">BESTSELLER</span>
</div>
<p class="text-gray-600 mb-4">Complete framework for social media, email, and ad copy generation</p>
<div class="flex justify-between items-center">
<div class="flex items-center">
<i data-feather="star" class="w-4 h-4 text-yellow-500 mr-1"></i>
<span class="text-sm font-medium">4.8 (342)</span>
</div>
<span class="font-bold text-indigo-600">$79.99</span>
</div>
</div>
</div>
<!-- Prompt Card 3 -->
<div class="prompt-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300" data-aos="fade-up" data-aos-delay="300">
<div class="h-48 bg-green-100 flex items-center justify-center">
<i data-feather="file-text" class="w-16 h-16 text-green-600"></i>
</div>
<div class="p-6">
<div class="flex justify-between items-start mb-2">
<h3 class="font-bold text-xl text-gray-800">Legal Document Assistant</h3>
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">NEW</span>
</div>
<p class="text-gray-600 mb-4">Templates for contracts, NDAs, and compliance documentation</p>
<div class="flex justify-between items-center">
<div class="flex items-center">
<i data-feather="star" class="w-4 h-4 text-yellow-500 mr-1"></i>
<span class="text-sm font-medium">4.7 (56)</span>
</div>
<span class="font-bold text-indigo-600">$129.99</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12" data-aos="fade-up">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Trusted by Teams at</h2>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 items-center mb-16">
<div class="flex justify-center" data-aos="fade-up" data-aos-delay="100">
<div class="h-12 text-gray-400 font-bold text-2xl">Google</div>
</div>
<div class="flex justify-center" data-aos="fade-up" data-aos-delay="200">
<div class="h-12 text-gray-400 font-bold text-2xl">Amazon</div>
</div>
<div class="flex justify-center" data-aos="fade-up" data-aos-delay="300">
<div class="h-12 text-gray-400 font-bold text-2xl">Microsoft</div>
</div>
<div class="flex justify-center" data-aos="fade-up" data-aos-delay="400">
<div class="h-12 text-gray-400 font-bold text-2xl">Spotify</div>
</div>
</div>
<div class="max-w-4xl mx-auto">
<div class="bg-white p-8 rounded-xl shadow-sm" data-aos="fade-up">
<div class="flex items-center mb-6">
<div class="w-16 h-16 rounded-full bg-indigo-100 flex items-center justify-center mr-4">
<i data-feather="user" class="text-indigo-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">Sarah Johnson</h4>
<p class="text-gray-600">Head of AI, TechCorp</p>
</div>
</div>
<p class="text-gray-700 italic">
"Our engineering team was spending 20+ hours per week crafting and refining AI prompts.
With PromptHub, we've reduced that to under 2 hours while getting better results.
The specialized developer prompts alone saved us $150k in engineering time last quarter."
</p>
<div class="flex mt-4">
<i data-feather="star" class="w-5 h-5 text-yellow-500 mr-1"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-500 mr-1"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-500 mr-1"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-500 mr-1"></i>
<i data-feather="star" class="w-5 h-5 text-yellow-500"></i>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 hero-gradient text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6" data-aos="fade-up">Ready to Transform Your AI Workflow?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto opacity-90" data-aos="fade-up" data-aos-delay="100">
Join thousands of teams saving hundreds of hours with our curated prompt libraries
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4" data-aos="fade-up" data-aos-delay="200">
<button class="px-8 py-3 bg-white text-indigo-600 rounded-md font-medium hover:bg-gray-100 transition">
Browse Prompt Libraries
</button>
<button class="px-8 py-3 border-2 border-white text-white rounded-md font-medium hover:bg-white hover:bg-opacity-10 transition">
Talk to Sales
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-gray-400 py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center space-x-2 mb-4">
<i data-feather="zap" class="text-indigo-500"></i>
<span class="text-xl font-bold text-white">PromptHub</span>
</div>
<p class="mb-4">The marketplace for battle-tested AI prompts that deliver real results.</p>
<div class="flex space-x-4">
<a href="#" class="hover:text-white"><i data-feather="twitter"></i></a>
<a href="#" class="hover:text-white"><i data-feather="linkedin"></i></a>
<a href="#" class="hover:text-white"><i data-feather="github"></i></a>
</div>
</div>
<div>
<h4 class="text-white font-medium mb-4">Marketplace</h4>
<ul class="space-y-2">
<li><a href="#" class="hover:text-white">All Prompts</a></li>
<li><a href="#" class="hover:text-white">Categories</a></li>
<li><a href="#" class="hover:text-white">Top Sellers</a></li>
<li><a href="#" class="hover:text-white">New Releases</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-medium mb-4">Company</h4>
<ul class="space-y-2">
<li><a href="#" class="hover:text-white">About Us</a></li>
<li><a href="#" class="hover:text-white">Careers</a></li>
<li><a href="#" class="hover:text-white">Blog</a></li>
<li><a href="#" class="hover:text-white">Press</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-medium mb-4">Resources</h4>
<ul class="space-y-2">
<li><a href="#" class="hover:text-white">Help Center</a></li>
<li><a href="#" class="hover:text-white">Documentation</a></li>
<li><a href="#" class="hover:text-white">Community</a></li>
<li><a href="#" class="hover:text-white">API Status</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p>© 2023 PromptHub. All rights reserved.</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="#" class="hover:text-white">Privacy Policy</a>
<a href="#" class="hover:text-white">Terms of Service</a>
<a href="#" class="hover:text-white">Cookies</a>
</div>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
// Vanta.js Globe Background for Hero Section
VANTA.GLOBE({
el: "#hero",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x6e8efb,
backgroundColor: 0x0,
size: 0.8
});
</script>
</body>
</html>