Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Features - Emergent.sh</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/animejs/lib/anime.iife.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |
| } | |
| .card-hover { | |
| transition: transform 0.3s ease, box-shadow 0.3s ease; | |
| } | |
| .card-hover: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); | |
| } | |
| </style> | |
| </head> | |
| <body class="min-h-screen bg-gray-50"> | |
| <!-- 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"> | |
| <a href="index.html" class="text-xl font-bold text-purple-600">Emergent.sh</a> | |
| </div> | |
| <div class="flex items-center space-x-4"> | |
| <a href="features.html" class="text-purple-600 font-semibold">Features</a> | |
| <a href="pricing.html" class="text-gray-600 hover:text-purple-600">Pricing</a> | |
| <a href="documentation.html" class="text-gray-600 hover:text-purple-600">Documentation</a> | |
| <a href="signup.html" class="bg-purple-600 text-white px-4 py-2 rounded-md hover:bg-purple-700">Sign Up</a> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="gradient-bg text-white py-20"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6">Powerful Features</h1> | |
| <p class="text-xl mb-8 max-w-3xl mx-auto">Everything you need to build, deploy, and scale your AI applications with confidence</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Grid --> | |
| <section class="py-20"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Feature 1 --> | |
| <div class="bg-white p-8 rounded-lg shadow-md card-hover"> | |
| <div class="w-16 h-16 bg-purple-100 rounded-lg flex items-center justify-center mb-6"> | |
| <i data-feather="cpu" class="text-purple-600 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-4">AI Model Hub</h3> | |
| <p class="text-gray-600 mb-4">Access hundreds of pre-trained models across various domains including NLP, computer vision, and generative AI</p> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Fine-tuning capabilities | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Model versioning | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Performance monitoring | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="bg-white p-8 rounded-lg shadow-md card-hover"> | |
| <div class="w-16 h-16 bg-purple-100 rounded-lg flex items-center justify-center mb-6"> | |
| <i data-feather="code" class="text-purple-600 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-4">SDK & Libraries</h3> | |
| <p class="text-gray-600 mb-4">Comprehensive SDKs for Python, JavaScript, Go, and more with intuitive APIs and extensive documentation</p> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| TypeScript support | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Async/await patterns | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Error handling built-in | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="bg-white p-8 rounded-lg shadow-md card-hover"> | |
| <div class="w-16 h-16 bg-purple-100 rounded-lg flex items-center justify-center mb-6"> | |
| <i data-feather="cloud" class="text-purple-600 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-4">Cloud Deployment</h3> | |
| <p class="text-gray-600 mb-4">One-click deployment with automatic scaling, load balancing, and global CDN distribution</p> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Auto-scaling clusters | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Zero-downtime updates | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Multi-region support | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Feature 4 --> | |
| <div class="bg-white p-8 rounded-lg shadow-md card-hover"> | |
| <div class="w-16 h-16 bg-purple-100 rounded-lg flex items-center justify-center mb-6"> | |
| <i data-feather="shield" class="text-purple-600 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-4">Security & Compliance</h3> | |
| <p class="text-gray-600 mb-4">Enterprise-grade security with SOC 2 compliance, encryption at rest and in transit, and role-based access control</p> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| GDPR compliant | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Audit logs | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Two-factor authentication | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Feature 5 --> | |
| <div class="bg-white p-8 rounded-lg shadow-md card-hover"> | |
| <div class="w-16 h-16 bg-purple-100 rounded-lg flex items-center justify-center mb-6"> | |
| <i data-feather="bar-chart-2" class="text-purple-600 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-4">Analytics & Monitoring</h3> | |
| <p class="text-gray-600 mb-4">Real-time performance monitoring, usage analytics, and cost tracking with customizable dashboards</p> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Real-time metrics | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Custom alerts | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Cost optimization | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Feature 6 --> | |
| <div class="bg-white p-8 rounded-lg shadow-md card-hover"> | |
| <div class="w-16 h-16 bg-purple-100 rounded-lg flex items-center justify-center mb-6"> | |
| <i data-feather="users" class="text-purple-600 w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold mb-4">Team Collaboration</h3> | |
| <p class="text-gray-600 mb-4">Collaborate with your team using shared workspaces, project management tools, and integrated CI/CD pipelines</p> | |
| <ul class="text-gray-600 space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Role-based access | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| Project sharing | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> | |
| GitHub integration | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="bg-gray-100 py-20"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">Ready to Get Started?</h2> | |
| <p class="text-gray-600 mb-8 max-w-2xl mx-auto">Join thousands of developers building the next generation of AI applications</p> | |
| <a href="signup.html" class="bg-purple-600 text-white px-8 py-4 rounded-md font-semibold hover:bg-purple-700">Start Free Trial</a> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">Emergent.sh</h3> | |
| <p class="text-gray-400">Building the future of AI development</p> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold mb-4">Product</h4> | |
| <ul class="space-y-2 text-gray-400"> | |
| <li><a href="features.html" class="hover:text-white">Features</a></li> | |
| <li><a href="pricing.html" class="hover:text-white">Pricing</a></li> | |
| <li><a href="documentation.html" class="hover:text-white">Documentation</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold mb-4">Company</h4> | |
| <ul class="space-y-2 text-gray-400"> | |
| <li><a href="about.html" class="hover:text-white">About</a></li> | |
| <li><a href="blog.html" class="hover:text-white">Blog</a></li> | |
| <li><a href="careers.html" class="hover:text-white">Careers</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold mb-4">Support</h4> | |
| <ul class="space-y-2 text-gray-400"> | |
| <li><a href="help.html" class="hover:text-white">Help Center</a></li> | |
| <li><a href="contact.html" class="hover:text-white">Contact</a></li> | |
| <li><a href="status.html" class="hover:text-white">Status</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400"> | |
| <p>© 2024 Emergent.sh. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| feather.replace(); | |
| // Animate features on scroll | |
| anime({ | |
| targets: '.card-hover', | |
| translateY: [50, 0], | |
| opacity: [0, 1], | |
| delay: anime.stagger(100), | |
| duration: 800, | |
| easing: 'easeOutExpo' | |
| }); | |
| </script> | |
| </body> | |
| </html> |