| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>PyHub.ai - Mission Control for Autonomous AI Agents</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| <style> |
| @keyframes float { |
| 0% { transform: translateY(0px); } |
| 50% { transform: translateY(-20px); } |
| 100% { transform: translateY(0px); } |
| } |
| .floating { |
| animation: float 6s ease-in-out infinite; |
| } |
| .gradient-text { |
| background: linear-gradient(90deg, #3b82f6, #8b5cf6); |
| -webkit-background-clip: text; |
| background-clip: text; |
| color: transparent; |
| } |
| .glow { |
| box-shadow: 0 0 20px rgba(59, 130, 246, 0.5); |
| } |
| .agent-card:hover { |
| transform: translateY(-5px); |
| transition: all 0.3s ease; |
| } |
| .dashboard-preview { |
| perspective: 1000px; |
| } |
| .dashboard-inner { |
| transform: rotateX(10deg); |
| box-shadow: 0 50px 80px -20px rgba(59, 130, 246, 0.3); |
| } |
| </style> |
| </head> |
| <body class="bg-gray-50 font-sans antialiased"> |
| |
| <nav class="bg-white shadow-sm fixed w-full z-10"> |
| <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"> |
| <div class="flex-shrink-0 flex items-center"> |
| <div class="w-10 h-10 rounded-full bg-indigo-600 flex items-center justify-center text-white font-bold text-xl">P</div> |
| <span class="ml-2 text-xl font-bold text-gray-900">PyHub<span class="text-indigo-600">.ai</span></span> |
| </div> |
| <div class="hidden sm:ml-6 sm:flex sm:space-x-8"> |
| <a href="#features" class="border-indigo-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Features</a> |
| <a href="#how-it-works" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">How It Works</a> |
| <a href="#pricing" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Pricing</a> |
| <a href="#testimonials" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Testimonials</a> |
| </div> |
| </div> |
| <div class="hidden sm:ml-6 sm:flex sm:items-center"> |
| <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-150 ease-in-out">Get Started</button> |
| </div> |
| <div class="-mr-2 flex items-center sm:hidden"> |
| <button id="mobile-menu-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-indigo-500"> |
| <span class="sr-only">Open main menu</span> |
| <i class="fas fa-bars"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| <div id="mobile-menu" class="hidden sm:hidden bg-white border-t border-gray-200"> |
| <div class="pt-2 pb-3 space-y-1"> |
| <a href="#features" class="bg-indigo-50 border-indigo-500 text-indigo-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Features</a> |
| <a href="#how-it-works" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">How It Works</a> |
| <a href="#pricing" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Pricing</a> |
| <a href="#testimonials" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Testimonials</a> |
| <div class="mt-4 pl-3 pr-4"> |
| <button class="w-full bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-base font-medium transition duration-150 ease-in-out">Get Started</button> |
| </div> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <div class="pt-24 pb-12 sm:pt-32 sm:pb-20 px-4 sm:px-6 lg:px-8 bg-gradient-to-b from-white to-gray-50"> |
| <div class="max-w-7xl mx-auto"> |
| <div class="lg:grid lg:grid-cols-12 lg:gap-8"> |
| <div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left"> |
| <h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl"> |
| <span class="block">Mission Control for</span> |
| <span class="block gradient-text">Autonomous AI Agents</span> |
| </h1> |
| <p class="mt-3 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0"> |
| Orchestrate, monitor, and manage your AI agents at scale with PyHub.ai - the air traffic control system for your AI ecosystem. |
| </p> |
| <div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0"> |
| <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> |
| <button class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 shadow-sm transition duration-150 ease-in-out"> |
| Start Free Trial |
| </button> |
| <button class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200 transition duration-150 ease-in-out"> |
| See Demo |
| </button> |
| </div> |
| <p class="mt-3 text-xs text-gray-500"> |
| No credit card required. 14-day free trial. |
| </p> |
| </div> |
| </div> |
| <div class="mt-12 relative sm:max-w-lg sm:mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-span-6 lg:flex lg:items-center"> |
| <div class="relative mx-auto w-full rounded-lg shadow-lg lg:max-w-md"> |
| <div class="dashboard-preview"> |
| <div class="dashboard-inner bg-white p-4 rounded-lg overflow-hidden"> |
| <div class="flex items-center mb-4"> |
| <div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div> |
| <div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div> |
| <div class="w-3 h-3 rounded-full bg-green-500"></div> |
| </div> |
| <div class="grid grid-cols-3 gap-2 mb-4"> |
| <div class="bg-indigo-50 rounded p-2"> |
| <div class="text-xs text-indigo-600">Active Agents</div> |
| <div class="text-xl font-bold">42</div> |
| </div> |
| <div class="bg-indigo-50 rounded p-2"> |
| <div class="text-xs text-indigo-600">Tasks Completed</div> |
| <div class="text-xl font-bold">1,284</div> |
| </div> |
| <div class="bg-indigo-50 rounded p-2"> |
| <div class="text-xs text-indigo-600">System Health</div> |
| <div class="text-xl font-bold text-green-600">98%</div> |
| </div> |
| </div> |
| <div class="relative h-64 bg-gray-100 rounded overflow-hidden"> |
| <div class="absolute inset-0 flex items-center justify-center"> |
| <div class="w-24 h-24 rounded-full bg-indigo-100 flex items-center justify-center"> |
| <i class="fas fa-robot text-indigo-500 text-4xl"></i> |
| </div> |
| </div> |
| <div class="absolute bottom-0 left-0 right-0 h-12 bg-gradient-to-t from-white to-transparent"></div> |
| </div> |
| <div class="mt-4 grid grid-cols-4 gap-2"> |
| <div class="bg-gray-100 rounded h-2"></div> |
| <div class="bg-indigo-500 rounded h-2"></div> |
| <div class="bg-gray-100 rounded h-2"></div> |
| <div class="bg-gray-100 rounded h-2"></div> |
| </div> |
| </div> |
| </div> |
| <div class="absolute -top-8 -left-8 w-32 h-32 bg-indigo-100 rounded-full opacity-50"></div> |
| <div class="absolute -bottom-8 -right-8 w-32 h-32 bg-purple-100 rounded-full opacity-50"></div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div id="features" class="py-16 bg-gray-50 overflow-hidden"> |
| <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-indigo-600 font-semibold tracking-wide uppercase">Features</h2> |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
| The control layer for agentic AI |
| </p> |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> |
| Designed for developers, ops teams, and forward-thinking enterprises |
| </p> |
| </div> |
|
|
| <div class="mt-20"> |
| <div class="grid grid-cols-1 gap-12 md:grid-cols-2 lg:grid-cols-3"> |
| |
| <div class="agent-card bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition duration-300"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> |
| <i class="fas fa-eye text-xl"></i> |
| </div> |
| <div class="mt-5"> |
| <h3 class="text-lg font-medium text-gray-900">Real-time Monitoring</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Track agent behavior, task progress, and system health with comprehensive dashboards and alerts. |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="agent-card bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition duration-300"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white"> |
| <i class="fas fa-project-diagram text-xl"></i> |
| </div> |
| <div class="mt-5"> |
| <h3 class="text-lg font-medium text-gray-900">Workflow Coordination</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Design and manage complex workflows across multiple agents with visual orchestration tools. |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="agent-card bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition duration-300"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> |
| <i class="fas fa-shield-alt text-xl"></i> |
| </div> |
| <div class="mt-5"> |
| <h3 class="text-lg font-medium text-gray-900">Governance & Control</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Set rules, priorities, and communication protocols to keep agents aligned with business goals. |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="agent-card bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition duration-300"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white"> |
| <i class="fas fa-chart-line text-xl"></i> |
| </div> |
| <div class="mt-5"> |
| <h3 class="text-lg font-medium text-gray-900">Performance Analytics</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Audit decisions, debug performance issues, and optimize agent behavior over time. |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="agent-card bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition duration-300"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-red-500 text-white"> |
| <i class="fas fa-exchange-alt text-xl"></i> |
| </div> |
| <div class="mt-5"> |
| <h3 class="text-lg font-medium text-gray-900">Inter-agent Communication</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Enable seamless communication between agents with standardized protocols and message routing. |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="agent-card bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition duration-300"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-yellow-500 text-white"> |
| <i class="fas fa-history text-xl"></i> |
| </div> |
| <div class="mt-5"> |
| <h3 class="text-lg font-medium text-gray-900">Full Audit Trail</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Maintain complete records of agent decisions, actions, and outcomes for compliance and analysis. |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div id="how-it-works" 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-indigo-600 font-semibold tracking-wide uppercase">How It Works</h2> |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
| Simple integration, powerful results |
| </p> |
| </div> |
|
|
| <div class="mt-16"> |
| <div class="lg:grid lg:grid-cols-12 lg:gap-8"> |
| <div class="lg:col-span-6"> |
| <div class="relative"> |
| <div class="relative overflow-hidden rounded-lg shadow-lg"> |
| <img class="w-full" src="https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80" alt="App screenshot"> |
| <div class="absolute inset-0 bg-indigo-600 opacity-20"></div> |
| </div> |
| <div class="absolute -bottom-8 -right-8 w-32 h-32 bg-indigo-100 rounded-full opacity-50"></div> |
| </div> |
| </div> |
|
|
| <div class="mt-10 lg:mt-0 lg:col-span-6"> |
| <div class="space-y-10"> |
| |
| <div class="flex"> |
| <div class="flex-shrink-0"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> |
| <span class="text-lg font-bold">1</span> |
| </div> |
| </div> |
| <div class="ml-4"> |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Connect Your Agents</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Integrate your AI agents with PyHub using our simple API or SDKs for Python, JavaScript, and more. |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="flex"> |
| <div class="flex-shrink-0"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> |
| <span class="text-lg font-bold">2</span> |
| </div> |
| </div> |
| <div class="ml-4"> |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Define Workflows</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Create agent workflows using our visual editor or code-based configuration to coordinate complex tasks. |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="flex"> |
| <div class="flex-shrink-0"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> |
| <span class="text-lg font-bold">3</span> |
| </div> |
| </div> |
| <div class="ml-4"> |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Monitor & Optimize</h3> |
| <p class="mt-2 text-base text-gray-500"> |
| Gain real-time visibility into agent activities, identify bottlenecks, and continuously improve performance. |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="relative bg-indigo-800"> |
| <div class="absolute inset-0"> |
| <img class="w-full h-full object-cover" src="https://images.unsplash.com/photo-1525130413817-d45c1d127c42?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1920&q=60&&sat=-100" alt=""> |
| <div class="absolute inset-0 bg-indigo-800 mix-blend-multiply" aria-hidden="true"></div> |
| </div> |
| <div class="relative max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8"> |
| <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl"> |
| <span class="block">Your AI Ecosystem at a Glance</span> |
| </h2> |
| <p class="mt-6 max-w-3xl text-xl text-indigo-100"> |
| PyHub provides a centralized dashboard to visualize all agent activities, system health metrics, and workflow progress in real-time. |
| </p> |
| <div class="mt-10"> |
| <button class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-white hover:bg-indigo-50 shadow-sm transition duration-150 ease-in-out"> |
| Explore Dashboard Features |
| </button> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div id="testimonials" class="py-16 bg-gray-50 overflow-hidden"> |
| <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-indigo-600 font-semibold tracking-wide uppercase">Testimonials</h2> |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> |
| Trusted by AI pioneers |
| </p> |
| </div> |
|
|
| <div class="mt-20"> |
| <div class="grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3"> |
| |
| <div class="bg-white p-8 rounded-xl shadow-sm"> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0"> |
| <img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=256&q=80" alt=""> |
| </div> |
| <div class="ml-4"> |
| <h3 class="text-lg font-medium text-gray-900">Sarah Johnson</h3> |
| <p class="text-gray-500">CTO, AI Dynamics</p> |
| </div> |
| </div> |
| <div class="mt-4"> |
| <p class="text-gray-600"> |
| "PyHub has transformed how we manage our AI agents. The visibility and control it provides has reduced our operational overhead by 60% while improving agent coordination." |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-white p-8 rounded-xl shadow-sm"> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0"> |
| <img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1519244703995-f4e0f30006d5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=256&q=80" alt=""> |
| </div> |
| <div class="ml-4"> |
| <h3 class="text-lg font-medium text-gray-900">Michael Chen</h3> |
| <p class="text-gray-500">Head of AI, NextGen Tech</p> |
| </div> |
| </div> |
| <div class="mt-4"> |
| <p class="text-gray-600"> |
| "The workflow coordination features in PyHub allowed us to scale from managing a handful of agents to orchestrating hundreds across multiple projects seamlessly." |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-white p-8 rounded-xl shadow-sm"> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0"> |
| <img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=256&q=80" alt=""> |
| </div> |
| <div class="ml-4"> |
| <h3 class="text-lg font-medium text-gray-900">David Rodriguez</h3> |
| <p class="text-gray-500">AI Architect, Future Systems</p> |
| </div> |
| </div> |
| <div class="mt-4"> |
| <p class="text-gray-600"> |
| "PyHub's audit capabilities have been invaluable for compliance and debugging. We can now trace every decision back through the complete agent interaction chain." |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div id="pricing" class="bg-white py-16"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="sm:flex sm:flex-col sm:align-center"> |
| <h2 class="text-3xl font-extrabold text-gray-900 text-center">Simple, transparent pricing</h2> |
| <p class="mt-5 text-xl text-gray-500 text-center max-w-2xl mx-auto"> |
| Scale your AI operations without complexity. Pay only for what you use. |
| </p> |
| <div class="relative mt-6 bg-gray-100 rounded-lg p-0.5 flex self-center"> |
| <button id="monthly-toggle" class="relative bg-white border-gray-200 shadow-sm py-2 px-6 border rounded-md text-sm font-medium text-gray-900 whitespace-nowrap focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:z-10 sm:w-auto sm:px-8"> |
| Monthly billing |
| </button> |
| <button id="annual-toggle" class="ml-0.5 relative border border-transparent py-2 px-6 rounded-md text-sm font-medium text-gray-700 whitespace-nowrap focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:z-10 sm:w-auto sm:px-8"> |
| Annual billing |
| </button> |
| </div> |
| </div> |
|
|
| <div class="mt-12 space-y-4 sm:mt-16 sm:space-y-0 sm:grid sm:grid-cols-3 sm:gap-6 lg:max-w-4xl lg:mx-auto xl:max-w-none xl:mx-0"> |
| |
| <div class="border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200"> |
| <div class="p-6"> |
| <h2 class="text-lg leading-6 font-medium text-gray-900">Starter</h2> |
| <p class="mt-4 text-sm text-gray-500">Perfect for small projects and experimentation</p> |
| <p class="mt-8"> |
| <span class="text-4xl font-extrabold text-gray-900">$99</span> |
| <span class="text-base font-medium text-gray-500">/mo</span> |
| </p> |
| <button class="mt-8 block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900"> |
| Get started |
| </button> |
| </div> |
| <div class="pt-6 pb-8 px-6"> |
| <h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3> |
| <ul class="mt-6 space-y-4"> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Up to 10 agents</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Basic monitoring</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Simple workflows</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Email support</span> |
| </li> |
| </ul> |
| </div> |
| </div> |
|
|
| |
| <div class="border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200"> |
| <div class="p-6"> |
| <h2 class="text-lg leading-6 font-medium text-gray-900">Pro</h2> |
| <p class="mt-4 text-sm text-gray-500">For growing teams with production workloads</p> |
| <p class="mt-8"> |
| <span class="text-4xl font-extrabold text-gray-900">$499</span> |
| <span class="text-base font-medium text-gray-500">/mo</span> |
| </p> |
| <button class="mt-8 block w-full bg-indigo-600 border border-indigo-600 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-indigo-700"> |
| Get started |
| </button> |
| </div> |
| <div class="pt-6 pb-8 px-6"> |
| <h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3> |
| <ul class="mt-6 space-y-4"> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Up to 100 agents</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Advanced monitoring</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Complex workflows</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Priority support</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Audit logs</span> |
| </li> |
| </ul> |
| </div> |
| </div> |
|
|
| |
| <div class="border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200"> |
| <div class="p-6"> |
| <h2 class="text-lg leading-6 font-medium text-gray-900">Enterprise</h2> |
| <p class="mt-4 text-sm text-gray-500">For large-scale AI operations</p> |
| <p class="mt-8"> |
| <span class="text-4xl font-extrabold text-gray-900">Custom</span> |
| </p> |
| <button class="mt-8 block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900"> |
| Contact sales |
| </button> |
| </div> |
| <div class="pt-6 pb-8 px-6"> |
| <h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3> |
| <ul class="mt-6 space-y-4"> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Unlimited agents</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Enterprise-grade monitoring</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Custom workflows</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">24/7 support</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Advanced security</span> |
| </li> |
| <li class="flex"> |
| <i class="fas fa-check text-green-500 mt-0.5"></i> |
| <span class="ml-3 text-sm text-gray-500">Dedicated account manager</span> |
| </li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-indigo-700"> |
| <div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8"> |
| <h2 class="text-3xl font-extrabold text-white sm:text-4xl"> |
| <span class="block">Ready to take control of your AI agents?</span> |
| </h2> |
| <p class="mt-4 text-lg leading-6 text-indigo-200"> |
| Join hundreds of teams using PyHub to orchestrate their AI ecosystems with confidence. |
| </p> |
| <button class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50 sm:w-auto"> |
| Start your free trial |
| </button> |
| </div> |
| </div> |
|
|
| |
| <footer class="bg-gray-800"> |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> |
| <div class="grid grid-cols-2 md:grid-cols-5 gap-8"> |
| <div class="col-span-2"> |
| <div class="flex items-center"> |
| <div class="w-10 h-10 rounded-full bg-indigo-600 flex items-center justify-center text-white font-bold text-xl">P</div> |
| <span class="ml-2 text-xl font-bold text-white">PyHub<span class="text-indigo-400">.ai</span></span> |
| </div> |
| <p class="mt-4 text-sm text-gray-300"> |
| The mission control platform for autonomous AI agents. Putting humans back in the loop with insight, oversight, and control. |
| </p> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Product</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Features</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Pricing</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">API</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Integrations</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Documentation</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Guides</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Support</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">About</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li> |
| </ul> |
| </div> |
| </div> |
| <div class="mt-12 border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between"> |
| <p class="text-base text-gray-400"> |
| © 2023 PyHub.ai. All rights reserved. |
| </p> |
| <div class="mt-4 md:mt-0 flex space-x-6"> |
| <a href="#" class="text-gray-400 hover:text-gray-300"> |
| <i class="fab fa-twitter"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-gray-300"> |
| <i class="fab fa-github"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-gray-300"> |
| <i class="fab fa-linkedin"></i> |
| </a> |
| </div> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { |
| const menu = document.getElementById('mobile-menu'); |
| if (menu.classList.contains('hidden')) { |
| menu.classList.remove('hidden'); |
| } else { |
| menu.classList.add('hidden'); |
| } |
| }); |
| |
| |
| const monthlyToggle = document.getElementById('monthly-toggle'); |
| const annualToggle = document.getElementById('annual-toggle'); |
| |
| annualToggle.addEventListener('click', function() { |
| annualToggle.classList.remove('text-gray-700'); |
| annualToggle.classList.add('text-gray-900', 'bg-white', 'border-gray-200', 'shadow-sm'); |
| monthlyToggle.classList.remove('text-gray-900', 'bg-white', 'border-gray-200', 'shadow-sm'); |
| monthlyToggle.classList.add('text-gray-700', 'border-transparent'); |
| |
| |
| |
| }); |
| |
| monthlyToggle.addEventListener('click', function() { |
| monthlyToggle.classList.remove('text-gray-700', 'border-transparent'); |
| monthlyToggle.classList.add('text-gray-900', 'bg-white', 'border-gray-200', 'shadow-sm'); |
| annualToggle.classList.remove('text-gray-900', 'bg-white', 'border-gray-200', 'shadow-sm'); |
| annualToggle.classList.add('text-gray-700', 'border-transparent'); |
| |
| |
| }); |
| |
| |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { |
| anchor.addEventListener('click', function (e) { |
| e.preventDefault(); |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ |
| behavior: 'smooth' |
| }); |
| |
| |
| const mobileMenu = document.getElementById('mobile-menu'); |
| if (!mobileMenu.classList.contains('hidden')) { |
| mobileMenu.classList.add('hidden'); |
| } |
| }); |
| }); |
| </script> |
| <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=sooner2w/pyhub-2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| </html> |