|
2 | 2 | import Layout from '../layouts/Layout.astro'; |
3 | 3 | --- |
4 | 4 |
|
5 | | -<Layout title="Services & Pricing - Barbacane" description="Professional services, support, and training for Barbacane - the spec-driven API gateway."> |
| 5 | +<Layout title="Pricing - Barbacane" description="Licensing and professional services for Barbacane - the spec-driven API gateway."> |
6 | 6 | <!-- Hero --> |
7 | 7 | <section class="section"> |
8 | 8 | <div class="container-custom"> |
9 | 9 | <div class="max-w-4xl mx-auto text-center"> |
10 | 10 | <h1 class="text-4xl sm:text-5xl font-extrabold mb-6"> |
11 | | - Professional <span class="text-gradient">Services</span> |
| 11 | + Licensing & <span class="text-gradient">Pricing</span> |
12 | 12 | </h1> |
13 | 13 | <p class="text-xl text-foreground-muted max-w-2xl mx-auto"> |
14 | | - Barbacane is 100% open source. We sustain the project through professional |
15 | | - services that help you succeed. |
| 14 | + Barbacane is open source under AGPLv3. A commercial license is free for small |
| 15 | + teams and non-profits — paid for larger organisations. |
| 16 | + </p> |
| 17 | + </div> |
| 18 | + </div> |
| 19 | + </section> |
| 20 | + |
| 21 | + <!-- Licensing Tiers --> |
| 22 | + <section class="section pt-0"> |
| 23 | + <div class="container-custom"> |
| 24 | + <div class="grid lg:grid-cols-3 gap-8 max-w-5xl mx-auto"> |
| 25 | + <!-- AGPLv3 --> |
| 26 | + <div class="card flex flex-col h-full"> |
| 27 | + <div class="flex-1"> |
| 28 | + <h2 class="text-xl font-bold mb-2">Open Source</h2> |
| 29 | + <p class="text-3xl font-extrabold mb-1">Free</p> |
| 30 | + <p class="text-sm text-foreground-muted mb-6">AGPLv3 license</p> |
| 31 | + <ul class="space-y-3 mb-8 text-sm"> |
| 32 | + <li class="flex items-start gap-2"> |
| 33 | + <svg class="w-4 h-4 text-success mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> |
| 34 | + All features, no gating |
| 35 | + </li> |
| 36 | + <li class="flex items-start gap-2"> |
| 37 | + <svg class="w-4 h-4 text-success mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> |
| 38 | + Use freely if you comply with AGPLv3 |
| 39 | + </li> |
| 40 | + <li class="flex items-start gap-2"> |
| 41 | + <svg class="w-4 h-4 text-success mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> |
| 42 | + Copyleft: source modifications must be published |
| 43 | + </li> |
| 44 | + </ul> |
| 45 | + </div> |
| 46 | + <a href="https://github.com/barbacane-dev/barbacane" target="_blank" rel="noopener" class="btn-secondary w-full justify-center"> |
| 47 | + Get started on GitHub |
| 48 | + </a> |
| 49 | + </div> |
| 50 | + |
| 51 | + <!-- Commercial Free --> |
| 52 | + <div class="card flex flex-col h-full border-primary/30 relative"> |
| 53 | + <div class="absolute -top-3 left-1/2 -translate-x-1/2"> |
| 54 | + <span class="text-sm font-semibold px-4 py-1 rounded-full bg-primary text-white">Most popular</span> |
| 55 | + </div> |
| 56 | + <div class="flex-1"> |
| 57 | + <h2 class="text-xl font-bold mb-2">Commercial License</h2> |
| 58 | + <p class="text-3xl font-extrabold mb-1">Free</p> |
| 59 | + <p class="text-sm text-foreground-muted mb-6">For startups, non-profits & academic</p> |
| 60 | + <ul class="space-y-3 mb-8 text-sm"> |
| 61 | + <li class="flex items-start gap-2"> |
| 62 | + <svg class="w-4 h-4 text-primary mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> |
| 63 | + Startups: ARR ≤ €1M and ≤ 10 employees |
| 64 | + </li> |
| 65 | + <li class="flex items-start gap-2"> |
| 66 | + <svg class="w-4 h-4 text-primary mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> |
| 67 | + Non-profits, academic & open-source projects |
| 68 | + </li> |
| 69 | + <li class="flex items-start gap-2"> |
| 70 | + <svg class="w-4 h-4 text-primary mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> |
| 71 | + Keep your source private |
| 72 | + </li> |
| 73 | + </ul> |
| 74 | + </div> |
| 75 | + <a href="https://github.com/barbacane-dev/barbacane" target="_blank" rel="noopener" class="btn-primary w-full justify-center"> |
| 76 | + Get started on GitHub |
| 77 | + </a> |
| 78 | + </div> |
| 79 | + |
| 80 | + <!-- Commercial Paid --> |
| 81 | + <div class="card flex flex-col h-full"> |
| 82 | + <div class="flex-1"> |
| 83 | + <h2 class="text-xl font-bold mb-2">Commercial — Paid</h2> |
| 84 | + <p class="text-3xl font-extrabold mb-1">Contact us</p> |
| 85 | + <p class="text-sm text-foreground-muted mb-6">For organisations that don't qualify for the free tier</p> |
| 86 | + <ul class="space-y-3 mb-8 text-sm"> |
| 87 | + <li class="flex items-start gap-2"> |
| 88 | + <svg class="w-4 h-4 text-secondary mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> |
| 89 | + All features, no copyleft obligation |
| 90 | + </li> |
| 91 | + <li class="flex items-start gap-2"> |
| 92 | + <svg class="w-4 h-4 text-secondary mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> |
| 93 | + Run as a managed / hosted service |
| 94 | + </li> |
| 95 | + <li class="flex items-start gap-2"> |
| 96 | + <svg class="w-4 h-4 text-secondary mt-0.5 shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> |
| 97 | + Enterprise agreement & invoicing available |
| 98 | + </li> |
| 99 | + </ul> |
| 100 | + </div> |
| 101 | + <a href="https://cal.com/nicolas-dreno-xijjpz/15min" target="_blank" rel="noopener" class="btn-secondary w-full justify-center"> |
| 102 | + Book a call |
| 103 | + </a> |
| 104 | + </div> |
| 105 | + </div> |
| 106 | + </div> |
| 107 | + </section> |
| 108 | + |
| 109 | + <!-- Divider --> |
| 110 | + <section class="section pt-0"> |
| 111 | + <div class="container-custom"> |
| 112 | + <hr class="border-themed max-w-5xl mx-auto" /> |
| 113 | + <p class="text-center text-foreground-muted mt-8 text-sm max-w-2xl mx-auto"> |
| 114 | + All licenses include the same software — no features are held back. |
| 115 | + See <a href="https://github.com/barbacane-dev/barbacane/blob/main/LICENSING.md" target="_blank" rel="noopener" class="text-primary underline">LICENSING.md</a> in the repository for the full terms. |
| 116 | + </p> |
| 117 | + </div> |
| 118 | + </section> |
| 119 | + |
| 120 | + <!-- Professional Services Header --> |
| 121 | + <section class="section pt-0"> |
| 122 | + <div class="container-custom"> |
| 123 | + <div class="max-w-4xl mx-auto text-center"> |
| 124 | + <h2 class="text-3xl sm:text-4xl font-extrabold mb-4"> |
| 125 | + Professional <span class="text-gradient">Services</span> |
| 126 | + </h2> |
| 127 | + <p class="text-xl text-foreground-muted max-w-2xl mx-auto"> |
| 128 | + Need expert help? We offer consulting, support, and training regardless of which license you use. |
16 | 129 | </p> |
17 | 130 | </div> |
18 | 131 | </div> |
@@ -208,9 +321,11 @@ import Layout from '../layouts/Layout.astro'; |
208 | 321 | <div class="card"> |
209 | 322 | <h3 class="text-lg font-semibold mb-2">Is Barbacane really free?</h3> |
210 | 323 | <p class="text-foreground-muted"> |
211 | | - Yes. Barbacane is 100% open source under the Apache 2.0 license. There's no |
212 | | - "enterprise edition" with gated features. Every capability is available to everyone, |
213 | | - forever. Our business model is based on professional services, not feature restrictions. |
| 324 | + Yes. All features are available to everyone with no gating. The source code is |
| 325 | + published under AGPLv3, which is free to use as long as you comply with its |
| 326 | + copyleft terms. If you can't comply with AGPLv3 (e.g. you want to run it as a |
| 327 | + managed service without publishing modifications), a commercial license is free for |
| 328 | + small teams (≤ €1 M ARR, ≤ 10 employees) and non-profits. |
214 | 329 | </p> |
215 | 330 | </div> |
216 | 331 |
|
|
0 commit comments