- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- KVKVKVServe globally distributed key-value data with low latency.
microsite is a very simple way to generate a website using Cloudflare Workers and KV.
/raycast is a Raycast extension that you can use to edit the site directly.
npm install
npm run dev
npm run deploy
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- KVKVKVServe globally distributed key-value data with low latency.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
A Cloudflare Workers application that provides intelligent error monitoring with AI-powered analysis and Slack notifications. The system includes deduplication to prevent alert fatigue and detailed contextual information for better debugging.
Overview
WHIP it Good
Tread with caution. ChatGPT and I are exploring how to use Cloudflare's Live Inputs to bring hosts onto stream.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- KVKVKVServe globally distributed key-value data with low latency.
- R2R2R2Store and serve objects with zero egress fees.
- QueuesQueuesQueuesMove async work through managed message queues.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
Autotranscribe
You upload an audio file and get a cached transcription.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- KVKVKVServe globally distributed key-value data with low latency.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
Intelligent Caching Middleware
A Cloudflare Workers middleware that implements intelligent caching with AI-driven cache duration and proper content type handling.
- 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.
- FlowsWorkflowsWorkflowsOrchestrate durable multi-step jobs with Workflows.
- BrowserBrowser RunBrowser RunAutomate headless browsers on Cloudflare with Browser Run.
Web2Kindle 📚
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- KVKVKVServe globally distributed key-value data with low latency.
OpenWeather Forecast Worker
A Cloudflare Worker that generates SVG weather forecasts using OpenWeatherMap's API. The worker caches forecast data in KV storage and supports customizable dimensions for the generated SVG.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- DurableDurable ObjectsDurable ObjectsKeep strongly consistent state close to your Worker logic.
Slicey
This was for a Cloudflare Hack Week project to produce an educational game that we could use at live events to help describe Durable Objects. It started as an attempt to build Fruit Ninja.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- D1D1D1Use Cloudflare's serverless SQL database at the edge.
- FlowsWorkflowsWorkflowsOrchestrate durable multi-step jobs with Workflows.
A complete admin dashboard template built with Astro, Shadcn UI, and Cloudflare's developer stack. Quickly deploy a fully functional admin interface with customer and subscription management capabilities.
Features
Client Side Tool Calling with the OpenAI WebRTC Realtime API
This project is a Cloudflare Workers app using Hono to relay the OpenAI Realtime API over WebRTC. The main files are just static assets.
Client Side Tool Calling with the OpenAI WebRTC Realtime API
This project is a Cloudflare Workers app using Hono to relay the OpenAI Realtime API over WebRTC. The main files are just static assets.
- 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.
- QueuesQueuesQueuesMove async work through managed message queues.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
Share and manage your podcasts.
Built with
Manage members and resources for your Cloudflare account.
Endpoints
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- BrowserBrowser RunBrowser RunAutomate headless browsers on Cloudflare with Browser Run.
- EmailEmail WorkersEmail WorkersSend and receive email from Workers with Email Workers.
Talk to your Cloudflare Workers from Claude Desktop!
This is a proof-of-concept of writing a Model Context Protocol (MCP) Server in a Cloudflare Worker. This gives you a way to extend Claude Desktop (among other MCP clients) by invoking functions in your Worker, which gives you access to any Cloudflare or third-party binding.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- D1D1D1Use Cloudflare's serverless SQL database at the edge.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
Database Backed Workers AI Chat
Users can sign up and begin chatting with an AI model hosted on Workers AI. Conversations and messages are stored in D1. Conversations are automatically titled and summarized every 3 minutes using a Cron trigger and AI.