<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing - Developer Tool</title>
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
background-color: #f8fafc;
color: #334155;
line-height: 1.5;
padding: 4rem 1.5rem;
-webkit-font-smoothing: antialiased;
}
.header {
text-align: center;
max-width: 600px;
margin: 0 auto 4rem auto;
}
.header h1 {
font-size: 2.5rem;
font-weight: 800;
color: #0f172a;
letter-spacing: -0.025em;
margin-bottom: 1rem;
}
.header p {
font-size: 1.125rem;
color: #64748b;
}
.pricing-grid {
max-width: 1150px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
}
.card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 1rem;
padding: 2.5rem 2rem;
display: flex;
flex-direction: column;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
transition: transform 0.2s ease;
}
.card.pro {
background: #0f172a;
color: #f8fafc;
border-color: #0f172a;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
position: relative;
}
@media (min-width: 800px) {
.pricing-grid {
grid-template-columns: repeat(3, 1fr);
align-items: center;
}
.card.pro {
transform: scale(1.05);
z-index: 10;
padding: 3rem 2rem;
}
}
.tier-name {
font-size: 1.25rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.tier-desc {
font-size: 0.875rem;
color: #64748b;
margin-bottom: 2rem;
min-height: 2.5rem;
}
.card.pro .tier-desc {
color: #94a3b8;
}
.price-block {
display: flex;
align-items: baseline;
margin-bottom: 2.5rem;
}
.price {
font-size: 3.5rem;
font-weight: 800;
color: #0f172a;
letter-spacing: -0.025em;
line-height: 1;
}
.card.pro .price {
color: #ffffff;
}
.period {
font-size: 1rem;
color: #64748b;
margin-left: 0.375rem;
font-weight: 500;
}
.card.pro .period {
color: #94a3b8;
}
.features {
list-style: none;
flex-grow: 1;
margin-bottom: 2.5rem;
}
.features li {
display: flex;
align-items: flex-start;
margin-bottom: 1.25rem;
font-size: 0.9375rem;
}
.features svg {
width: 1.25rem;
height: 1.25rem;
flex-shrink: 0;
margin-right: 0.75rem;
color: #3b82f6;
margin-top: 0.125rem;
}
.card.pro .features svg {
color: #60a5fa;
}
.btn {
display: inline-block;
width: 100%;
padding: 0.875rem 1.5rem;
text-align: center;
border-radius: 0.5rem;
font-weight: 600;
font-size: 0.9375rem;
text-decoration: none;
transition: background-color 0.2s ease, border-color 0.2s ease;
}
.btn-secondary {
background-color: #ffffff;
color: #0f172a;
border: 1px solid #cbd5e1;
}
.btn-secondary:hover {
background-color: #f1f5f9;
}
.btn-primary {
background-color: #3b82f6;
color: #ffffff;
border: 1px solid #3b82f6;
}
.btn-primary:hover {
background-color: #2563eb;
border-color: #2563eb;
}
</style>
</head>
<body>
<div class="header">
<h1>Pricing that scales with your code</h1>
<p>Simple, predictable tiers. Start building for free, upgrade when your infrastructure demands it.</p>
</div>
<div class="pricing-grid">
<div class="card">
<h2 class="tier-name">Hobby</h2>
<p class="tier-desc">Perfect for side projects, learning, and initial prototyping.</p>
<div class="price-block">
<span class="price">$0</span>
<span class="period">/mo</span>
</div>
<ul class="features">
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
Up to 3 active environments
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
1GB high-speed object storage
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
Community Discord support
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
Shared build runners
</li>
</ul>
<a href="#" class="btn btn-secondary">Get Started</a>
</div>
<div class="card pro">
<h2 class="tier-name">Pro</h2>
<p class="tier-desc">For independent developers shipping production applications.</p>
<div class="price-block">
<span class="price">$20</span>
<span class="period">/mo</span>
</div>
<ul class="features">
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
Unlimited environments
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
50GB high-speed object storage
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
Priority email support
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
Custom CI/CD pipelines
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
Advanced edge caching
</li>
</ul>
<a href="#" class="btn btn-primary">Start Free Trial</a>
</div>
<div class="card">
<h2 class="tier-name">Team</h2>
<p class="tier-desc">For scaling engineering teams requiring enterprise controls.</p>
<div class="price-block">
<span class="price">$60</span>
<span class="period">/seat/mo</span>
</div>
<ul class="features">
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
Everything in Pro
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
Unlimited object storage
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
SAML SSO & Role-based access
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
Dedicated build clusters
</li>
<li>
<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>
24/7 priority support & SLA
</li>
</ul>
<a href="#" class="btn btn-secondary">Contact Sales</a>
</div>
</div>
</body>
</html>