website: refine faq open source question, update og image

This commit is contained in:
Pasha Sviderski
2026-07-14 12:54:43 +10:00
parent 3af9936d27
commit 4d76dd601c
3 changed files with 25 additions and 8 deletions
+7 -4
View File
@@ -689,7 +689,7 @@
</svg>
</summary>
<p class="text-zinc-500 leading-relaxed pb-5">
No. <a class="underline hover:text-zinc-900" href="/">Uncloud</a> is open source
No, <a class="underline hover:text-zinc-900" href="/">Uncloud</a> is open source
and fully functional on its own without Hub. You can use the CLI to manage your
clusters and deploy your apps across servers from Compose files. You keep full
control over your servers. Hub adds a web UI and an observability stack on top so
@@ -708,9 +708,12 @@
</svg>
</summary>
<p class="text-zinc-500 leading-relaxed pb-5">
No, and no point pretending otherwise. Uncloud, the orchestrator, is Apache 2.0. Hub
is a managed service built on top, and it's how we plan to fund Uncloud's full-time
development.
Not at the moment. Hub is a managed service built on top of Uncloud, and it's how
we plan to fund Uncloud's full-time development. Our principle is that everything
Uncloud needs on your servers is open source, starting with Uncloud itself under
Apache 2.0. Your cluster never depends on closed code to keep running. If enough
people want to run Hub on their own infrastructure, a paid self-hosted license is
on the table.
</p>
</details>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

+18 -4
View File
@@ -738,10 +738,6 @@ prod-3 201.45.91.123:51820 1m56s ago 11ms 5.12MB 9.34MB
<a class="text-sm font-medium text-violet-700 hover:text-violet-900 transition"
href="/hub#early-access">Get early access &rarr;</a>
</div>
<p class="mt-5 text-sm text-zinc-500">
Hub is how we plan to fund Uncloud's full-time development.<br>
Uncloud itself stays Apache 2.0 and works fully without Hub.
</p>
</div>
<div class="lg:col-start-1 lg:row-start-1 rounded-xl overflow-hidden border border-zinc-200 shadow-2xl shadow-zinc-950/10">
@@ -825,6 +821,24 @@ prod-3 201.45.91.123:51820 1m56s ago 11ms 5.12MB 9.34MB
There are no agents to install and no pipelines to migrate.
</p>
</details>
<details class="group">
<summary
class="flex items-center justify-between gap-4 py-5 cursor-pointer list-none [&::-webkit-details-marker]:hidden font-inter-tight font-semibold text-zinc-900">
<span>Do I need Hub to use Uncloud?</span>
<svg class="w-5 h-5 shrink-0 text-zinc-400 transition-transform duration-200 group-open:rotate-45"
fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"
aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14m-7-7h14"/>
</svg>
</summary>
<p class="text-zinc-500 leading-relaxed pb-5">
No, Uncloud is open source and fully functional on its own without Hub. You can use
the CLI to manage your clusters and deploy your apps across servers from Compose
files. You keep full control over your servers. Hub adds a web UI and an
observability stack on top so you don't have to build and manage one yourself.
</p>
</details>
</div>
</div>
</div>