From d87f50475fb9e6d7ff7ae0a2b99a9739e5adfad3 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Tue, 18 Aug 2026 00:38:28 +0000 Subject: [PATCH 1/6] docs(site): reposition devsy.sh hero and metadata around devcontainer backend-agnosticism Lead the landing hero, home page metadata (title/description/OG/Twitter), and the what-is-devsy.mdx intro with devcontainer-based developer workspaces that run as Docker containers, Kubernetes pods, or hardware-isolated microVMs, for both engineers and their AI agents. Previous copy never mentioned devcontainer in indexable title/meta/hero text and led with a generic onboarding-cost claim shared by every competing dev-environment tool. Repositions around the two differentiated capabilities already built: full backend-agnosticism across every devcontainer-capable runtime, and first-class AI-agent sandboxing. --- sites/docs-devsy-sh/app/(home)/layout.tsx | 12 ++++++------ sites/docs-devsy-sh/app/(home)/page.tsx | 9 ++++++--- sites/docs-devsy-sh/content/docs/what-is-devsy.mdx | 5 +++-- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/sites/docs-devsy-sh/app/(home)/layout.tsx b/sites/docs-devsy-sh/app/(home)/layout.tsx index c7f4740ab..495d89dfc 100644 --- a/sites/docs-devsy-sh/app/(home)/layout.tsx +++ b/sites/docs-devsy-sh/app/(home)/layout.tsx @@ -3,23 +3,23 @@ import { HomeLayout } from 'fumadocs-ui/layouts/home'; import { baseOptions } from '@/lib/layout.shared'; export const metadata: Metadata = { - title: 'Devsy: Standardized development workspaces, engineering at scale', + title: 'Devsy: Devcontainer Workspaces, Any Backend, No Lock-In', description: - 'Devsy gives teams and AI coding agents standardized, isolated workspaces that cut hardware cost, shorten onboarding, and contain agent risk. Deploy across Docker, Kubernetes, cloud providers, and SSH hosts.', + 'Devsy runs devcontainer-based developer workspaces as Docker containers, Kubernetes pods, or microVMs, for engineers and their AI agents.', openGraph: { type: 'website', siteName: 'Devsy', - title: 'Devsy: Engineering at scale', + title: 'Devsy: Devcontainer Workspaces, Any Backend', description: - 'Standardized, reproducible development workspaces that run anywhere: local, cloud, Kubernetes, or remote SSH.', + 'Developer workspaces built from your devcontainer.json, portable across Docker, Kubernetes, microVMs, cloud, and SSH.', url: 'https://www.devsy.sh/', images: 'https://www.devsy.sh/docs/media/devsy.png', }, twitter: { card: 'summary_large_image', - title: 'Devsy: Engineering at scale', + title: 'Devsy: Devcontainer Workspaces, Any Backend', description: - 'Standardized, reproducible development workspaces that run anywhere: local, cloud, Kubernetes, or remote SSH.', + 'Developer workspaces built from your devcontainer.json, portable across Docker, Kubernetes, microVMs, cloud, and SSH.', images: 'https://www.devsy.sh/docs/media/devsy.png', }, }; diff --git a/sites/docs-devsy-sh/app/(home)/page.tsx b/sites/docs-devsy-sh/app/(home)/page.tsx index a075b1c47..8f0d90be1 100644 --- a/sites/docs-devsy-sh/app/(home)/page.tsx +++ b/sites/docs-devsy-sh/app/(home)/page.tsx @@ -127,10 +127,13 @@ export default function HomePage() {

Ship from day zero.

-

Standardized workspaces, engineering at scale.

+

+ Developer workspaces, built from your devcontainer.json, for engineers and their AI agents. +

- Devsy gives every engineer the same environment. Cut hardware cost, shorten onboarding, and raise - developer productivity. Deploy across Docker, Kubernetes, cloud providers, and SSH hosts. + Devsy runs the same devcontainer.json as a Docker container, a Kubernetes pod, or a hardware-isolated + microVM, on a laptop, in the cloud, or on a shared host. Switch backends with one command. No + rewrite, no lock-in, and the isolation that protects your engineers protects every agent too.

diff --git a/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx b/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx index 8061b9b41..aaaef3402 100644 --- a/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx +++ b/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx @@ -1,9 +1,10 @@ --- -title: What is Devsy? +title: What is Devsy? Devcontainer Workspaces for Any Backend sidebar_label: What is Devsy? +description: Devsy runs devcontainer-based developer workspaces as Docker containers, Kubernetes pods, or microVMs, on any machine, cloud, or SSH host. --- -Devsy helps organizations scale their engineering operations with standardized, reproducible development environments. Each environment runs in its own container, defined by a [devcontainer.json](https://containers.dev/) that lives alongside your source. [Devsy providers](./managing-providers/what-are-providers) provision those containers on a developer's machine, any reachable remote host, or in a public or private cloud — and you can extend Devsy with your own custom providers. +Devsy helps organizations scale their engineering operations with standardized, reproducible development environments. Each environment runs as a container, a Kubernetes pod, or a hardware-isolated microVM, defined by a [devcontainer.json](https://containers.dev/) that lives alongside your source. [Devsy providers](./managing-providers/what-are-providers) provision those environments on a developer's machine, any reachable remote host, or in a public or private cloud, and you can extend Devsy with your own custom providers.
Animated demo of launching Devsy, connecting to a workspace, and opening it in an IDE From 4b9d37821810506c37220263354e4d562f4dd3bc Mon Sep 17 00:00:00 2001 From: Samuel K Date: Mon, 17 Aug 2026 19:50:55 -0500 Subject: [PATCH 2/6] docs: update content --- sites/docs-devsy-sh/app/(home)/page.tsx | 8 ++++---- sites/docs-devsy-sh/content/docs/what-is-devsy.mdx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sites/docs-devsy-sh/app/(home)/page.tsx b/sites/docs-devsy-sh/app/(home)/page.tsx index 8f0d90be1..9aedba516 100644 --- a/sites/docs-devsy-sh/app/(home)/page.tsx +++ b/sites/docs-devsy-sh/app/(home)/page.tsx @@ -128,12 +128,12 @@ export default function HomePage() { Ship from day zero.

- Developer workspaces, built from your devcontainer.json, for engineers and their AI agents. + Secure workspaces, built using a devcontainer.json, for developers and agents.

- Devsy runs the same devcontainer.json as a Docker container, a Kubernetes pod, or a hardware-isolated - microVM, on a laptop, in the cloud, or on a shared host. Switch backends with one command. No - rewrite, no lock-in, and the isolation that protects your engineers protects every agent too. + Devsy runs the same developer environment in a Docker container, a Kubernetes pod, microVM, + on a laptop, in the cloud, or on a shared host. Switch backends with one command. No + rewrite, and no lock-in.

diff --git a/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx b/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx index aaaef3402..b600abc66 100644 --- a/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx +++ b/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx @@ -1,10 +1,10 @@ --- -title: What is Devsy? Devcontainer Workspaces for Any Backend +title: What is Devsy? sidebar_label: What is Devsy? description: Devsy runs devcontainer-based developer workspaces as Docker containers, Kubernetes pods, or microVMs, on any machine, cloud, or SSH host. --- -Devsy helps organizations scale their engineering operations with standardized, reproducible development environments. Each environment runs as a container, a Kubernetes pod, or a hardware-isolated microVM, defined by a [devcontainer.json](https://containers.dev/) that lives alongside your source. [Devsy providers](./managing-providers/what-are-providers) provision those environments on a developer's machine, any reachable remote host, or in a public or private cloud, and you can extend Devsy with your own custom providers. +Devsy helps organizations scale their engineering operations with standardized, reproducible development environments. Environments run as containers, Kubernetes pods, or hardware-isolated microVMs, defined by a [devcontainer.json](https://containers.dev/) that lives alongside your source. [Devsy providers](./managing-providers/what-are-providers) provision those environments on a developer's machine, any reachable remote host, or in a public or private cloud, and you can extend Devsy with your own custom providers.
Animated demo of launching Devsy, connecting to a workspace, and opening it in an IDE From 7aa3c6d4a4a48b4f2e42c0d3392a5e0ed673add2 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Mon, 17 Aug 2026 21:32:46 -0500 Subject: [PATCH 3/6] style: apply formatting --- sites/docs-devsy-sh/app/(home)/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs-devsy-sh/app/(home)/page.tsx b/sites/docs-devsy-sh/app/(home)/page.tsx index 9aedba516..600aa6b0a 100644 --- a/sites/docs-devsy-sh/app/(home)/page.tsx +++ b/sites/docs-devsy-sh/app/(home)/page.tsx @@ -131,7 +131,7 @@ export default function HomePage() { Secure workspaces, built using a devcontainer.json, for developers and agents.

- Devsy runs the same developer environment in a Docker container, a Kubernetes pod, microVM, + Devsy runs the same developer environment in a Docker container, a Kubernetes pod, microVM, on a laptop, in the cloud, or on a shared host. Switch backends with one command. No rewrite, and no lock-in.

From e71859bde98b071636dc700c52404955f4a2d228 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Mon, 17 Aug 2026 22:43:35 -0500 Subject: [PATCH 4/6] docs: update wording --- sites/docs-devsy-sh/app/(home)/page.tsx | 4 ++-- sites/docs-devsy-sh/content/docs/what-is-devsy.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/docs-devsy-sh/app/(home)/page.tsx b/sites/docs-devsy-sh/app/(home)/page.tsx index 600aa6b0a..333c74433 100644 --- a/sites/docs-devsy-sh/app/(home)/page.tsx +++ b/sites/docs-devsy-sh/app/(home)/page.tsx @@ -128,12 +128,12 @@ export default function HomePage() { Ship from day zero.

- Secure workspaces, built using a devcontainer.json, for developers and agents. + Secure workspaces, at scale, for developers and agents.

Devsy runs the same developer environment in a Docker container, a Kubernetes pod, microVM, on a laptop, in the cloud, or on a shared host. Switch backends with one command. No - rewrite, and no lock-in. + rewrite and no lock-in.

diff --git a/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx b/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx index b600abc66..c579326bb 100644 --- a/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx +++ b/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx @@ -4,7 +4,7 @@ sidebar_label: What is Devsy? description: Devsy runs devcontainer-based developer workspaces as Docker containers, Kubernetes pods, or microVMs, on any machine, cloud, or SSH host. --- -Devsy helps organizations scale their engineering operations with standardized, reproducible development environments. Environments run as containers, Kubernetes pods, or hardware-isolated microVMs, defined by a [devcontainer.json](https://containers.dev/) that lives alongside your source. [Devsy providers](./managing-providers/what-are-providers) provision those environments on a developer's machine, any reachable remote host, or in a public or private cloud, and you can extend Devsy with your own custom providers. +Devsy enables organizations to scale their engineering operations through standardized, trusted development environments. Environments run as containers, Kubernetes pods, or hardware-isolated microVMs, defined by a [devcontainer.json](https://containers.dev/) that lives alongside your source. [Devsy providers](./managing-providers/what-are-providers) provision those environments on a developer's machine, any reachable remote host, or in a public or private cloud, and you can extend Devsy with your own custom providers.
Animated demo of launching Devsy, connecting to a workspace, and opening it in an IDE From 15aa49e510a1af29149817a26c0da204a3959297 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Tue, 18 Aug 2026 13:47:21 -0500 Subject: [PATCH 5/6] docs: update page Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Samuel K --- sites/docs-devsy-sh/app/(home)/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/docs-devsy-sh/app/(home)/page.tsx b/sites/docs-devsy-sh/app/(home)/page.tsx index 333c74433..bd9c948f3 100644 --- a/sites/docs-devsy-sh/app/(home)/page.tsx +++ b/sites/docs-devsy-sh/app/(home)/page.tsx @@ -131,9 +131,9 @@ export default function HomePage() { Secure workspaces, at scale, for developers and agents.

- Devsy runs the same developer environment in a Docker container, a Kubernetes pod, microVM, - on a laptop, in the cloud, or on a shared host. Switch backends with one command. No - rewrite and no lock-in. + Devsy runs the same developer environment in a Docker container, a Kubernetes pod, or a microVM, + whether it runs on a laptop, in the cloud, or on a shared host. Switch backends with one command. + No rewrite and no lock-in.

From 98c621b1d58193e1233ff0de78f815273388109f Mon Sep 17 00:00:00 2001 From: Samuel K Date: Tue, 18 Aug 2026 13:47:35 -0500 Subject: [PATCH 6/6] docs: update page Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Samuel K --- sites/docs-devsy-sh/content/docs/what-is-devsy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx b/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx index c579326bb..a6b4fb5b6 100644 --- a/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx +++ b/sites/docs-devsy-sh/content/docs/what-is-devsy.mdx @@ -1,7 +1,7 @@ --- title: What is Devsy? sidebar_label: What is Devsy? -description: Devsy runs devcontainer-based developer workspaces as Docker containers, Kubernetes pods, or microVMs, on any machine, cloud, or SSH host. +description: Devsy runs devcontainer-based developer workspaces as Docker containers, Kubernetes pods, or microVMs on local machines, remote SSH hosts, or public and private clouds. --- Devsy enables organizations to scale their engineering operations through standardized, trusted development environments. Environments run as containers, Kubernetes pods, or hardware-isolated microVMs, defined by a [devcontainer.json](https://containers.dev/) that lives alongside your source. [Devsy providers](./managing-providers/what-are-providers) provision those environments on a developer's machine, any reachable remote host, or in a public or private cloud, and you can extend Devsy with your own custom providers.