- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- R2R2R2Store and serve objects with zero egress fees.
- VectorVectorizeVectorizeSearch vector embeddings with Cloudflare Vectorize.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
This project allows users to upload a PDF file, generate a summary using AI, and interact with the AI to ask questions about the PDF content.
Features
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- PagesPagesPagesDeploy full-stack apps and static sites on Cloudflare Pages.
- D1D1D1Use Cloudflare's serverless SQL database at the edge.
movie-rater
An example app built with Cloudflare Pages and Astro. This example shows how to build an app that can persist movie ratings. It uses:
Say It Again
This is an authenticated example based on the Cloudflare OpenAI Realtime Relay on Workers starter template.
Welcome to Remix + Cloudflare Workers!
- ๐ Remix docs
- ๐ Remix Cloudflare docs
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- FlowsWorkflowsWorkflowsOrchestrate durable multi-step jobs with Workflows.
Cloudflare Workflows ๐งก Twilio
This repo is an example of how to use Cloudflare Workers + Workflows to create a time based Twilio experience.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- D1D1D1Use Cloudflare's serverless SQL database at the edge.
- KVKVKVServe globally distributed key-value data with low latency.
- FlowsWorkflowsWorkflowsOrchestrate durable multi-step jobs with Workflows.
- VectorVectorizeVectorizeSearch vector embeddings with Cloudflare Vectorize.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
- BrowserBrowser RunBrowser RunAutomate headless browsers on Cloudflare with Browser Run.
Starting Up w/ the Cloudflare Stack
A stroll through the Cloudflare Stack.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- PagesPagesPagesDeploy full-stack apps and static sites on Cloudflare Pages.
- KVKVKVServe globally distributed key-value data with low latency.
Astro Starter Kit: Basics
npm create astro@latest -- --template basics
This is a relay server for usage with OpenAI's realtime API. You can use this repo as a starting point for incorporating the realtime api into your own project. When deployed to a Cloudflare Worker, you can connect to it from a frontend (like a web app) without needing your users to have or share their own OpenAI api key.
Cloudflare Workshop
Get started with building applications on the Cloudflare platform. In this workshop, you'll learn how to build a simple web application and deploy it to the Cloudflare platform. You'll also learn how to use Cloudflare's developer tools to monitor and manage your application.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- D1D1D1Use Cloudflare's serverless SQL database at the edge.
- FlowsWorkflowsWorkflowsOrchestrate durable multi-step jobs with Workflows.
This codebase is a proof-of-concept of building large-scale workflows with Cloudflare Workflows. It's built with Cloudflare Workers, Cloudflare D1, and Hono.
Slidev Template for Cloudflare Workers
Use this template to create a new Slidev presentation and deploy it to Cloudflare Workers.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- D1D1D1Use Cloudflare's serverless SQL database at the edge.
- KVKVKVServe globally distributed key-value data with low latency.
- FlowsWorkflowsWorkflowsOrchestrate durable multi-step jobs with Workflows.
- VectorVectorizeVectorizeSearch vector embeddings with Cloudflare Vectorize.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
Punderful
Punderful is a #BuildInPublic project that collects puns from everyone and helps them find them ones that make the chuckle.
R2 Pre-Signed URL Upload with Custom Metadata
This project demonstrates a Cloudflare Worker that handles file uploads to R2 storage using pre-signed URLs with custom metadata.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- DurableDurable ObjectsDurable ObjectsKeep strongly consistent state close to your Worker logic.
Cloudflare Multi-player Tic Tac Toe Game
This repository is a companion to the DevTools & DevCools: Cloudflare Edition livestream. If you missed the stream or want to catch it again, you can watch it here!.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- DurableDurable ObjectsDurable ObjectsKeep strongly consistent state close to your Worker logic.
Slidev Realtime Feedback Server
This project enhances presentations by allowing real-time audience feedback using Cloudflare Workers and Durable Objects, for the presentations built with Slidev.
E-commerce Clickstream Example
This project implements a Cloudflare Worker that handles clickstream data for an e-commerce application. It sends clickstream events via an API endpoint and forwards them to a Cloudflare Pipelines that ingests it to an R2 bucket.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare 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.
PDF Summarizer with R2 and Workers AI
This project demonstrates how to use Cloudflare R2 event notifications to process PDF files automatically when they are uploaded to an R2 bucket. It uses Workers AI to summarize the PDF content and stores the summary as a text file in the same bucket.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- QueuesQueuesQueuesMove async work through managed message queues.
- VectorVectorizeVectorizeSearch vector embeddings with Cloudflare Vectorize.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
Vector Ingestion
Queues
OpenAI Realtime Worker
This is an implementation of an OpenAI Relay Server using Cloudflare Workers and the delightful Hono framework.
Resend with Hono
This example shows how to use Resend with Hono.