- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- R2R2R2Store and serve objects with zero egress fees.
Cloudflare Developer Documentation
Welcome to the open-source repository for all Cloudflare Developer Documentation.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- D1D1D1Use Cloudflare's serverless SQL database at the edge.
- R2R2R2Store and serve objects with zero egress fees.
Payload Cloudflare Template
This template comes configured with the bare minimum to get started on anything you need.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- R2R2R2Store and serve objects with zero egress fees.
- DurableDurable ObjectsDurable ObjectsKeep strongly consistent state close to your Worker logic.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
- BrowserBrowser RunBrowser RunAutomate headless browsers on Cloudflare with Browser Run.
- AgentsAgentsAgentsBuild stateful AI agents on Cloudflare with the Agents SDK.
CineMarketer
// TODO: Tutorial link here
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- R2R2R2Store and serve objects with zero egress fees.
- DurableDurable ObjectsDurable ObjectsKeep strongly consistent state close to your Worker logic.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
- BrowserBrowser RunBrowser RunAutomate headless browsers on Cloudflare with Browser Run.
- AgentsAgentsAgentsBuild stateful AI agents on Cloudflare with the Agents SDK.
CineMarketer
Have you ever wanted to be a Hollywood Agent. Have you ever wanted to use an AI Agent. Why not feed two birds with one scone in this AI Agent based app?!
Running Cap'n Web on multiple runtimes with Hono
Server
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
Real‑time English speech transcription, translation to Indian languages, and optional speech synthesis, powered by Cloudflare Workers AI, Hono, and ElevenLabs.
This project demonstrates:
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- R2R2R2Store and serve objects with zero egress fees.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
- BrowserBrowser RunBrowser RunAutomate headless browsers on Cloudflare with Browser Run.
npm install
npm run dev
npm run deploy
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- DurableDurable ObjectsDurable ObjectsKeep strongly consistent state close to your Worker logic.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
- AgentsAgentsAgentsBuild stateful AI agents on Cloudflare with the Agents SDK.
An interactive Twitter AI agent built with Cloudflare Workers, Agents, and OpenAI.
https://github.com/user-attachments/assets/2944303f-b569-4222-965c-01836495a679
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- DurableDurable ObjectsDurable ObjectsKeep strongly consistent state close to your Worker logic.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
- AgentsAgentsAgentsBuild stateful AI agents on Cloudflare with the Agents SDK.
🤖 Chat Agent Starter Kit
Talk to The Hand
This is a demo of ElevenLabs Conversational AI that allows you to talk to Yorick from AI Avenue.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- KVKVKVServe globally distributed key-value data with low latency.
- DurableDurable ObjectsDurable ObjectsKeep strongly consistent state close to your Worker logic.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
- AgentsAgentsAgentsBuild stateful AI agents on Cloudflare with the Agents SDK.
AI Agent for managing your Gmail account using natural language.
https://github.com/user-attachments/assets/087e76a7-28a4-47fc-999a-de448dd1f9f7
Cloudflare Developer Labs
Interactive tutorials and hands-on labs to build production-ready applications on Cloudflare's developer platform.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- QueuesQueuesQueuesMove async work through managed message queues.
Cloudflare Deploy Button With Queues Demo
Official template: Queue consumer & producer Worker See: https://github.com/cloudflare/workers-sdk/tree/main/packages/create-cloudflare/templates/queues/ts
npm install
npm run dev
npm run deploy
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- DurableDurable ObjectsDurable ObjectsKeep strongly consistent state close to your Worker logic.
- AgentsAgentsAgentsBuild stateful AI agents on Cloudflare with the Agents SDK.
Building a Remote MCP Server on Cloudflare (Without Auth)
This example allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- D1D1D1Use Cloudflare's serverless SQL database at the edge.
AI Literacy Quiz with Cloudflare D1
A modern quiz application built with React, Vite, and Cloudflare Workers, featuring a D1 database for persistent storage.