开源项目示例:OpenVibeCoding
OpenVibeCoding 是一个基于 CloudBase 的开源 Vibe Coding 平台,完整实现了本解决方案中描述的核心架构。你可以基于它快速搭建自己的 Vibe Coding 平台。
项目概览
OpenVibeCoding fork 自 Vercel 的 coding-agent-template,进行了深度重构:
| 维度 | 上游(Vercel) | OpenVibeCoding(CloudBase) |
|---|---|---|
| 架构 | Next.js 全栈 | Monorepo 前后端分离(React + Vite / Hono) |
| 部署平台 | Vercel | 腾讯云 CloudBase |
| 沙盒 | Vercel Sandbox | CloudBase SandBox |
| 多租户 | 无 | 一租户一环境,通过腾讯云 CAM 策略进行隔离 |