Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>HSuperTools - 400+ Free SEO & Web AI Tools</title> | |
| <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.net.min.js"></script> | |
| <style> | |
| .tool-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); | |
| } | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #6e8efb 0%, #a777e3 100%); | |
| } | |
| .category-card:hover .category-icon { | |
| transform: scale(1.1); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50 font-sans antialiased"> | |
| <!-- Hero Section with Vanta.js background --> | |
| <div id="vanta-bg" class="gradient-bg text-white pt-20 pb-32"> | |
| <div class="container mx-auto px-4 relative z-10"> | |
| <!-- Navigation --> | |
| <nav class="flex justify-between items-center mb-16"> | |
| <div class="flex items-center"> | |
| <img src="https://hsuper.tools/_next/image/?url=%2Fuploads%2Fhsupertool_logo.png&w=640&q=75" alt="HSuperTools Logo" class="h-12"> | |
| <span class="ml-3 text-xl font-bold">HSuperTools</span> | |
| </div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#content-writing" class="hover:underline">Content</a> | |
| <a href="#image-tools" class="hover:underline">Image</a> | |
| <a href="#text-tools" class="hover:underline">Text</a> | |
| <a href="#seo-tools" class="hover:underline">SEO</a> | |
| <a href="#utility-tools" class="hover:underline">Utility</a> | |
| <a href="/blog/" class="hover:underline">Blog</a> | |
| </div> | |
| <div class="flex items-center space-x-4"> | |
| <button class="p-2 rounded-full bg-white bg-opacity-20"> | |
| <i data-feather="moon"></i> | |
| </button> | |
| <button class="md:hidden p-2 rounded-full bg-white bg-opacity-20"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </nav> | |
| <!-- Hero Content --> | |
| <div class="max-w-3xl mx-auto text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6">400+ AI Online SEO Web Tools</h1> | |
| <p class="text-xl md:text-2xl mb-8 opacity-90">Make your digital life easier with our comprehensive suite of free tools for creators and developers</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="#tools" class="bg-white text-indigo-600 font-bold py-3 px-8 rounded-full hover:bg-opacity-90 transition">Explore Tools</a> | |
| <a href="#categories" class="bg-white bg-opacity-20 text-white font-bold py-3 px-8 rounded-full hover:bg-opacity-30 transition">Browse Categories</a> | |
| </div> | |
| <div class="mt-10 flex justify-center space-x-6 text-sm"> | |
| <div class="flex items-center"> | |
| <i data-feather="user" class="mr-2"></i> | |
| <span>No registration required</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i data-feather="dollar-sign" class="mr-2"></i> | |
| <span>100% free forever</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Stats Section --> | |
| <div class="container mx-auto px-4 -mt-16 relative z-20"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-4"> | |
| <div class="bg-white rounded-xl shadow-lg p-6 text-center"> | |
| <div class="text-3xl font-bold text-indigo-600">1m+</div> | |
| <div class="text-gray-600">Active Users</div> | |
| </div> | |
| <div class="bg-white rounded-xl shadow-lg p-6 text-center"> | |
| <div class="text-3xl font-bold text-indigo-600">10m+</div> | |
| <div class="text-gray-600">Files Converted</div> | |
| </div> | |
| <div class="bg-white rounded-xl shadow-lg p-6 text-center"> | |
| <div class="text-3xl font-bold text-indigo-600">200+</div> | |
| <div class="text-gray-600">Online Tools</div> | |
| </div> | |
| <div class="bg-white rounded-xl shadow-lg p-6 text-center"> | |
| <div class="text-3xl font-bold text-indigo-600">500k+</div> | |
| <div class="text-gray-600">PDFs Created</div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Featured Tools Section --> | |
| <section id="tools" class="py-16 container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12">🔍 Featured & New Tools</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"> | |
| <!-- Tool Card 1 --> | |
| <a href="https://hsuper.tools/magnet-link-generator/" class="tool-card bg-white rounded-xl p-6 shadow-md transition duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-indigo-100 p-2 rounded-lg"> | |
| <i data-feather="link" class="text-indigo-600"></i> | |
| </div> | |
| <span class="ml-3 text-sm font-medium text-indigo-600">NEW</span> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Magnet Link Generator</h3> | |
| <p class="text-gray-600 mb-4">Generate magnet links from torrent files or create custom magnet URIs</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-sm text-gray-500">Website Analysis</span> | |
| <i data-feather="arrow-right" class="text-gray-400"></i> | |
| </div> | |
| </a> | |
| <!-- Tool Card 2 --> | |
| <a href="https://hsuper.tools/backlink-checker/" class="tool-card bg-white rounded-xl p-6 shadow-md transition duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-green-100 p-2 rounded-lg"> | |
| <i data-feather="bar-chart-2" class="text-green-600"></i> | |
| </div> | |
| <span class="ml-3 text-sm font-medium text-green-600">NEW</span> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Backlink Checker</h3> | |
| <p class="text-gray-600 mb-4">Monitor and analyze your website's backlink profile</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-sm text-gray-500">SEO Tools</span> | |
| <i data-feather="arrow-right" class="text-gray-400"></i> | |
| </div> | |
| </a> | |
| <!-- Tool Card 3 --> | |
| <a href="https://hsuper.tools/ai-text-summarizer/" class="tool-card bg-white rounded-xl p-6 shadow-md transition duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-purple-100 p-2 rounded-lg"> | |
| <i data-feather="file-text" class="text-purple-600"></i> | |
| </div> | |
| <span class="ml-3 text-sm font-medium text-purple-600">NEW</span> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">AI Text Summarizer</h3> | |
| <p class="text-gray-600 mb-4">Summarize long texts using AI algorithms</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-sm text-gray-500">Content Writing</span> | |
| <i data-feather="arrow-right" class="text-gray-400"></i> | |
| </div> | |
| </a> | |
| <!-- Tool Card 4 --> | |
| <a href="https://hsuper.tools/ai-grammar-checker/" class="tool-card bg-white rounded-xl p-6 shadow-md transition duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-pink-100 p-2 rounded-lg"> | |
| <i data-feather="edit" class="text-pink-600"></i> | |
| </div> | |
| <span class="ml-3 text-sm font-medium text-pink-600">NEW</span> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">AI Grammar Checker</h3> | |
| <p class="text-gray-600 mb-4">Check and correct grammar with AI technology</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-sm text-gray-500">Content Writing</span> | |
| <i data-feather="arrow-right" class="text-gray-400"></i> | |
| </div> | |
| </a> | |
| </div> | |
| <div class="text-center mt-12"> | |
| <a href="#all-tools" class="inline-flex items-center px-6 py-3 border border-indigo-600 text-indigo-600 font-medium rounded-full hover:bg-indigo-600 hover:text-white transition"> | |
| Explore All 155+ Tools | |
| <i data-feather="chevron-right" class="ml-2"></i> | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Categories Section --> | |
| <section id="categories" class="py-16 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12">✨ Discover Popular Tools</h2> | |
| <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-5 gap-6"> | |
| <!-- SEO Tools --> | |
| <a href="#seo-tools" class="category-card bg-white rounded-xl p-6 shadow-md text-center hover:shadow-lg transition"> | |
| <div class="category-icon bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 transition"> | |
| <i data-feather="search" class="text-indigo-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-bold mb-1">SEO Tools</h3> | |
| <p class="text-gray-600 text-sm mb-2">38+ tools</p> | |
| <p class="text-gray-500 text-sm">Boost your search rankings</p> | |
| </a> | |
| <!-- Content Writing --> | |
| <a href="#content-writing" class="category-card bg-white rounded-xl p-6 shadow-md text-center hover:shadow-lg transition"> | |
| <div class="category-icon bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 transition"> | |
| <i data-feather="edit-3" class="text-blue-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-bold mb-1">Content Writing</h3> | |
| <p class="text-gray-600 text-sm mb-2">16+ tools</p> | |
| <p class="text-gray-500 text-sm">Create amazing content</p> | |
| </a> | |
| <!-- Social Media --> | |
| <a href="#social-media" class="category-card bg-white rounded-xl p-6 shadow-md text-center hover:shadow-lg transition"> | |
| <div class="category-icon bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 transition"> | |
| <i data-feather="share-2" class="text-green-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-bold mb-1">Social Media</h3> | |
| <p class="text-gray-600 text-sm mb-2">17+ tools</p> | |
| <p class="text-gray-500 text-sm">Enhance social presence</p> | |
| </a> | |
| <!-- Image Tools --> | |
| <a href="#image-tools" class="category-card bg-white rounded-xl p-6 shadow-md text-center hover:shadow-lg transition"> | |
| <div class="category-icon bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 transition"> | |
| <i data-feather="image" class="text-purple-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-bold mb-1">Image Tools</h3> | |
| <p class="text-gray-600 text-sm mb-2">23+ tools</p> | |
| <p class="text-gray-500 text-sm">Edit & convert images</p> | |
| </a> | |
| <!-- Utility Tools --> | |
| <a href="#utility-tools" class="category-card bg-white rounded-xl p-6 shadow-md text-center hover:shadow-lg transition"> | |
| <div class="category-icon bg-yellow-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 transition"> | |
| <i data-feather="tool" class="text-yellow-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-bold mb-1">Utility Tools</h3> | |
| <p class="text-gray-600 text-sm mb-2">20+ tools</p> | |
| <p class="text-gray-500 text-sm">Developer utilities</p> | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- All Tools Section --> | |
| <section id="all-tools" class="py-16 container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12">🛠️ All Tool Categories</h2> | |
| <!-- SEO Tools --> | |
| <div id="seo-tools" class="mb-16"> | |
| <div class="flex items-center mb-8"> | |
| <div class="bg-indigo-100 p-3 rounded-lg mr-4"> | |
| <i data-feather="search" class="text-indigo-600 text-xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold">SEO Tools <span class="text-gray-500 text-lg ml-2">(38 tools)</span></h3> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4"> | |
| <a href="https://hsuper.tools/meta-description-generator/" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex items-start"> | |
| <div class="bg-indigo-100 p-2 rounded-lg mr-4 flex-shrink-0"> | |
| <i data-feather="file-text" class="text-indigo-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Meta Description Generator</h4> | |
| <p class="text-sm text-gray-600">Create compelling meta descriptions for better search rankings</p> | |
| </div> | |
| </a> | |
| <!-- Add more SEO tools here following the same pattern --> | |
| </div> | |
| </div> | |
| <!-- Content Writing --> | |
| <div id="content-writing" class="mb-16"> | |
| <div class="flex items-center mb-8"> | |
| <div class="bg-blue-100 p-3 rounded-lg mr-4"> | |
| <i data-feather="edit-3" class="text-blue-600 text-xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold">Content Writing <span class="text-gray-500 text-lg ml-2">(16 tools)</span></h3> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4"> | |
| <a href="https://hsuper.tools/ai-content-writer/" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex items-start"> | |
| <div class="bg-blue-100 p-2 rounded-lg mr-4 flex-shrink-0"> | |
| <i data-feather="pen-tool" class="text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">AI Content Writer</h4> | |
| <p class="text-sm text-gray-600">Generate high-quality content with AI assistance</p> | |
| </div> | |
| </a> | |
| <!-- Add more content writing tools here --> | |
| </div> | |
| </div> | |
| <!-- Add other categories following the same pattern --> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 gradient-bg text-white"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h2 class="text-3xl font-bold mb-6">Ready to boost your productivity?</h2> | |
| <p class="text-xl mb-8 max-w-2xl mx-auto">Access 432+ professional tools for SEO optimization, content creation, image editing, and web development.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="#tools" class="bg-white text-indigo-600 font-bold py-3 px-8 rounded-full hover:bg-opacity-90 transition">Explore Tools Now</a> | |
| <a href="#all-tools" class="bg-white bg-opacity-20 text-white font-bold py-3 px-8 rounded-full hover:bg-opacity-30 transition">Browse All Tools</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://hsuper.tools/_next/image/?url=%2Fuploads%2Fhsupertool_logo.png&w=640&q=75" alt="HSuperTools Logo" class="h-8 mr-2"> | |
| <span class="text-lg font-bold">HSuperTools</span> | |
| </div> | |
| <p class="text-gray-400">400+ free online tools for creators and developers.</p> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Tool Categories</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#content-writing" class="text-gray-400 hover:text-white">Content Writing</a></li> | |
| <li><a href="#image-tools" class="text-gray-400 hover:text-white">Image Tools</a></li> | |
| <li><a href="#text-tools" class="text-gray-400 hover:text-white">Text Tools</a></li> | |
| <li><a href="#seo-tools" class="text-gray-400 hover:text-white">SEO Tools</a></li> | |
| <li><a href="#utility-tools" class="text-gray-400 hover:text-white">Utility Tools</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Popular Tools</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="https://hsuper.tools/image-to-webp-converter/" class="text-gray-400 hover:text-white">Image to WebP</a></li> | |
| <li><a href="https://hsuper.tools/word-counter/" class="text-gray-400 hover:text-white">Word Counter</a></li> | |
| <li><a href="https://hsuper.tools/pdf-to-word/" class="text-gray-400 hover:text-white">PDF to Word</a></li> | |
| <li><a href="https://hsuper.tools/image-resizer/" class="text-gray-400 hover:text-white">Image Resizer</a></li> | |
| <li><a href="https://hsuper.tools/text-expander/" class="text-gray-400 hover:text-white">Text Expander</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-bold mb-4">Company</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="https://hsuper.tools/about/" class="text-gray-400 hover:text-white">About Us</a></li> | |
| <li><a href="https://hsuper.tools/contact/" class="text-gray-400 hover:text-white">Contact</a></li> | |
| <li><a href="https://hsuper.tools/privacy-policy/" class="text-gray-400 hover:text-white">Privacy Policy</a></li> | |
| <li><a href="https://hsuper.tools/terms/" class="text-gray-400 hover:text-white">Terms</a></li> | |
| <li><a href="https://hsuper.tools/blog/" class="text-gray-400 hover:text-white">Blog</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400"> | |
| <p>© 2025 HSuperTools. All rights reserved. Made with ❤️ for developers and creators worldwide</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| feather.replace(); | |
| VANTA.NET({ | |
| el: "#vanta-bg", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0xffffff, | |
| backgroundColor: 0x6e8efb, | |
| points: 10.00, | |
| spacing: 15.00 | |
| }); | |
| </script> | |
| </body> | |
| </html> | |