File size: 7,231 Bytes
d6c8af7 a1d6c90 d6c8af7 a1d6c90 d6c8af7 a1d6c90 d6c8af7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Forge | Build AI Without Code</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://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>
</head>
<body class="bg-gray-50">
<custom-navbar></custom-navbar>
<main id="vanta-bg" class="min-h-screen">
<!-- Hero Section -->
<section class="container mx-auto px-6 py-24 text-center">
<h1 class="text-5xl font-bold text-white mb-6">Build Custom AI <span class="text-indigo-300">Without Writing Code</span></h1>
<p class="text-xl text-gray-200 mb-12 max-w-3xl mx-auto">Generate text, images, and predictive models for marketing, healthcare, and e-commerce with our drag-and-drop studio.</p>
<div class="flex justify-center gap-4">
<a href="/signup.html" class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-4 rounded-lg font-medium text-lg transition-all">Start Free Trial</a>
<a href="/demo.html" class="bg-white hover:bg-gray-100 text-indigo-600 px-8 py-4 rounded-lg font-medium text-lg transition-all">Live Demo</a>
<a href="/automation-generator.html" class="bg-indigo-500 hover:bg-indigo-600 text-white px-8 py-4 rounded-lg font-medium text-lg transition-all">Automation Generator</a>
</div>
</section>
<!-- Features Grid -->
<section class="bg-white py-20">
<div class="container mx-auto px-6">
<h2 class="text-4xl font-bold text-center mb-16">Enterprise-Grade AI Made Simple</h2>
<div class="grid md:grid-cols-3 gap-12">
<div class="bg-gray-50 p-8 rounded-xl hover:shadow-lg transition-all">
<i data-feather="layers" class="w-12 h-12 text-indigo-600 mb-6"></i>
<h3 class="text-2xl font-bold mb-4">Modular Templates</h3>
<p class="text-gray-600">Pre-built AI blocks for common use cases across industries. Drag, drop, customize.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl hover:shadow-lg transition-all">
<i data-feather="cloud" class="w-12 h-12 text-indigo-600 mb-6"></i>
<h3 class="text-2xl font-bold mb-4">Scalable Infrastructure</h3>
<p class="text-gray-600">Auto-scaling on AWS/GCP with enterprise SLAs. Handles 220% demand spikes.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl hover:shadow-lg transition-all">
<i data-feather="shield" class="w-12 h-12 text-indigo-600 mb-6"></i>
<h3 class="text-2xl font-bold mb-4">Compliance Ready</h3>
<p class="text-gray-600">GDPR, HIPAA compliant pipelines with built-in data anonymization.</p>
</div>
</div>
</div>
</section>
<!-- Industry Solutions -->
<section class="py-20 bg-indigo-50">
<div class="container mx-auto px-6">
<h2 class="text-4xl font-bold text-center mb-16">Tailored for Your Industry</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-lg shadow-md">
<img src="http://static.photos/retail/640x360/1" alt="E-commerce" class="w-full h-48 object-cover rounded-t-lg">
<div class="p-6">
<h3 class="text-xl font-bold mb-3">E-Commerce</h3>
<ul class="space-y-2">
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-500"></i> Product description generator</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-500"></i> Churn prediction models</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-500"></i> Visual search integration</li>
</ul>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<img src="http://static.photos/medical/640x360/2" alt="Healthcare" class="w-full h-48 object-cover rounded-t-lg">
<div class="p-6">
<h3 class="text-xl font-bold mb-3">Healthcare</h3>
<ul class="space-y-2">
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-500"></i> Patient readmission predictor</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-500"></i> HIPAA-compliant chatbots</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-500"></i> Medical imaging analysis</li>
</ul>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<img src="http://static.photos/marketing/640x360/3" alt="Marketing" class="w-full h-48 object-cover rounded-t-lg">
<div class="p-6">
<h3 class="text-xl font-bold mb-3">Marketing</h3>
<ul class="space-y-2">
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-500"></i> Personalized ad copy generator</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-500"></i> Campaign performance predictor</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-500"></i> Brand-consistent image creator</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
VANTA.GLOBE({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x5b6bff,
backgroundColor: 0x111827
});
</script>
<script src="https://deepsite.hf.co/deepsite-badge.js"></script>
</body>
</html> |