diff --git a/docs/assets/stylesheets/landing.css b/docs/assets/stylesheets/landing.css index 9845343928..9b9245877f 100644 --- a/docs/assets/stylesheets/landing.css +++ b/docs/assets/stylesheets/landing.css @@ -241,8 +241,8 @@ .md-typeset .md-button { margin-top: 1.2rem; margin-bottom: 1.5rem; - font-size: 20px; - font-weight: 400 !important; + font-size: 19px; + font-weight: 300 !important; text-align: center; border-radius: 3px; border-color: transparent; @@ -298,7 +298,7 @@ background: rgba(0, 0, 0, 0.87); border: 1.5px solid rgba(0, 0, 0, 0.87); border-radius: 3px; - font-weight: 400 !important; + font-weight: 300 !important; /*margin-right: 10px;*/ } @@ -337,11 +337,11 @@ } .md-button--primary.external:after, .md-button--primary.sky.external:after { - content: url('data:image/svg+xml,'); + content: url('data:image/svg+xml,'); line-height: 14px; margin-left: 5px; position: relative; - top: 2px; + top: 2.5px; margin-right: -7px; } @@ -817,6 +817,10 @@ color: #e37cff; } +#get-started-code-snippet[data-termynal] { + font-size: 14px !important; +} + /*.tx-landing__trusted_by*/ [data-termynal] { font-size: 15px; } diff --git a/docs/overrides/header-2.html b/docs/overrides/header-2.html index 4f8542d383..42db1b6fd0 100644 --- a/docs/overrides/header-2.html +++ b/docs/overrides/header-2.html @@ -61,8 +61,8 @@ {% endif %}-->
- GitHub - + GitHub + Sign up
{% if "navigation.tabs.sticky" in features %} diff --git a/docs/overrides/home.html b/docs/overrides/home.html index b7c3ee994a..68a106fde5 100644 --- a/docs/overrides/home.html +++ b/docs/overrides/home.html @@ -39,8 +39,6 @@ {delay: 0, value: 'The admin token is d7ad7f92-9f35-470d-be0e-c7645ce71a4c', class: 'newline'}, {delay: 0, value: 'The dstack server 0.19.2 is running at http://127.0.0.1:3000', class: 'newline'}, {delay: 0, value: ' ', class: 'newline'}, - {delay: 0, value: ' ', class: 'newline'}, - {delay: 0, value: ' ', class: 'newline'}, ] } ); @@ -52,38 +50,46 @@
-

Container orchestration for AI teams

+

The orchestration layer for modern ML teams

- dstack is an open-source container orchestrator that simplifies workload orchestration - and drives GPU utilization for ML teams. It works with any GPU cloud, on-prem cluster, or accelerated hardware. + dstack gives your team a single control plane to run development, training, and inference + jobs on GPU—whether on hyperscalers, neoclouds, or your on-prem hardware. Avoid vendor lock-in and minimize GPU spend.

+
+ The entire setup takes minutes. +
-

Unified compute layer for AI

+

One control plane for all your GPUs

- dstack redefines the container orchestration layer for AI workloads, - tailoring the developer experience for ML teams while keeping it open and vendor-agnostic. + Instead of wrestling with complex Helm charts and Kubernetes operators, dstack provides a simple, declarative way to + manage clusters, containerized dev environments, training, and inference.

-

- dstack natively integrates with leading GPU clouds - and on-prem clusters, regardless of hardware vendor. +

This container-native interface makes your team more productive and your GPU usage more efficient—leading to lower + costs and faster iteration.

@@ -157,20 +163,20 @@

Unified compute layer for AI

-

Backends

+

Run on any cloud. Or all of them.

- dstack manages instances and clusters via native GPU cloud integration for efficient provisioning with its built-in scheduler. - It also runs smoothly on Kubernetes if that fits your environment. + dstack natively provisions GPU instances and clusters across your preferred cloud + providers—maximizing efficiency and minimizing overhead.

- In both cases, dstack acts as an enhanced control plane, making AI compute orchestration more efficient. + Connect GPU clouds directly to dstack natively, or run dstack on top of Kubernetes if needed.

- Learn more + Backends

@@ -181,16 +187,22 @@

Backends

-

SSH fleets

+

Bring your own compute

- Bare-metal and manually provisioned clusters can be connected to dstack using SSH fleets. + Have bare-metal servers or on-prem GPU clusters? dstack makes it easy to integrate them + and manage everything alongside your cloud resources. +

+ +

With SSH fleets, you can connect any existing cluster in minutes. Once added to dstack, it's a first-class resource — available for dev environments, tasks, and + services.

- Learn more + SSH fleets

@@ -212,17 +224,19 @@

SSH fleets

-

Dev environments

+

Code locally, run remotely

- Before running training jobs or deploying model endpoints, ML engineers often experiment with - their code in a desktop IDE while using cloud or on-prem GPU machines. - Dev environments simplify and streamline this process. + Before training or deployment, ML engineers explore and debug their code. +

+ +

dstack's dev environments make it easy to connect your + desktop IDE to powerful cloud or on-prem GPUs—streamlining the entire development loop.

- Learn more + Dev environments

@@ -233,18 +247,20 @@

Dev environments

-

Tasks

+

Run complex training with simple config

- Tasks simplify the process of scheduling jobs on either optimized clusters or individual - instances. They can be used for pre-training or fine-tuning models, as well as for running any - AI or data workloads that require efficient GPU utilization. + Move from single-instance experiments to multi-node distributed training without friction. dstack lets you define complex jobs with a simple configuration, + handling the scheduling and orchestration for you.

+

This allows your team to focus on research while ensuring that expensive cluster resources are utilized efficiently.

+

- Learn more + Tasks

@@ -265,7 +281,7 @@

Tasks

-

Services

+

Deploy scalable, OpenAI-compatible endpoints

With dstack, you can easily deploy any model as a secure, @@ -276,7 +292,7 @@

Services

- Learn more + Services

@@ -385,45 +401,6 @@

Co-Founder @CUDO Compute

- - -


- -
-

Get started in minutes

-
- -
-
-
-

Install dstack on your laptop via uv - and start it using the CLI, or deploy it anywhere with the dstackai/dstack Docker image.

- -

Set up backends or SSH fleets, then add your team.

- -

- - Installation - - - - - Quickstart - -

-
- -
-
- -
-
-
-
-
+ +


-
-
-

dstack Enterprise

+
+

Get started in minutes

+
+ +
+ + +
+

dstack Enterprise

+ +
+
+

Looking for a self-hosted dstack with SSO, governance + controls, and enterprise support?

+
+
+ + +
+ Talk to our experts and learn. +
+
+
+
{% endblock %}