diff --git a/website/landing/hub.html b/website/landing/hub.html index a2eb33c4..56cacd35 100644 --- a/website/landing/hub.html +++ b/website/landing/hub.html @@ -38,6 +38,44 @@ max-width: 24px; max-height: 24px; } + + /* Feature cards */ + .hub-feature-card { + padding: 1.5rem; + border: 1px solid #e4e4e7; + border-radius: 0.75rem; + background: #fff; + transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease; + display: flex; + flex-direction: column; + } + .hub-feature-card:hover { + box-shadow: 0 8px 32px -8px rgba(0,0,0,0.12); + border-color: #a1a1aa; + transform: translateY(-2px); + } + .hub-feature-icon { + width: 2.5rem; + height: 2.5rem; + border-radius: 0.5rem; + background: #f5f3ff; + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 1rem; + flex-shrink: 0; + } + .hub-feature-grid { + display: grid; + gap: 1.25rem; + max-width: 56rem; + margin: 0 auto; + } + @media (min-width: 768px) { + .hub-feature-grid { + grid-template-columns: repeat(2, 1fr); + } + } @@ -125,20 +163,19 @@
- Uncloud Hub is the UI and Grafana stack for your Uncloud clusters.
+ Uncloud Hub is the command center for your Uncloud clusters.
Get real-time metrics, logs, and alerts out of the box to catch issues early and fix
faster.
- Observability is what killing the joy of shipping. + Deploying is the easy part. Everything after is where most teams get stuck.
uc deploy and you're done.This is what matters.
-- It's not optional. -
-uc deploy
- And that's before you've drawn a single graph. -
- - -Hub provides you with a comprehensive view of your cluster's health and activity.
+Services
+See what's running, where it's deployed, and whether it's healthy - across every machine.
+Machines
+See all nodes, their status, and what's running on each one. No terminal required.
+Clusters
+Manage multiple clusters from one place. Switch context without touching a config file.
+PLACEHOLDER IMAGE
+- A hosted Grafana stack that knows about your Uncloud apps. + Hub provides a hosted Grafana stack that knows about your Uncloud apps.
Response times, error rates, and traffic patterns from every service. Caddy is already collecting this. Hub just shows it to you.
+Filter by service, level, or time range. Jump from an anomaly in your metrics straight to the logs from that exact window.
+Find which queries are dragging down response times. Sorted by impact so you know where to look first, not a wall of query logs.
+Get notified when error rates spike or latency climbs past your threshold. Know before a user reports it. Not after.
+Upcoming features to make Hub even more useful
+Team access
+Share cluster access with your team without handling SSH keys or root credentials.
+Push to deploy
+Deploy applications from your Git repository automatically.
+Migration assistant
+Move your data and services from the cloud and onto your own machines automagically.
+...Add your most-needed feature
+Something missing from this list? Tell us about your pain points.
+ ++ Hub isn't open yet. Leave your email and we'll reach out when it's ready. +
++ Or email pasha@uncloud.run directly. +
+ +