"<!DOCTYPE html>\n<html lang=\"en\" class=\"h-full bg-gray-950 scroll-smooth\">\n<head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>Coding & Developer Tools — LLM SubHub</title>\n<script src=\"https://cdn.tailwindcss.com\"></script>\n<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n<link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\">\n<style>body{font-family:'Inter',system-ui,sans-serif} .line-clamp-2{--webkit-line-clamp:2}\n@media(min-width:768px){.line-clamp-2{--webkit-line-clamp:2}}</style>\n</head><body class=\"h-full text-white\">\n<!-- Navbar -->\n<header class=\"fixed top-0 left-0 right-0 z-50 bg-gray-950/80 backdrop-blur-xl border-b border-gray-800\">\n<div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-3 flex items-center justify-between\">\n<a href=\"/\" class=\"flex items-center gap-2.5\">\n<span class=\"w-9 h-9 bg-gradient-to-br from-blue-500 to-purple-600 rounded-xl flex items-center justify-center font-extrabold text-sm shadow-lg shadow-blue-500/20\">S</span>\n<span class=\"text-lg font-bold tracking-tight\">LLM SubHub</span>\n</a>\n<nav class=\"hidden md:flex items-center gap-1\">\n<a href=\"/\" class=\"px-3 py-1.5 text-sm text-gray-400 hover:text-white rounded-lg hover:bg-gray-800/50 transition\">Home</a><span class=\"px-3 py-1.5 text-sm text-gray-600 cursor-default\">Providers</span><a href=\"/providers/aggregators\" class=\"px-3 py-1.5 text-sm text-gray-400 hover:text-white rounded-lg hover:bg-gray-800/50 transition\">Multi-Model Aggregators</a><a href=\"/providers/budget\" class=\"px-3 py-1.5 text-sm text-gray-400 hover:text-white rounded-lg hover:bg-gray-800/50 transition\">Free & Budget-Tier</a><a href=\"/providers/china\" class=\"px-3 py-1.5 text-sm text-gray-400 hover:text-white rounded-lg hover:bg-gray-800/50 transition\">Chinese Models</a><a href=\"/providers/coding\" class=\"px-3 py-1.5 text-sm text-gray-400 hover:text-white rounded-lg hover:bg-gray-800/50 transition\">Coding & Developer Tools</a><a href=\"/providers/frontier\" class=\"px-3 py-1.5 text-sm text-gray-400 hover:text-white rounded-lg hover:bg-gray-800/50 transition\">Frontier Labs</a><a href=\"/providers/inference\" class=\"px-3 py-1.5 text-sm text-gray-400 hover:text-white rounded-lg hover:bg-gray-800/50 transition\">High-Performance Inference</a><a href=\"/providers/opensource\" class=\"px-3 py-1.5 text-sm text-gray-400 hover:text-white rounded-lg hover:bg-gray-800/50 transition\">Open-Source Specialists</a><a href=\"/app\" class=\"px-3 py-1.5 text-sm text-gray-400 hover:text-white rounded-lg hover:bg-gray-800/50 transition\">Dashboard</a><a href=\"/onboard\" class=\"px-3 py-1.5 text-sm text-gray-400 hover:text-white rounded-lg hover:bg-gray-800/50 transition\">Onboarding</a>\n</nav>\n<a href=\"/app\" class=\"md:hidden bg-blue-600 hover:bg-blue-700 text-white text-sm font-medium px-3 py-1.5 rounded-lg transition\">Dashboard</a>\n</div>\n</header>\n\n<!-- Hero -->\n<div class=\"relative pt-20 pb-8 overflow-hidden\">\n<div class=\"absolute inset-0 bg-gradient-to-b from-blue-600 via-indigo-600 to-purple-700 opacity-[0.07]\"></div>\n<div class=\"absolute top-20 left-1/2 -translate-x-1/2 w-[600px] h-[400px] bg-gradient-to-r from-blue-600 via-indigo-600 to-purple-700 opacity-[0.08] blur-3xl rounded-full\"></div>\n<div class=\"relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pt-8 pb-12 text-center\">\n<div class=\"mb-4\">🧑‍💻 <span class=\"text-gray-500\">🧑‍💻</span></div>\n<h1 class=\"text-4xl sm:text-5xl lg:text-6xl font-black tracking-tight mb-4\">\n<span class=\"bg-gradient-to-r from-white via-gray-200 to-gray-400 bg-clip-text text-transparent\">Coding & Developer Tools</span>\n</h1>\n<p class=\"text-lg sm:text-xl text-gray-400 max-w-2xl mx-auto mb-8 leading-relaxed\">Hermes, Aider, Cursor, Codex — these providers power the best developer tooling available.</p>\n<div class=\"flex items-center justify-center gap-3\">\n<a href=\"/onboard\" class=\"bg-white text-gray-900 hover:bg-gray-100 font-bold px-6 py-2.5 rounded-xl transition text-sm\">Find Code Models →</a>\n<a href=\"/\" class=\"text-gray-400 hover:text-white text-sm px-4 py-2.5 transition\">← Back to Home</a>\n</div>\n</div>\n</div>\n\n<!-- Provider Cards Grid -->\n<section class=\"relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pb-20\">\n<div class=\"flex items-center justify-between mb-6\">\n<h2 class=\"text-xl font-bold text-gray-200\">11 providers in this category</h2>\n<span class=\"text-sm text-gray-500\">Specialized providers optimized for coding agents, IDEs, and developer workflows.</span>\n</div>\n<div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4\">\n\n        <a href=\"https://huggingface.co/join\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">🤗</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">Hugging Face</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">The hub for open-source AI — access thousands of models via free serverless inference.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Llama 3.1 70B</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Qwen 2.5 72B</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Mistral 7B</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">pay as you go</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://huggingface.co/join\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    <a href=\"https://huggingface.co/docs/api-inference/index\" target=\"_blank\" class=\"text-xs text-gray-500 hover:text-gray-300\">Docs</a>\n                </div>\n            </div>\n        </a>\n        \n        <a href=\"https://dash.cloudflare.com/sign-up\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">⚡</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">Cloudflare Workers AI</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">Run AI at the edge — 10k free inferences/day with models like Llama, Mistral, Phi.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Llama 3.1 8B</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Meta-Llama-3-8B</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">phi-3-mini</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">pay as you go</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://dash.cloudflare.com/sign-up\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    <a href=\"https://developers.cloudflare.com/workers-ai/\" target=\"_blank\" class=\"text-xs text-gray-500 hover:text-gray-300\">Docs</a>\n                </div>\n            </div>\n        </a>\n        \n        <a href=\"https://huggingface.co/chat\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">💬</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">HuggingChat</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">Free web-based AI chat powered by top open models. No API key required for basic use.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Llama 3.1 70B</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Qwen 2.5 72B</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Mistral 7B</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">free</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://huggingface.co/chat\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    \n                </div>\n            </div>\n        </a>\n        \n        <a href=\"https://fireworks.ai/\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">🎆</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">Fireworks AI</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">Lightning-fast inference for 500+ open models including all major code LLMs.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Llama-3.1-Code</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Qwen-Coder</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">DeepSeek Coder</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">pay as you go</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://fireworks.ai/\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    <a href=\"https://docs.fireworks.ai/getting-started/quickstart\" target=\"_blank\" class=\"text-xs text-gray-500 hover:text-gray-300\">Docs</a>\n                </div>\n            </div>\n        </a>\n        \n        <a href=\"https://app.anyscale.com/\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">⚡</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">Anyscale</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">Elastic compute for any model — CodeLlama, CodeQwen, StarCoder via unified API.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">CodeLlama-70B</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Qwen-Coder</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">StarCoder2-15B</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">pay as you go</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://app.anyscale.com/\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    <a href=\"https://docs.anyscale.com/\" target=\"_blank\" class=\"text-xs text-gray-500 hover:text-gray-300\">Docs</a>\n                </div>\n            </div>\n        </a>\n        \n        <a href=\"https://novita.ai/\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">🔷</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">Novita AI</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">Ultra-cheap inference APIs for thousands of open-source models including code versions.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">DeepSeek-Coder-V2</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">CodeQwen-1.5</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">CodeLlama-Instruct</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">pay as you go</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://novita.ai/\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    <a href=\"https://docs.novita.ai/en/introduction\" target=\"_blank\" class=\"text-xs text-gray-500 hover:text-gray-300\">Docs</a>\n                </div>\n            </div>\n        </a>\n        \n        <a href=\"https://cloud.siliconflow.cn/\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">💎</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">SiliconFlow</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">Chinese cloud giant's inference platform with free tier for developers.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Qwen-Coder</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">DeepSeek Coder</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">InternLM2-Coder</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">free</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://cloud.siliconflow.cn/\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    <a href=\"https://docs.siliconflow.cn/\" target=\"_blank\" class=\"text-xs text-gray-500 hover:text-gray-300\">Docs</a>\n                </div>\n            </div>\n        </a>\n        \n        <a href=\"https://www.vllm.ai/cloud\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">☁️</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">vLLM Cloud</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">Deploy your own fine-tuned code models with high throughput inference.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Any custom SFT/fine-tune</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">pay as you go</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://www.vllm.ai/cloud\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    <a href=\"https://docs.vllm.ai/en/latest/serving/cloud.html\" target=\"_blank\" class=\"text-xs text-gray-500 hover:text-gray-300\">Docs</a>\n                </div>\n            </div>\n        </a>\n        \n        <a href=\"https://build.nvidia.com/\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">🟣</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">NVIDIA Build</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">NVIDIA-hosted Codestral and other code LLMs via their build platform.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Codestral-22B</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Codetool</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Nemotron-4</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">pay as you go</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://build.nvidia.com/\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    <a href=\"https://build.nvidia.com/mistralai/codestral-22b\" target=\"_blank\" class=\"text-xs text-gray-500 hover:text-gray-300\">Docs</a>\n                </div>\n            </div>\n        </a>\n        \n        <a href=\"https://octo.ai/\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">🔮</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">OctoAI</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">GPU-powered inference with zero-latency edge delivery for code models.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">CodeLlama-70B</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">Starcoder-3B</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">WizardCoder</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">pay as you go</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://octo.ai/\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    <a href=\"https://docs.octo.ai/docs/api-reference\" target=\"_blank\" class=\"text-xs text-gray-500 hover:text-gray-300\">Docs</a>\n                </div>\n            </div>\n        </a>\n        \n        <a href=\"https://replicate.com/\" target=\"_blank\" class=\"group block bg-gray-900/80 backdrop-blur-sm border border-gray-800 hover:border-blue-500/50 hover:shadow-lg hover:shadow-blue-500/10 rounded-xl p-5 transition-all duration-300 hover:-translate-y-1\">\n            <div class=\"flex items-start gap-3 mb-3\">\n                <span class=\"text-3xl flex-shrink-0\">🧪</span>\n                <div class=\"flex-1 min-w-0\">\n                    <h3 class=\"text-white font-bold text-base truncate group-hover:text-blue-400 transition-colors\">Replicate Coding</h3>\n                    <p class=\"text-gray-400 text-sm mt-0.5 line-clamp-2\">Run thousands of open-source code LLMs via simple REST API.</p>\n                </div>\n            </div>\n            <div class=\"flex flex-wrap gap-1.5 mb-3\">\n                <span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">stabilityai/stable-code-3b</span><span class=\"text-xs bg-gray-800 text-gray-300 px-1.5 py-0.5 rounded\">codellama/CodeLlama-70B-Instruct</span>\n            </div>\n            <div class=\"flex items-center justify-between pt-3 border-t border-gray-800/50\">\n                <span class=\"text-xs text-gray-500 capitalize\">pay as you go</span>\n                <div class=\"flex gap-2\">\n                    <a href=\"https://replicate.com/\" target=\"_blank\" class=\"text-xs font-semibold text-blue-400 hover:text-blue-300\">Signup →</a>\n                    <a href=\"https://replicate.com/docs/basics\" target=\"_blank\" class=\"text-xs text-gray-500 hover:text-gray-300\">Docs</a>\n                </div>\n            </div>\n        </a>\n        \n</div>\n</section>\n\n<!-- Footer -->\n<footer class=\"border-t border-gray-800/50 py-8 text-center\">\n<p class=\"text-xs text-gray-600\">LLM SubHub · Open-source subscription management · Built with care</p>\n</footer>\n</body></html>"