cloudflare · Cloudflare Workers Docs
Workers Waku
A guide for initializing a Waku React application using the create-cloudflare CLI, developing it in a local environment, and deploying it to Cloudflare Workers using Workers Assets.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Waku
A guide for initializing a Waku React application using the create-cloudflare CLI, developing it in a local environment, and deploying it to Cloudflare Workers using Workers Assets.
When To Use
Use when you need to initialize a Waku framework project and deploy it to Cloudflare Workers with automatic configuration detection.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-framework-guides-web-apps-waku-workflow-guide.md | A guide detailing how to create a new Waku application and deploy it to Cloudflare Workers using Workers Assets. | Questions about a guide detailing how to create a new Waku application and deploy it to Cloudflare Workers using Workers Assets. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploymen.text | The wrangler deploy command used to deploy a Waku application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The wrangler deploy command used to deploy a Waku application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploymen-2.text | The wrangler deploy command used to deploy a Waku application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The wrangler deploy command used to deploy a Waku application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploymen-3.text | The pnpm wrangler deploy command used to deploy a Waku application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The pnpm wrangler deploy command used to deploy a Waku application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-npm-creat.text | The npm command used to initialize a new Waku application using the Cloudflare create command. | Exact payloads, commands, or snippets shown in The npm command used to initialize a new Waku application using the Cloudflare create command. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-scaffold-.text | The terminal command used to scaffold a new Waku application using the Cloudflare create command. | Exact payloads, commands, or snippets shown in The terminal command used to scaffold a new Waku application using the Cloudflare create command. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-project-i.text | The command to initialize a new Waku project using the Cloudflare create command. | Exact payloads, commands, or snippets shown in The command to initialize a new Waku project using the Cloudflare create command. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-setup-com.text | The terminal commands required to initialize and navigate into a new Waku application project. | Exact payloads, commands, or snippets shown in The terminal commands required to initialize and navigate into a new Waku application project. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-dev-comma.text | The text content demonstrates the npm run dev command used to start a local development server for a Waku application on Cloudflare Workers. | Exact payloads, commands, or snippets shown in The text content demonstrates the npm run dev command used to start a local development server for a Waku application... |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-dev-comma-2.text | The terminal command used to start the local development server for a Waku application on Cloudflare Workers. | Exact payloads, commands, or snippets shown in The terminal command used to start the local development server for a Waku application on Cloudflare Workers. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-dev-comma-3.text | The text content demonstrates the pnpm command used to start the local development server for a Workers Waku application. | Exact payloads, commands, or snippets shown in The text content demonstrates the pnpm command used to start the local development server for a Workers Waku applicat... |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploy-co.text | The npm deployment command used to deploy a Waku application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The npm deployment command used to deploy a Waku application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploymen-4.text | The terminal command used to deploy a Waku application to Cloudflare Workers using yarn. | Exact payloads, commands, or snippets shown in The terminal command used to deploy a Waku application to Cloudflare Workers using yarn. |
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploy-co-2.text | The deployment command used to deploy a Waku application to Cloudflare Workers using pnpm. | Exact payloads, commands, or snippets shown in The deployment command used to deploy a Waku application to Cloudflare Workers using pnpm. |
What This Skill Covers
- In this guide, you will create a new Waku ↗ application and deploy to Cloudflare Workers (with the new Workers Assets). Waku is a minimal React framework bui...
- Main sections:
Tags,1\. Set up a new project,2\. Develop locally,3\. Deploy your project,Bindings.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/framework-guides/web-apps/more-web-frameworks/waku
