cloudflare/vibesdk
An open-source vibe coding platform that helps you build your own vibe-coding platform, built entirely on Cloudflare stack
What it solves
VibeSDK provides a complete environment for building full-stack applications using an AI coding agent. It removes the friction of manual setup, deployment, and debugging by integrating the entire development lifecycle—planning, coding, previewing, and iterating—directly into a cloud-based workflow on Cloudflare.
How it works
The platform uses an agentic loop powered by ThinkAgent, which manages the conversation and executes tools to edit files and deploy code. Each project is isolated within a SpaceDO (Durable Object) workspace. The system bundles generated code into Dynamic Workers for instant previews, uses Cloudflare Artifacts for version control and restore points, and provides each application with its own SQLite-backed storage via Durable Object Facets.
Who it’s for
Developers who want to rapidly prototype and build full-stack applications using AI agents without managing their own local development servers or infrastructure.
Highlights
- Agentic Iteration: Uses a model-and-tool loop to iteratively build and refine code rather than a single-shot generation.
- Human-in-the-loop: The agent can ask structured clarifying questions when a request is underspecified.
- Live Previews: Deploys generated code as Dynamic Workers for immediate browser verification.
- Integrated Debugging: Ability to inspect browser console output and repair runtime errors within the agentic loop.
- Isolated Data: Each generated app receives its own isolated SQLite storage.
- Version Control: Built-in restore points and rollback capabilities via Cloudflare Artifacts.
Related
- Project
- Project
- Project
- Project
- Project