chan-ai / index.html
Techprotol's picture
I want free website like this - Follow Up Deployment
efdc977 verified
raw
history blame
28.8 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>chan.ai - Free AI UGC Ads Generator</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script src="https://accounts.google.com/gsi/client" async defer></script>
<style>
body {
font-family: 'Poppins', sans-serif;
background-color: #f8fafc;
}
.gradient-bg {
background: linear-gradient(135deg, #6b46c1 0%, #4299e1 100%);
}
.avatar-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);
}
.pulse-animation {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="bg-white shadow-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">use
<div class="flex-shrink-0 flex items-center">
<i class="fas fa-ad text-purple-600 text-2xl mr-2"></i>
<span class="text-xl font-bold text-gray-900">chay.ai</span>
</div>
</div>
<div class="hidden sm:ml-6 sm:flex sm:items-center">
<div id="g_id_onload"
data-client_id="YOUR_GOOGLE_CLIENT_ID"
data-context="signin"
data-ux_mode="popup"
data-callback="handleCredentialResponse"
data-auto_prompt="false">
</div>
<div class="g_id_signin"
data-type="standard"
data-shape="rectangular"
data-theme="outline"
data-text="signin_with"
data-size="large"
data-logo_alignment="left">
</div>
</div>
<div class="-mr-2 flex items-center sm:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-purple-500" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="gradient-bg text-white">
<div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
<span class="text-yellow-300">100% Free</span> AI UGC Ads Generator
</h1>
<p class="mt-6 max-w-lg mx-auto text-xl">
<span class="font-bold">No hidden costs</span> - No trials - No credit card - No watermarks
</p>
<div class="mt-4 grid grid-cols-2 gap-2 max-w-md mx-auto">
<div class="flex items-center">
<i class="fas fa-check-circle text-green-400 mr-2"></i>
<span>Perfect Lip Sync</span>
</div>
<div class="flex items-center">
<i class="fas fa-check-circle text-green-400 mr-2"></i>
<span>10+ Free Minutes Daily</span>
</div>
<div class="flex items-center">
<i class="fas fa-check-circle text-green-400 mr-2"></i>
<span>Realistic AI Avatars</span>
</div>
<div class="flex items-center">
<i class="fas fa-check-circle text-green-400 mr-2"></i>
<span>Instant Downloads</span>
</div>
</div>
<div class="mt-10 flex justify-center">
<div class="rounded-md shadow">
<div id="mobile_g_id_onload"
data-client_id="YOUR_GOOGLE_CLIENT_ID"
data-context="signin"
data-ux_mode="popup"
data-callback="handleCredentialResponse"
data-auto_prompt="false">
</div>
<div class="g_id_signin"
data-type="standard"
data-shape="rectangular"
data-theme="outline"
data-text="continue_with"
data-size="large"
data-logo_alignment="left"
data-width="300">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- How It Works Section -->
<div class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-purple-600 font-semibold tracking-wide uppercase">3 Simple Steps</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
How FreeAI Ads Works
</p>
</div>
<div class="mt-10">
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-3 md:gap-x-8 md:gap-y-10">
<div class="relative">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
<span class="text-xl font-bold">1</span>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Paste Product URL</h3>
<p class="mt-2 text-base text-gray-500">
Simply paste your product link from Amazon, Shopify, or any e-commerce store.
</p>
</div>
</div>
<div class="relative">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
<span class="text-xl font-bold">2</span>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">AI Generates Content</h3>
<p class="mt-2 text-base text-gray-500">
Our AI creates engaging scripts, captions, hashtags and selects the perfect avatar.
</p>
</div>
</div>
<div class="relative">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
<span class="text-xl font-bold">3</span>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Download & Share</h3>
<p class="mt-2 text-base text-gray-500">
Get your professional UGC ad instantly with perfect lip sync - no watermarks!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Generator Section -->
<div class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="bg-white shadow-xl rounded-lg overflow-hidden">
<div class="p-6 sm:p-10">
<h2 class="text-2xl font-bold text-gray-900 mb-6">Generate Your Free UGC Ad</h2>
<div id="step1" class="space-y-6">
<div>
<label for="product-url" class="block text-sm font-medium text-gray-700">Product URL</label>
<div class="mt-1 relative rounded-md shadow-sm">
<input type="text" id="product-url" class="focus:ring-purple-500 focus:border-purple-500 block w-full pr-10 sm:text-sm border-gray-300 rounded-md p-3 border" placeholder="https://www.amazon.com/your-product">
<div class="absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none">
<i class="fas fa-link text-gray-400"></i>
</div>
</div>
</div>
<div class="flex justify-end">
<button onclick="analyzeProduct()" class="pulse-animation inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-purple-600 hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500">
Analyze Product <i class="fas fa-arrow-right ml-2"></i>
</button>
</div>
</div>
<div id="step2" class="hidden space-y-6">
<div class="grid grid-cols-1 gap-6 sm:grid-cols-2">
<div>
<h3 class="text-lg font-medium text-gray-900 mb-3">AI-Generated Script</h3>
<div class="bg-gray-50 p-4 rounded-md h-64 overflow-y-auto">
<p id="generated-script" class="text-gray-700">"Hey everyone! I just discovered this amazing [Product Name] and I had to share it with you. It's completely changed my [related activity] experience. The [key feature] is absolutely incredible - it makes [specific benefit] so much easier. I was skeptical at first, but after trying it for [time period], I'm completely hooked! If you're looking for [product category solution], this is definitely worth checking out. Link in bio!"</p>
</div>
<div class="mt-2 flex space-x-2">
<button onclick="regenerateScript()" class="text-sm text-purple-600 hover:text-purple-800">
<i class="fas fa-sync-alt mr-1"></i> Regenerate
</button>
<button onclick="copyToClipboard('generated-script')" class="text-sm text-purple-600 hover:text-purple-800">
<i class="fas fa-copy mr-1"></i> Copy
</button>
</div>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900 mb-3">Captions & Hashtags</h3>
<div class="bg-gray-50 p-4 rounded-md h-64 overflow-y-auto">
<p id="generated-captions" class="text-gray-700">"Game changer alert! 🚀 This [Product Name] has completely upgraded my [related activity] experience. Who else loves discovering amazing products like this? #ProductCategory #MustHave #GameChanger #LifeHack #AmazonFinds #TikTokMadeMeBuyIt #Unboxing #ProductReview #TryItTuesday #ShoppingHaul"</p>
</div>
<div class="mt-2 flex space-x-2">
<button onclick="regenerateCaptions()" class="text-sm text-purple-600 hover:text-purple-800">
<i class="fas fa-sync-alt mr-1"></i> Regenerate
</button>
<button onclick="copyToClipboard('generated-captions')" class="text-sm text-purple-600 hover:text-purple-800">
<i class="fas fa-copy mr-1"></i> Copy
</button>
</div>
</div>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900 mb-3">Premium AI Avatars with Perfect Lip Sync</h3>
<p class="text-sm text-gray-500 mb-3">Our avatars have better lip sync than HeyGen - and they're free!</p>
<div class="grid grid-cols-3 sm:grid-cols-4 md:grid-cols-6 gap-4">
<!-- Avatar Options -->
<div class="avatar-card cursor-pointer transition duration-300 ease-in-out" onclick="selectAvatar(this, 'avatar1')">
<div class="bg-gray-100 rounded-lg overflow-hidden">
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Avatar 1" class="w-full h-auto">
</div>
<p class="text-center mt-2 text-sm font-medium">Sophia</p>
<div class="text-center text-xs text-purple-500">Best for Beauty</div>
</div>
<div class="avatar-card cursor-pointer transition duration-300 ease-in-out" onclick="selectAvatar(this, 'avatar2')">
<div class="bg-gray-100 rounded-lg overflow-hidden">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Avatar 2" class="w-full h-auto">
</div>
<p class="text-center mt-2 text-sm font-medium">James</p>
<div class="text-center text-xs text-purple-500">Best for Tech</div>
</div>
<div class="avatar-card cursor-pointer transition duration-300 ease-in-out" onclick="selectAvatar(this, 'avatar3')">
<div class="bg-gray-100 rounded-lg overflow-hidden">
<img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Avatar 3" class="w-full h-auto">
</div>
<p class="text-center mt-2 text-sm font-medium">Emma</p>
<div class="text-center text-xs text-purple-500">Most Popular</div>
</div>
<div class="avatar-card cursor-pointer transition duration-300 ease-in-out" onclick="selectAvatar(this, 'avatar4')">
<div class="bg-gray-100 rounded-lg overflow-hidden">
<img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Avatar 4" class="w-full h-auto">
</div>
<p class="text-center mt-2 text-sm font-medium">Michael</p>
<div class="text-center text-xs text-purple-500">Best for Fitness</div>
</div>
<div class="avatar-card cursor-pointer transition duration-300 ease-in-out" onclick="selectAvatar(this, 'avatar5')">
<div class="bg-gray-100 rounded-lg overflow-hidden">
<img src="https://randomuser.me/api/portraits/women/90.jpg" alt="Avatar 5" class="w-full h-auto">
</div>
<p class="text-center mt-2 text-sm font-medium">Olivia</p>
<div class="text-center text-xs text-purple-500">Best for Fashion</div>
</div>
<div class="avatar-card cursor-pointer transition duration-300 ease-in-out" onclick="selectAvatar(this, 'avatar6')">
<div class="bg-gray-100 rounded-lg overflow-hidden">
<img src="https://randomuser.me/api/portraits/men/95.jpg" alt="Avatar 6" class="w-full h-auto">
</div>
<p class="text-center mt-2 text-sm font-medium">David</p>
<div class="text-center text-xs text-purple-500">Best for Business</div>
</div>
</div>
</div>
<div class="flex justify-between">
<button onclick="backToStep1()" class="inline-flex items-center px-4 py-2 border border-gray-300 shadow-sm text-base font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500">
<i class="fas fa-arrow-left mr-2"></i> Back
</button>
<button onclick="generateVideo()" class="pulse-animation inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-purple-600 hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500">
Generate Video <i class="fas fa-video ml-2"></i>
</button>
</div>
</div>
<div id="step3" class="hidden space-y-6">
<div class="text-center py-8">
<div class="mx-auto flex items-center justify-center h-12 w-12 rounded-full bg-green-100">
<i class="fas fa-check text-green-600 text-xl"></i>
</div>
<h3 class="mt-3 text-lg font-medium text-gray-900">Your UGC Ad is Ready!</h3>
<p class="mt-2 text-sm text-gray-500">Download your high-quality video with perfect lip sync.</p>
<div class="mt-6 flex justify-center">
<video id="generated-video" controls class="w-full max-w-lg rounded-lg shadow-lg border border-gray-200">
<source src="#" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="mt-6 flex justify-center space-x-4">
<button onclick="downloadVideo()" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-purple-600 hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500">
<i class="fas fa-download mr-2"></i> Download
</button>
<button onclick="generateAnother()" class="inline-flex items-center px-6 py-3 border border-gray-300 shadow-sm text-base font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500">
<i class="fas fa-redo mr-2"></i> Create Another
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-purple-600 font-semibold tracking-wide uppercase">Why Choose Us</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Everything You Need - For Free
</p>
</div>
<div class="mt-10">
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
<div class="relative">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
<i class="fas fa-infinity text-xl"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Truly Unlimited</h3>
<p class="mt-2 text-base text-gray-500">
No daily limits - generate as much content as you need with no restrictions.
</p>
</div>
</div>
<div class="relative">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
<i class="fas fa-credit-card text-xl"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">No Credit Card Needed</h3>
<p class="mt-2 text-base text-gray-500">
100% free forever. We'll never ask for your payment information.
</p>
</div>
</div>
<div class="relative">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
<i class="fas fa-lips text-xl"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Perfect Lip Sync</h3>
<p class="mt-2 text-base text-gray-500">
Our AI avatars speak with flawless lip synchronization that beats paid alternatives.
</p>
</div>
</div>
<div class="relative">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
<i class="fas fa-users text-xl"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Diverse AI Avatars</h3>
<p class="mt-2 text-base text-gray-500">
Choose from multiple realistic human avatars - male, female, and various ethnicities.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Free Minutes Section -->
<div class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<div class="inline-flex items-center px-6 py-4 rounded-full bg-purple-100">
<i class="fas fa-bolt text-purple-600 text-2xl mr-3"></i>
<span class="text-xl font-bold text-gray-900">Completely Free Forever</span>
</div>
<p class="mt-6 max-w-2xl mx-auto text-lg text-gray-600">
No paywalls, no premium tiers - everything is 100% free with no usage limits.
</p>
</div>
</div>
<!-- Testimonials -->
<div class="gradient-bg text-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-yellow-300 font-semibold tracking-wide uppercase">Success Stories</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight sm:text-4xl">
What Our Users Say
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
<div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-filter backdrop-blur-sm">
<div class="flex items-center">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah J.">
<div class="ml-4">
<h4 class="text-lg font-medium">Sarah J.</h4>
<div class="flex text-yellow-300">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="mt-4 text-sm">"I was spending hours creating UGC ads manually. FreeAI Ads cut my work time by 90% and the results are even better than what I was making before!"</p>
</div>
<div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-filter backdrop-blur-sm">
<div class="flex items-center">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/men/64.jpg" alt="Mike T.">
<div class="ml-4">
<h4 class="text-lg font-medium">Mike T.</h4>
<div class="flex text-yellow-300">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<p class="mt-4 text-sm">"The lip sync is incredible - better than paid tools I've used. I can't believe this is free. My TikTok conversions have doubled since I started using these ads."</p>
</div>
<div class="bg-white bg-opacity-10 p-6 rounded-lg backdrop-filter backdrop-blur-sm">
<div class="flex items-center">
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/82.jpg" alt="Priya K.">
<div class="ml-4">
<h4 class="text-lg font-medium">Priya K.</h4>
<div class="flex text-yellow-300">
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Techprotol/chan-ai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>