tapchat / index.html
nnick79's picture
dude, tats generic i need premium
fbadeb7 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TapChat - AI Chat & Character Conversations</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body class="bg-gray-900 text-white font-sans">
<custom-navbar></custom-navbar>
<!-- Hero Section -->
<!-- Hero Section -->
<section class="relative py-20 md:py-32 bg-gradient-to-br from-gray-900 via-purple-900 to-indigo-900 overflow-hidden">
<div class="absolute inset-0 opacity-20">
<div class="absolute top-0 left-0 w-96 h-96 bg-purple-500 rounded-full mix-blend-soft-light filter blur-3xl opacity-30 animate-blob"></div>
<div class="absolute top-0 right-0 w-96 h-96 bg-indigo-500 rounded-full mix-blend-soft-light filter blur-3xl opacity-30 animate-blob animation-delay-2000"></div>
<div class="absolute bottom-0 left-1/2 w-96 h-96 bg-pink-500 rounded-full mix-blend-soft-light filter blur-3xl opacity-30 animate-blob animation-delay-4000"></div>
</div>
<div class="container mx-auto px-6 relative z-10">
<div class="max-w-4xl mx-auto text-center">
<div class="inline-flex items-center justify-center px-4 py-2 bg-purple-900/30 backdrop-blur-sm rounded-full border border-purple-500/30 mb-6">
<span class="text-sm font-medium text-purple-300">✨ Premium AI Conversations</span>
</div>
<h1 class="text-5xl md:text-7xl font-extrabold mb-6 leading-tight">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-purple-400 via-pink-400 to-indigo-400">
Premium AI
</span>
<br>
<span class="text-white">Character Experiences</span>
</h1>
<p class="text-xl md:text-2xl text-gray-300 mb-12 max-w-3xl mx-auto leading-relaxed">
Engage with hyper-realistic AI personas crafted by top-tier creators. Experience conversations that feel genuinely human with our advanced neural architecture.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-6">
<a href="create.html" class="relative group bg-gradient-to-r from-purple-600 to-indigo-600 hover:from-purple-700 hover:to-indigo-700 text-white px-10 py-5 rounded-2xl text-lg font-bold transition-all shadow-2xl shadow-purple-500/30 transform hover:-translate-y-1 hover:shadow-purple-500/50">
<span class="relative z-10">Create Premium Character</span>
<div class="absolute inset-0 bg-gradient-to-r from-purple-600 to-indigo-600 rounded-2xl blur-lg opacity-0 group-hover:opacity-50 transition-opacity"></div>
</a>
<a href="characters.html" class="relative group bg-gray-800/50 backdrop-blur-sm hover:bg-gray-700/50 text-white px-10 py-5 rounded-2xl text-lg font-bold transition-all border border-gray-700 hover:border-purple-500/50 transform hover:-translate-y-1">
<span class="relative z-10 flex items-center">
Explore Characters
<i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
</span>
</a>
</div>
<div class="mt-16 flex flex-wrap justify-center gap-8">
<div class="text-center">
<div class="text-3xl font-bold text-white">20M+</div>
<div class="text-gray-400">Unique Characters</div>
</div>
<div class="text-center">
<div class="text-3xl font-bold text-white">99.9%</div>
<div class="text-gray-400">Uptime Guarantee</div>
</div>
<div class="text-center">
<div class="text-3xl font-bold text-white">24/7</div>
<div class="text-gray-400">Premium Support</div>
</div>
</div>
</div>
</div>
</section>
<!-- Premium Categories -->
<section class="py-20 bg-gradient-to-b from-gray-900 to-gray-950">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold mb-4">Curated Character Categories</h2>
<p class="text-xl text-gray-400 max-w-2xl mx-auto">Explore our premium collection of AI personas organized by themes and interests</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-8 gap-6">
<a href="#" class="group bg-gradient-to-br from-gray-800 to-gray-900 hover:from-purple-900/30 hover:to-gray-900 rounded-2xl p-6 text-center transition-all duration-300 transform hover:-translate-y-2 border border-gray-800 hover:border-purple-500/30">
<div class="w-16 h-16 rounded-2xl bg-gradient-to-br from-purple-600/20 to-purple-900/20 flex items-center justify-center mx-auto mb-4 group-hover:from-purple-600/40 group-hover:to-purple-900/40 transition-all">
<i data-feather="heart" class="text-purple-400 w-8 h-8"></i>
</div>
<h3 class="font-bold text-lg mb-1">Romance</h3>
<p class="text-gray-500 text-sm">1.2M+ chars</p>
</a>
<a href="#" class="group bg-gradient-to-br from-gray-800 to-gray-900 hover:from-blue-900/30 hover:to-gray-900 rounded-2xl p-6 text-center transition-all duration-300 transform hover:-translate-y-2 border border-gray-800 hover:border-blue-500/30">
<div class="w-16 h-16 rounded-2xl bg-gradient-to-br from-blue-600/20 to-blue-900/20 flex items-center justify-center mx-auto mb-4 group-hover:from-blue-600/40 group-hover:to-blue-900/40 transition-all">
<i data-feather="sword" class="text-blue-400 w-8 h-8"></i>
</div>
<h3 class="font-bold text-lg mb-1">Adventure</h3>
<p class="text-gray-500 text-sm">980K+ chars</p>
</a>
<a href="#" class="group bg-gradient-to-br from-gray-800 to-gray-900 hover:from-green-900/30 hover:to-gray-900 rounded-2xl p-6 text-center transition-all duration-300 transform hover:-translate-y-2 border border-gray-800 hover:border-green-500/30">
<div class="w-16 h-16 rounded-2xl bg-gradient-to-br from-green-600/20 to-green-900/20 flex items-center justify-center mx-auto mb-4 group-hover:from-green-600/40 group-hover:to-green-900/40 transition-all">
<i data-feather="users" class="text-green-400 w-8 h-8"></i>
</div>
<h3 class="font-bold text-lg mb-1">Friendship</h3>
<p class="text-gray-500 text-sm">750K+ chars</p>
</a>
<a href="#" class="group bg-gradient-to-br from-gray-800 to-gray-900 hover:from-yellow-900/30 hover:to-gray-900 rounded-2xl p-6 text-center transition-all duration-300 transform hover:-translate-y-2 border border-gray-800 hover:border-yellow-500/30">
<div class="w-16 h-16 rounded-2xl bg-gradient-to-br from-yellow-600/20 to-yellow-900/20 flex items-center justify-center mx-auto mb-4 group-hover:from-yellow-600/40 group-hover:to-yellow-900/40 transition-all">
<i data-feather="zap" class="text-yellow-400 w-8 h-8"></i>
</div>
<h3 class="font-bold text-lg mb-1">Supernatural</h3>
<p class="text-gray-500 text-sm">1.5M+ chars</p>
</a>
<a href="#" class="group bg-gradient-to-br from-gray-800 to-gray-900 hover:from-red-900/30 hover:to-gray-900 rounded-2xl p-6 text-center transition-all duration-300 transform hover:-translate-y-2 border border-gray-800 hover:border-red-500/30">
<div class="w-16 h-16 rounded-2xl bg-gradient-to-br from-red-600/20 to-red-900/20 flex items-center justify-center mx-auto mb-4 group-hover:from-red-600/40 group-hover:to-red-900/40 transition-all">
<i data-feather="film" class="text-red-400 w-8 h-8"></i>
</div>
<h3 class="font-bold text-lg mb-1">Movies & TV</h3>
<p class="text-gray-500 text-sm">2.1M+ chars</p>
</a>
<a href="#" class="group bg-gradient-to-br from-gray-800 to-gray-900 hover:from-indigo-900/30 hover:to-gray-900 rounded-2xl p-6 text-center transition-all duration-300 transform hover:-translate-y-2 border border-gray-800 hover:border-indigo-500/30">
<div class="w-16 h-16 rounded-2xl bg-gradient-to-br from-indigo-600/20 to-indigo-900/20 flex items-center justify-center mx-auto mb-4 group-hover:from-indigo-600/40 group-hover:to-indigo-900/40 transition-all">
<i data-feather="book-open" class="text-indigo-400 w-8 h-8"></i>
</div>
<h3 class="font-bold text-lg mb-1">Anime</h3>
<p class="text-gray-500 text-sm">3.4M+ chars</p>
</a>
<a href="#" class="group bg-gradient-to-br from-gray-800 to-gray-900 hover:from-pink-900/30 hover:to-gray-900 rounded-2xl p-6 text-center transition-all duration-300 transform hover:-translate-y-2 border border-gray-800 hover:border-pink-500/30">
<div class="w-16 h-16 rounded-2xl bg-gradient-to-br from-pink-600/20 to-pink-900/20 flex items-center justify-center mx-auto mb-4 group-hover:from-pink-600/40 group-hover:to-pink-900/40 transition-all">
<i data-feather="gamepad" class="text-pink-400 w-8 h-8"></i>
</div>
<h3 class="font-bold text-lg mb-1">Games</h3>
<p class="text-gray-500 text-sm">1.8M+ chars</p>
</a>
<a href="#" class="group bg-gradient-to-br from-gray-800 to-gray-900 hover:from-teal-900/30 hover:to-gray-900 rounded-2xl p-6 text-center transition-all duration-300 transform hover:-translate-y-2 border border-gray-800 hover:border-teal-500/30">
<div class="w-16 h-16 rounded-2xl bg-gradient-to-br from-teal-600/20 to-teal-900/20 flex items-center justify-center mx-auto mb-4 group-hover:from-teal-600/40 group-hover:to-teal-900/40 transition-all">
<i data-feather="star" class="text-teal-400 w-8 h-8"></i>
</div>
<h3 class="font-bold text-lg mb-1">Celebrities</h3>
<p class="text-gray-500 text-sm">890K+ chars</p>
</a>
</div>
</div>
</section>
<!-- Premium Characters Showcase -->
<section class="py-20 bg-gradient-to-b from-gray-950 to-gray-900">
<div class="container mx-auto px-6">
<div class="flex justify-between items-center mb-16">
<div>
<h2 class="text-4xl font-bold mb-2">Featured Premium Characters</h2>
<p class="text-xl text-gray-400">Handpicked by our curation team for exceptional quality</p>
</div>
<div class="flex space-x-3">
<button id="prev-characters" class="p-3 rounded-full bg-gray-800 hover:bg-gray-700 border border-gray-700 transition-all">
<i data-feather="chevron-left" class="w-6 h-6"></i>
</button>
<button id="next-characters" class="p-3 rounded-full bg-gray-800 hover:bg-gray-700 border border-gray-700 transition-all">
<i data-feather="chevron-right" class="w-6 h-6"></i>
</button>
</div>
</div>
<div id="characters-container" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Character cards will be populated by JavaScript -->
</div>
<div class="text-center mt-16">
<a href="characters.html" class="inline-flex items-center px-8 py-4 bg-gradient-to-r from-purple-600 to-indigo-600 hover:from-purple-700 hover:to-indigo-700 text-white font-bold rounded-2xl transition-all transform hover:-translate-y-1 shadow-lg shadow-purple-500/20">
View All Premium Characters
<i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
</a>
</div>
</div>
</section>
<!-- Premium Features -->
<section class="py-24 bg-gradient-to-br from-gray-900 via-purple-900/10 to-indigo-900/10">
<div class="container mx-auto px-6">
<div class="text-center max-w-4xl mx-auto mb-20">
<h2 class="text-4xl md:text-5xl font-bold mb-6">The TapChat Premium Experience</h2>
<p class="text-2xl text-gray-300">
Unmatched quality, security, and realism in every conversation
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-10">
<div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-xl rounded-3xl p-8 border border-gray-700/50 hover:border-purple-500/30 transition-all duration-300 group">
<div class="w-20 h-20 rounded-2xl bg-gradient-to-br from-purple-600/20 to-purple-900/20 flex items-center justify-center mb-8 group-hover:from-purple-600/40 group-hover:to-purple-900/40 transition-all">
<i data-feather="shield" class="text-purple-400 w-10 h-10"></i>
</div>
<h3 class="text-3xl font-bold mb-4">Military-Grade Security</h3>
<p class="text-xl text-gray-300 mb-6">
End-to-end encryption with zero data retention. Your conversations are private forever.
</p>
<ul class="space-y-3">
<li class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-5 h-5"></i>
<span>256-bit AES encryption</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-5 h-5"></i>
<span>Zero data storage policy</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-5 h-5"></i>
<span>Anonymous browsing mode</span>
</li>
</ul>
</div>
<div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-xl rounded-3xl p-8 border border-gray-700/50 hover:border-blue-500/30 transition-all duration-300 group">
<div class="w-20 h-20 rounded-2xl bg-gradient-to-br from-blue-600/20 to-blue-900/20 flex items-center justify-center mb-8 group-hover:from-blue-600/40 group-hover:to-blue-900/40 transition-all">
<i data-feather="cpu" class="text-blue-400 w-10 h-10"></i>
</div>
<h3 class="text-3xl font-bold mb-4">Hyper-Realistic AI</h3>
<p class="text-xl text-gray-300 mb-6">
Our proprietary neural architecture delivers conversations indistinguishable from human interaction.
</p>
<ul class="space-y-3">
<li class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-5 h-5"></i>
<span>Contextual memory retention</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-5 h-5"></i>
<span>Emotional intelligence engine</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-5 h-5"></i>
<span>Real-time personality adaptation</span>
</li>
</ul>
</div>
<div class="bg-gradient-to-br from-gray-800/50 to-gray-900/50 backdrop-blur-xl rounded-3xl p-8 border border-gray-700/50 hover:border-green-500/30 transition-all duration-300 group">
<div class="w-20 h-20 rounded-2xl bg-gradient-to-br from-green-600/20 to-green-900/20 flex items-center justify-center mb-8 group-hover:from-green-600/40 group-hover:to-green-900/40 transition-all">
<i data-feather="globe" class="text-green-400 w-10 h-10"></i>
</div>
<h3 class="text-3xl font-bold mb-4">Unlimited Access</h3>
<p class="text-xl text-gray-300 mb-6">
Premium subscription grants unlimited conversations with our entire character library.
</p>
<ul class="space-y-3">
<li class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-5 h-5"></i>
<span>20M+ premium characters</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-5 h-5"></i>
<span>Priority character requests</span>
</li>
<li class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-5 h-5"></i>
<span>Exclusive creator content</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Premium CTA -->
<section class="py-28 bg-gradient-to-r from-purple-900/20 via-indigo-900/20 to-purple-900/20 relative overflow-hidden">
<div class="absolute inset-0 opacity-20">
<div class="absolute top-0 left-0 w-full h-full bg-[url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxjaXJjbGUgY3g9IjMwIiBjeT0iMzAiIHI9IjAuNSIgZmlsbD0iI2E3OGJmYSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==')]"></div>
</div>
<div class="container mx-auto px-6 relative z-10">
<div class="max-w-4xl mx-auto text-center">
<div class="inline-flex items-center justify-center px-6 py-3 bg-purple-900/30 backdrop-blur-sm rounded-full border border-purple-500/30 mb-8">
<span class="text-lg font-bold text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-indigo-400">PREMIUM ACCESS</span>
</div>
<h2 class="text-5xl md:text-6xl font-extrabold mb-8 leading-tight">
Transform Your <br>
<span class="bg-clip-text text-transparent bg-gradient-to-r from-purple-400 via-pink-400 to-indigo-400">
AI Experience
</span>
</h2>
<p class="text-2xl text-gray-300 mb-12 max-w-3xl mx-auto">
Join thousands of premium users enjoying unlimited access to the most advanced AI characters ever created.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-6 mb-16">
<a href="#" class="relative group bg-gradient-to-r from-purple-600 to-indigo-600 hover:from-purple-700 hover:to-indigo-700 text-white px-12 py-6 rounded-2xl text-xl font-bold transition-all shadow-2xl shadow-purple-500/30 transform hover:-translate-y-1 hover:shadow-purple-500/50">
<span class="relative z-10">Start Premium Trial</span>
<div class="absolute inset-0 bg-gradient-to-r from-purple-600 to-indigo-600 rounded-2xl blur-lg opacity-0 group-hover:opacity-50 transition-opacity"></div>
</a>
<a href="#" class="relative group bg-gray-800/50 backdrop-blur-sm hover:bg-gray-700/50 text-white px-12 py-6 rounded-2xl text-xl font-bold transition-all border border-gray-700 hover:border-purple-500/50 transform hover:-translate-y-1">
<span class="relative z-10 flex items-center">
View Pricing Plans
<i data-feather="arrow-right" class="ml-3 w-6 h-6"></i>
</span>
</a>
</div>
<div class="flex flex-wrap justify-center gap-8 text-gray-400">
<div class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-6 h-6"></i>
<span>7-day free trial</span>
</div>
<div class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-6 h-6"></i>
<span>Cancel anytime</span>
</div>
<div class="flex items-center">
<i data-feather="check-circle" class="text-green-400 mr-3 w-6 h-6"></i>
<span>Premium support</span>
</div>
</div>
</div>
</div>
</section>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="components/character-card.js"></script>
<script src="script.js"></script>
<script>
// Together API key for Hermes 3 405B
const TOGETHER_API_KEY = 'YOUR_TOGETHER_API_KEY_HERE';
</script>
<script>
document.addEventListener('DOMContentLoaded', function() {
feather.replace();
// Add animation classes
const style = document.createElement('style');
style.textContent = `
@keyframes blob {
0% { transform: translate(0px, 0px) scale(1); }
33% { transform: translate(30px, -50px) scale(1.1); }
66% { transform: translate(-20px, 20px) scale(0.9); }
100% { transform: translate(0px, 0px) scale(1); }
}
.animate-blob {
animation: blob 7s infinite;
}
.animation-delay-2000 {
animation-delay: 2s;
}
.animation-delay-4000 {
animation-delay: 4s;
}
`;
document.head.appendChild(style);
});
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>