| | <!DOCTYPE html> |
| | <html lang="en"> |
| | <head> |
| | <meta charset="UTF-8"> |
| | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | <title>Features - MeggDev Studio</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://unpkg.com/feather-icons"></script> |
| | <style> |
| | .gradient-text { |
| | background-clip: text; |
| | -webkit-background-clip: text; |
| | color: transparent; |
| | background-image: linear-gradient(90deg, #8b5cf6, #ec4899); |
| | } |
| | .feature-icon { |
| | transition: all 0.3s ease; |
| | } |
| | .feature-card:hover .feature-icon { |
| | transform: rotate(10deg) scale(1.1); |
| | } |
| | </style> |
| | </head> |
| | <body class="bg-gray-900 text-gray-100"> |
| | |
| | <nav class="bg-gray-900 bg-opacity-90 backdrop-filter backdrop-blur-lg border-b border-gray-800 sticky top-0 z-50"> |
| | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| | <div class="flex items-center justify-between h-16"> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0"> |
| | <a href="index.html" class="text-2xl font-bold gradient-text">MeggDev</a> |
| | </div> |
| | <div class="hidden md:block ml-10"> |
| | <div class="flex items-baseline space-x-4"> |
| | <a href="index.html" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Home</a> |
| | <a href="features.html" class="px-3 py-2 rounded-md text-sm font-medium text-white bg-purple-600">Features</a> |
| | <a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Projects</a> |
| | <a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Pricing</a> |
| | <a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Contact</a> |
| | </div> |
| | </div> |
| | </div> |
| | <div class="hidden md:block"> |
| | <a href="#" class="px-4 py-2 rounded-md text-sm font-medium text-white bg-gradient-to-r from-purple-500 to-pink-500 hover:from-purple-600 hover:to-pink-600"> |
| | Get Started |
| | </a> |
| | </div> |
| | <div class="-mr-2 flex md:hidden"> |
| | <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none"> |
| | <span class="sr-only">Open main menu</span> |
| | <i data-feather="menu"></i> |
| | </button> |
| | </div> |
| | </div> |
| | </div> |
| | </nav> |
| |
|
| | |
| | <div class="relative bg-gradient-to-br from-purple-900 to-gray-900 overflow-hidden"> |
| | <div class="max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8 relative z-10"> |
| | <div class="text-center"> |
| | <h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl"> |
| | Powerful Features for <span class="gradient-text">Next-Level Development</span> |
| | </h1> |
| | <p class="mt-6 text-xl max-w-3xl mx-auto text-purple-100"> |
| | Our AI-powered development studio comes packed with everything you need to build incredible applications across all platforms. |
| | </p> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | |
| | <div class="py-16 bg-gray-900"> |
| | <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-400 font-semibold tracking-wide uppercase">Development</h2> |
| | <p class="mt-2 text-3xl font-extrabold text-white sm:text-4xl"> |
| | Everything You Need in One Place |
| | </p> |
| | <p class="mt-4 max-w-2xl text-xl text-gray-300 lg:mx-auto"> |
| | From simple websites to complex operating systems - we've got you covered. |
| | </p> |
| | </div> |
| |
|
| | <div class="mt-20"> |
| | <div class="space-y-16"> |
| | |
| | <div class="feature-card"> |
| | <div class="md:flex"> |
| | <div class="md:flex-shrink-0"> |
| | <div class="flex items-center justify-center h-16 w-16 rounded-md bg-purple-500 text-white feature-icon"> |
| | <i data-feather="layers" class="h-8 w-8"></i> |
| | </div> |
| | </div> |
| | <div class="mt-4 md:mt-0 md:ml-6"> |
| | <h3 class="text-xl font-medium text-white">Multi-Platform Support</h3> |
| | <div class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4"> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-purple-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Windows</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-purple-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">macOS</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-purple-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Linux</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-purple-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">iOS</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-purple-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Android</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-purple-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">iPadOS</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-purple-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Web</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-purple-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Console</div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | |
| | <div class="feature-card"> |
| | <div class="md:flex"> |
| | <div class="md:flex-shrink-0"> |
| | <div class="flex items-center justify-center h-16 w-16 rounded-md bg-pink-500 text-white feature-icon"> |
| | <i data-feather="cpu" class="h-8 w-8"></i> |
| | </div> |
| | </div> |
| | <div class="mt-4 md:mt-0 md:ml-6"> |
| | <h3 class="text-xl font-medium text-white">Software Development</h3> |
| | <div class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4"> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-pink-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Editing Software</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-pink-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">3D Modeling</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-pink-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Music Apps</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-pink-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Digital Stores</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-pink-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Productivity Tools</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-pink-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Operating Systems</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-pink-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Database Systems</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-pink-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Networking Tools</div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | |
| | <div class="feature-card"> |
| | <div class="md:flex"> |
| | <div class="md:flex-shrink-0"> |
| | <div class="flex items-center justify-center h-16 w-16 rounded-md bg-blue-500 text-white feature-icon"> |
| | <i data-feather="gamepad" class="h-8 w-8"></i> |
| | </div> |
| | </div> |
| | <div class="mt-4 md:mt-0 md:ml-6"> |
| | <h3 class="text-xl font-medium text-white">Game Development</h3> |
| | <div class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4"> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-blue-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Indie Games</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-blue-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">AAA Titles</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-blue-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">2D Games</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-blue-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">3D Games</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-blue-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">VR/AR Games</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-blue-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Mobile Games</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-blue-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Classic Remakes</div> |
| | </div> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-5 w-5 text-blue-400"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2 text-sm text-gray-300">Online Multiplayer</div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | |
| | <div class="feature-card"> |
| | <div class="md:flex"> |
| | <div class="md:flex-shrink-0"> |
| | <div class="flex items-center justify-center h-16 w-16 rounded-md bg-green-500 text-white feature-icon"> |
| | <i data-feather="zap" class="h-8 w-8"></i> |
| | </div> |
| | </div> |
| | <div class="mt-4 md:mt-0 md:ml-6"> |
| | <h3 class="text-xl font-medium text-white">Advanced AI Capabilities</h3> |
| | <div class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3"> |
| | <div class="flex items-start"> |
| | <div class="flex-shrink-0 h-5 w-5 text-green-400 mt-1"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2"> |
| | <p class="text-sm font-medium text-gray-300">Claude 4.1 Opus AI</p> |
| | <p class="text-xs text-gray-400">State-of-the-art AI with 99.99% accurate code generation</p> |
| | </div> |
| | </div> |
| | <div class="flex items-start"> |
| | <div class="flex-shrink-0 h-5 w-5 text-green-400 mt-1"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2"> |
| | <p class="text-sm font-medium text-gray-300">Figma to Code</p> |
| | <p class="text-xs text-gray-400">Convert design mockups to production-ready code instantly</p> |
| | </div> |
| | </div> |
| | <div class="flex items-start"> |
| | <div class="flex-shrink-0 h-5 w-5 text-green-400 mt-1"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2"> |
| | <p class="text-sm font-medium text-gray-300">Auto Debugging</p> |
| | <p class="text-xs text-gray-400">AI detects and fixes bugs in your code automatically</p> |
| | </div> |
| | </div> |
| | <div class="flex items-start"> |
| | <div class="flex-shrink-0 h-5 w-5 text-green-400 mt-1"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2"> |
| | <p class="text-sm font-medium text-gray-300">Database Design</p> |
| | <p class="text-xs text-gray-400">AI generates optimized database schemas based on requirements</p> |
| | </div> |
| | </div> |
| | <div class="flex items-start"> |
| | <div class="flex-shrink-0 h-5 w-5 text-green-400 mt-1"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2"> |
| | <p class="text-sm font-medium text-gray-300">API Generation</p> |
| | <p class="text-xs text-gray-400">Automatically creates RESTful APIs with documentation</p> |
| | </div> |
| | </div> |
| | <div class="flex items-start"> |
| | <div class="flex-shrink-0 h-5 w-5 text-green-400 mt-1"> |
| | <i data-feather="check-circle"></i> |
| | </div> |
| | <div class="ml-2"> |
| | <p class="text-sm font-medium text-gray-300">Natural Language Processing</p> |
| | <p class="text-xs text-gray-400">Describe what you want in plain English and get working code</p> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | |
| | <div class="feature-card"> |
| | <div class="md:flex"> |
| | <div class="md:flex-shrink-0"> |
| | <div class="flex items-center justify-center h-16 w-16 rounded-md bg-yellow-500 text-white feature-icon"> |
| | <i data-feather="cloud" class="h-8 w-8"></i> |
| | </div> |
| | </div> |
| | <div class="mt-4 md:mt-0 md:ml-6"> |
| | <h3 class="text-xl font-medium text-white">Flexible Work Modes</h3> |
| | <div class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2"> |
| | <div class="bg-gray-800 p-6 rounded-lg"> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-10 w-10 rounded-full bg-purple-500 flex items-center justify-center"> |
| | <i data-feather="monitor" class="h-5 w-5 text-white"></i> |
| | </div> |
| | <div class="ml-4"> |
| | <h4 class="text-lg font-medium text-white">Online Cloud Studio</h4> |
| | <p class="mt-1 text-sm text-gray-300">Work from any device at www.MeggDev.new with full capabilities</p> |
| | </div> |
| | </div> |
| | </div> |
| | <div class="bg-gray-800 p-6 rounded-lg"> |
| | <div class="flex items-center"> |
| | <div class="flex-shrink-0 h-10 w-10 rounded-full bg-blue-500 flex items-center justify-center"> |
| | <i data-feather="hard-drive" class="h-5 w-5 text-white"></i> |
| | </div> |
| | <div class="ml-4"> |
| | <h4 class="text-lg font-medium text-white">Offline Desktop App</h4> |
| | <p class="mt-1 text-sm text-gray-300">Download and work offline on Windows or Linux with full features</p> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | |
| | <div class="bg-gradient-to-r from-purple-600 to-pink-600"> |
| | <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8"> |
| | <div class="text-center"> |
| | <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl"> |
| | <span class="block">Ready to experience the future of development?</span> |
| | </h2> |
| | <p class="mt-4 text-lg leading-6 text-purple-100"> |
| | Join thousands of developers building incredible projects with MeggDev Studio. |
| | </p> |
| | <div class="mt-8 flex justify-center"> |
| | <div class="inline-flex rounded-md shadow"> |
| | <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-purple-600 bg-white hover:bg-gray-50"> |
| | Get Started for Free |
| | </a> |
| | </div> |
| | <div class="ml-3 inline-flex"> |
| | <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-700 bg-opacity-60 hover:bg-opacity-70"> |
| | Contact Sales |
| | </a> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | |
| | <footer class="bg-gray-900"> |
| | <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8"> |
| | <div class="grid grid-cols-2 gap-8 md:grid-cols-4"> |
| | <div> |
| | <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Products</h3> |
| | <div class="mt-4 space-y-4"> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Web Apps</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Mobile Apps</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Games</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Software</a> |
| | </div> |
| | </div> |
| | <div> |
| | <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3> |
| | <div class="mt-4 space-y-4"> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Documentation</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">API Reference</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Tutorials</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Community</a> |
| | </div> |
| | </div> |
| | <div> |
| | <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3> |
| | <div class="mt-4 space-y-4"> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">About</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Blog</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Careers</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Press</a> |
| | </div> |
| | </div> |
| | <div> |
| | <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Connect</h3> |
| | <div class="mt-4 space-y-4"> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Twitter</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">GitHub</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Discord</a> |
| | <a href="#" class="text-base text-gray-300 hover:text-white">Email</a> |
| | </div> |
| | </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 MeggDev Studio. All rights reserved. |
| | </p> |
| | <div class="mt-4 md:mt-0 flex space-x-6"> |
| | <a href="#" class="text-gray-400 hover:text-white"> |
| | <i data-feather="twitter"></i> |
| | </a> |
| | <a href="#" class="text-gray-400 hover:text-white"> |
| | <i data-feather="github"></i> |
| | </a> |
| | <a href="#" class="text-gray-400 hover:text-white"> |
| | <i data-feather="linkedin"></i> |
| | </a> |
| | <a href="#" class="text-gray-400 hover:text-white"> |
| | <i data-feather="youtube"></i> |
| | </a> |
| | </div> |
| | </div> |
| | </div> |
| | </footer> |
| |
|
| | <script> |
| | feather.replace(); |
| | |
| | |
| | document.addEventListener('DOMContentLoaded', function() { |
| | const observer = new IntersectionObserver((entries) => { |
| | entries.forEach(entry => { |
| | if (entry.isIntersecting) { |
| | entry.target.classList.add('animate-fadeInUp'); |
| | } |
| | }); |
| | }, { |
| | threshold: 0.1 |
| | }); |
| | |
| | document.querySelectorAll('.feature-card').forEach(card => { |
| | observer.observe(card); |
| | }); |
| | }); |
| | </script> |
| | </body> |
| | </html> |
| |
|