Spaces:
Running
Running
File size: 15,025 Bytes
aab267c 44afc71 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StripeLLM Toolkit</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
background-color: #0f172a;
}
.gradient-text {
background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(99, 102, 241, 0.2), 0 10px 10px -5px rgba(99, 102, 241, 0.1);
}
.feature-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
}
</style>
</head>
<body class="text-gray-100">
<!-- Navigation -->
<nav class="fixed w-full z-50 bg-slate-900/80 backdrop-blur-sm border-b border-slate-800">
<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 space-x-2">
<div class="w-8 h-8 rounded-lg bg-indigo-600 flex items-center justify-center">
<i data-feather="zap" class="w-5 h-5 text-white"></i>
</div>
<span class="text-xl font-bold">Stripe<span class="text-indigo-400">LLM</span></span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-8">
<a href="#" class="text-gray-300 hover:text-white transition">Documentation</a>
<a href="#" class="text-gray-300 hover:text-white transition">API Reference</a>
<a href="#" class="text-gray-300 hover:text-white transition">SDKs</a>
<a href="#" class="text-gray-300 hover:text-white transition">Community</a>
</div>
</div>
<div>
<button class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-lg font-medium transition">
Get Started
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="pt-32 pb-20 relative overflow-hidden">
<div id="globe-bg" class="absolute inset-0 z-0"></div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center">
<h1 class="text-4xl md:text-6xl font-bold mb-6">
Build Stripe Integrations <span class="gradient-text">Powered by LLMs</span>
</h1>
<p class="text-xl text-gray-300 max-w-3xl mx-auto mb-10">
Leverage large language models to accelerate your Stripe integration development.
Access tools, SDKs, and best practices for AI-powered payment workflows.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-lg font-medium text-lg transition">
Explore Tools
</button>
<button class="bg-slate-800 hover:bg-slate-700 text-white px-8 py-3 rounded-lg font-medium text-lg transition">
View Documentation
</button>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-20 bg-slate-900/50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Powerful AI Integration Tools</h2>
<p class="text-gray-400 max-w-2xl mx-auto">
Everything you need to build intelligent Stripe integrations with the power of large language models
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="bg-slate-800/50 backdrop-blur-sm rounded-xl p-6 card-hover border border-slate-700">
<div class="feature-icon bg-indigo-500/10 mb-5">
<i data-feather="file-text" class="w-6 h-6 text-indigo-400"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Plain Text Docs</h3>
<p class="text-gray-400 mb-4">
Access all documentation as clean markdown files optimized for LLM consumption. Perfect for AI agents and tools.
</p>
<a href="#" class="text-indigo-400 hover:text-indigo-300 flex items-center">
Learn more
<i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
<!-- Feature 2 -->
<div class="bg-slate-800/50 backdrop-blur-sm rounded-xl p-6 card-hover border border-slate-700">
<div class="feature-icon bg-purple-500/10 mb-5">
<i data-feather="cpu" class="w-6 h-6 text-purple-400"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Model Context Protocol</h3>
<p class="text-gray-400 mb-4">
MCP tools enable AI agents to interact directly with Stripe APIs and search our knowledge base.
</p>
<a href="#" class="text-indigo-400 hover:text-indigo-300 flex items-center">
Learn more
<i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
<!-- Feature 3 -->
<div class="bg-slate-800/50 backdrop-blur-sm rounded-xl p-6 card-hover border border-slate-700">
<div class="feature-icon bg-pink-500/10 mb-5">
<i data-feather="code" class="w-6 h-6 text-pink-400"></i>
</div>
<h3 class="text-xl font-semibold mb-3">VS Code AI Assistant</h3>
<p class="text-gray-400 mb-4">
Get immediate answers about Stripe APIs and receive code suggestions directly in your editor.
</p>
<a href="#" class="text-indigo-400 hover:text-indigo-300 flex items-center">
Learn more
<i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
<!-- Feature 4 -->
<div class="bg-slate-800/50 backdrop-blur-sm rounded-xl p-6 card-hover border border-slate-700">
<div class="feature-icon bg-blue-500/10 mb-5">
<i data-feather="tool" class="w-6 h-6 text-blue-400"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Agent Toolkit SDK</h3>
<p class="text-gray-400 mb-4">
Add Stripe functionality to your agentic software with our comprehensive SDK for popular frameworks.
</p>
<a href="#" class="text-indigo-400 hover:text-indigo-300 flex items-center">
Learn more
<i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
<!-- Feature 5 -->
<div class="bg-slate-800/50 backdrop-blur-sm rounded-xl p-6 card-hover border border-slate-700">
<div class="feature-icon bg-green-500/10 mb-5">
<i data-feather="layers" class="w-6 h-6 text-green-400"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Framework Integrations</h3>
<p class="text-gray-400 mb-4">
Seamless compatibility with Langchain, CrewAI, OpenAI SDK, and Vercel AI SDK for agentic workflows.
</p>
<a href="#" class="text-indigo-400 hover:text-indigo-300 flex items-center">
Learn more
<i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
<!-- Feature 6 -->
<div class="bg-slate-800/50 backdrop-blur-sm rounded-xl p-6 card-hover border border-slate-700">
<div class="feature-icon bg-yellow-500/10 mb-5">
<i data-feather="book-open" class="w-6 h-6 text-yellow-400"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Knowledge Base Access</h3>
<p class="text-gray-400 mb-4">
AI agents can search through documentation and support articles to solve integration challenges.
</p>
<a href="#" class="text-indigo-400 hover:text-indigo-300 flex items-center">
Learn more
<i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<div class="bg-gradient-to-r from-indigo-500/10 to-purple-500/10 rounded-2xl p-12 border border-indigo-500/20">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Build with AI?</h2>
<p class="text-gray-300 text-xl mb-8 max-w-2xl mx-auto">
Join thousands of developers leveraging LLMs to accelerate their Stripe integration workflows.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-lg font-medium text-lg transition">
Get Started with Stripe LLM
</button>
<button class="bg-slate-800 hover:bg-slate-700 text-white px-8 py-3 rounded-lg font-medium text-lg transition">
View Examples
</button>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="border-t border-slate-800 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center space-x-2 mb-4">
<div class="w-8 h-8 rounded-lg bg-indigo-600 flex items-center justify-center">
<i data-feather="zap" class="w-5 h-5 text-white"></i>
</div>
<span class="text-xl font-bold">Stripe<span class="text-indigo-400">LLM</span></span>
</div>
<p class="text-gray-400">
Empowering developers to build intelligent payment solutions with the power of AI.
</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Resources</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-white transition">Documentation</a></li>
<li><a href="#" class="hover:text-white transition">API Reference</a></li>
<li><a href="#" class="hover:text-white transition">Tutorials</a></li>
<li><a href="#" class="hover:text-white transition">Examples</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Tools</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-white transition">VS Code Extension</a></li>
<li><a href="#" class="hover:text-white transition">Agent SDK</a></li>
<li><a href="#" class="hover:text-white transition">MCP Tools</a></li>
<li><a href="#" class="hover:text-white transition">Playground</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Community</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-white transition">GitHub</a></li>
<li><a href="#" class="hover:text-white transition">Discord</a></li>
<li><a href="#" class="hover:text-white transition">Twitter</a></li>
<li><a href="#" class="hover:text-white transition">Blog</a></li>
</ul>
</div>
</div>
<div class="border-t border-slate-800 mt-12 pt-8 text-center text-gray-500">
<p>© 2023 StripeLLM Toolkit. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Initialize Feather Icons
feather.replace();
// Initialize Vanta.js Globe effect
document.addEventListener('DOMContentLoaded', function() {
VANTA.GLOBE({
el: "#globe-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x6366f1,
color2: 0x8b5cf6,
backgroundColor: 0x0f172a,
size: 1.00,
lineHeight: 1.00,
spacing: 1.00,
points: 15.00,
maxDistance: 21.00,
showDots: true
});
});
</script>
</body>
</html>
|