Cloudflare Developer Labs
Interactive tutorials and hands-on labs to build production-ready applications on Cloudflare's developer platform.
Watch us build.
Cloudflare Developer Labs
Interactive tutorials and hands-on labs to build production-ready applications on Cloudflare's developer platform.
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
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.
AI Literacy Quiz with Cloudflare D1
A modern quiz application built with React, Vite, and Cloudflare Workers, featuring a D1 database for persistent storage.
Machinen, by RedwoodSDK
Note: This is a preview, it does not ship to production yet. (But should by 31-August-2025.)
An AI-powered code generation platform built with RedwoodSDK and Cloudflare. This application provides a chat interface where users can describe what they want to build, and the AI generates complete React applications that run in real-time in a sandboxed environment.
Features
npm install
npm run dev
npm run deploy
Speak Easier
This is the translation app used in Episode 1: Voice of AI Avenue.
Responsible - Cloudflare Workers AI Version
This is an educational exploration at the OpenAI Responses API.
npm install
npm run dev
npm run deploy
React + TypeScript + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Responsible
This is an educational exploration at the OpenAI Responses API.
Domain Availability Checker MCP Server
This MCP (Model Context Protocol) server provides tools for checking domain availability using DNS over HTTPS. It runs on Cloudflare Workers at domainmcp.dev.
React + TypeScript + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
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.