- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- QueuesQueuesQueuesMove async work through managed message queues.
Cloudflare Queues Rate Limit Example
This project demonstrates how to handle third-party API rate limiting with Cloudflare Queues. It provides a practical example of implementing rate limiting in your application to ensure smooth email sending operations using Resend while respecting the rate limits.
Connections
This is a NYTimes Connections game that is built on Cloudflare Workers.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- KVKVKVServe globally distributed key-value data with low latency.
kristianfreeman.com worker
source code for a workers function that runs on https://kristianfreeman.com
- 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.
Clicky Block
Welcome to Clicky Block, the addictive block clicking game where you team up with people from around the world to...click blocks.
npm install
npm run dev
npm run deploy
- 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.
Video Game Admin
This is a WIP (like all of us) to gather information from IGDB and convert it into embeddings for Vectorize.
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- PagesPagesPagesDeploy full-stack apps and static sites on Cloudflare Pages.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
llm-chat
Just a simple HTML UI for Ollama (retrofitted with support for Cloudflare Workers AI)
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- QueuesQueuesQueuesMove async work through managed message queues.
This project demonstrates how to handle rate limiting when using the Resend email service. It provides a practical example of implementing rate limiting in your application to ensure smooth email sending operations while respecting Resend's usage limits.
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.
create-svelte
Everything you need to build a Svelte project, powered by create-svelte.
Summarization API
Retrieve the content of a URL using Cloudflare Workers, and summarize it using OpenAI.
npm install
npm run dev
npm run deploy
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- PagesPagesPagesDeploy full-stack apps and static sites on Cloudflare Pages.
Want to give Cloudflare Workers AI a try? This repo can help you get started quickly with a chat application built using Next.js, Tailwindcss and Workers AI. Based on Nashex's wonderful GPT-4 Playground repo.
Demo
- WorkersWorkersWorkersDeploy serverless code globally on the Cloudflare edge.
- AIWorkers AIWorkers AIRun AI models close to users with Workers AI.
npm install
npm run dev
npm run deploy