⚡ Powered by Cloudflare

From idea to live app
in minutes

Pick a product, describe what you want, and Claude Code does the rest — code, repo, CI/CD, and deployment included.

Browse the catalog →

Infrastructure
What you can build on

Every app you deploy runs on Cloudflare's global edge network — fast, scalable, and free to start.

⚙️
Cloudflare Workers
Serverless functions running at the edge in 300+ cities. The backbone of every dynamic app.
Compute
📄
Cloudflare Pages
Static site hosting with global CDN. Perfect for landing pages, SPAs, and frontends.
Hosting
🗄️
D1 Database
SQLite at the edge. Persistent structured data without running a database server.
Storage
🪣
R2 Object Storage
S3-compatible file storage with zero egress fees. For images, documents, and blobs.
Storage
🔑
KV Store
Ultra-fast key-value storage. Great for config, feature flags, sessions, and caching.
Storage
🤖
Workers AI
Run LLMs, image models, and embeddings at the edge. Add AI features to any Worker.
AI

Products
Ready to deploy

Pick a product below. Claude Code generates the code, creates the GitHub repo, and opens a PR. You merge — it deploys.

📝
Notes App
notes-app
Full-stack application with a clean UI, REST API, and persistent database. Everything wired up out of the box.
Worker D1 Database
Good for: internal tools, knowledge bases, team wikis, simple CRUD apps
Available
REST API
api-only
Lightweight backend with no frontend. Just routes, logic, and JSON responses. Add a database if needed.
Worker
Good for: webhooks, data services, integrations, backend-only microservices
Available

Process
How it works

Open Claude Code, run one command, and follow the steps.

Step 01
Start here
Open Claude Code in your project and run the start command to see what you can build.
/vibe-start
Step 02
Describe your app
Tell Claude what you want in plain English. It picks the right product and confirms with you.
"I need an internal notes tool"
Step 03
Deploy
Say Deploy. Claude generates the code, creates a GitHub repo, and opens a pull request.
Deploy
Step 04
Merge & go live
Review the PR and merge. GitHub Actions deploys to Cloudflare automatically. Your app is live.
Merge PR → Live ✓