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..bd9c948f3 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() {
Standardized workspaces, engineering at scale.
++ Secure workspaces, at scale, for developers and 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 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.