docs(site): update landing page - #1101
Conversation
… 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.
✅ Deploy Preview for devsydev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Deploy Preview for images-devsy-sh canceled.
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
AI Reviewer: run a review on demand. To trigger the first review automatically, go to your organization or repository integration settings. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
Summary
Repositions the devsy.sh landing hero, home page metadata, and the
what-is-devsydocs intro so devcontainer terminology and thebackend-agnostic value prop are explicit and indexable, instead of a
generic "cut onboarding cost" claim shared by every competing
dev-environment tool.
devcontainer.jsonexplicitly and tie togetherthe two audiences the page already serves structurally (engineers and
their AI agents), via the backend-agnostic mechanic: same
devcontainer.jsonruns as a Docker container, Kubernetes pod, orhardware-isolated microVM, switchable with one command.
<title>,<meta description>, OpenGraph, and Twitter tagsupdated to match.
content/docs/what-is-devsy.mdxgets a keyword-rich title, a newdescriptionfrontmatter field (schema already supported it, unuseduntil now), and its opening paragraph now names Kubernetes pods and
microVMs alongside plain containers.
No em dashes, no adverbs, per stakeholder style preference.
Scope
Three files only:
app/(home)/page.tsx,app/(home)/layout.tsx,content/docs/what-is-devsy.mdx. Nav copy, other landing sections(FEATURES/AGENTS/DEPLOY ANYWHERE), other docs pages,
dl-devsy-sh, andimages-devsy-share untouched.Verification
npm run buildinsites/docs-devsy-shsucceeds. Static export HTMLconfirmed the new
<title>,<meta description>,og:title,og:description,twitter:title,twitter:description, hero copy, anddocs page title/description all render correctly.