docs: add Enterprise AI Vibe Coding Platform reference architecture#31215
Open
melhuang12 wants to merge 6 commits into
Open
docs: add Enterprise AI Vibe Coding Platform reference architecture#31215melhuang12 wants to merge 6 commits into
melhuang12 wants to merge 6 commits into
Conversation
- New page: enterprise-ai-vibe-coding-platform.mdx covering development service, deployment pipeline, production service, and security model - New component: VibePlatformOverview.astro interactive diagram replacing static SVG on the base vibe coding platform page - Register VibePlatformOverview in components/index.ts - Update ai-vibe-coding-platform.mdx to use the interactive component
- VibeCoreDiagram: three-column overview of dev, pipeline, prod planes with cross-cutting observability/cost/tagging bar - VibeDevPlaneDiagram: four-column flow from Access ingress through execution paths and AI governance to outbound worker egress - VibeDeployPipelineDiagram: four-stage pipeline from dev output through storage, review, and deployment to Workers for Platforms - VibeProdPlaneDiagram: three-column flow from Access+dispatch ingress through user workers to outbound worker egress with Hyperdrive/VPC/Tunnel - Register all four components in index.ts - Clean up enterprise MDX page text and embed diagrams in sections
- VibeCoreDiagram: three clickable boxes with arrows, cross-cutting bar - VibeDevPlaneDiagram: Access -> container (frontend/agent, sandbox SDK, D1 metadata, AI Gateway for LLM calls, MCP Portal for tool calls) -> outbound worker - VibeDeployPipelineDiagram: dev output -> storage (artifacts/git) -> review (code review, security, CI/CD) -> deploy (WFP) - VibeProdPlaneDiagram: Access boundary wrapping dispatch worker -> user worker -> outbound worker flow - All tiles show service names only, descriptions on hover - Sandbox SDK and Containers merged into single component
…limits, and observability - Development plane: metadata storage now lists D1, KV, and Durable Objects as options, queried by frontend or agent flow - Production plane: per-app bindings via upload API for complete resource isolation per user worker - Production plane: custom limits (cpuMs, subRequests) set at dispatch worker level to prevent compute abuse - Production plane: two-level observability model with platform-wide Logpush and per-app Tail Workers + Analytics Engine - Dev plane diagram: rebuilt as horizontal three-box layout
Review✅ No style-guide issues found in commit CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new reference architecture page for enterprise AI vibe coding platforms, extending the existing AI Vibe Coding Platform page with enterprise controls.
New page:
/reference-architecture/diagrams/ai/enterprise-ai-vibe-coding-platform/Covers three architecture planes:
Includes four interactive Astro diagram components and an interactive overview diagram on the base vibe coding platform page.