cloudflare-workers

Installation
SKILL.md

Cloudflare Workers & Durable Objects Development Guide

Build stateful serverless applications that run at the edge using Cloudflare Workers and Durable Objects. Durable Objects provide strongly consistent storage and coordination, making them ideal for real-time collaboration, WebSockets, and stateful workflows.


Quick Start

1. Create Project

npm create cloudflare@latest -- durable-object-starter
cd durable-object-starter

Select: Hello World exampleWorker + Durable ObjectsTypeScript

2. Project Structure

Installs
9
First Seen
Jan 24, 2026
cloudflare-workers — kent-daniel/regexfast